Describe the bug
Currently, our implementation of caching NASA Power data uses a grid of 0.5 x 0.625 degrees. However, while meteorological data is available in a grid of 0.5 x 0.625 degrees resolution, the solar parameters are available in a grid of 1x1 degrees. This possibly causes misalignment and needs to be fixed.
Steps to reproduce
See implementation in met_data/fetch_nasapower.py:get_grid_aligned_coordinates( ).
Expected behavior
No response
Screenshots or logs
No response
Additional context
No response
Describe the bug
Currently, our implementation of caching NASA Power data uses a grid of
0.5 x 0.625degrees. However, while meteorological data is available in a grid of0.5 x 0.625degrees resolution, the solar parameters are available in a grid of1x1degrees. This possibly causes misalignment and needs to be fixed.Steps to reproduce
See implementation in
met_data/fetch_nasapower.py:get_grid_aligned_coordinates( ).Expected behavior
No response
Screenshots or logs
No response
Additional context
No response