-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MERRA-2 access #630
Fix MERRA-2 access #630
Conversation
Yes, This test makes sure that the attribute It appears you swapped out They have different date ranges: GMAO: RAiDER/tools/RAiDER/models/merra2.py Line 48 in 8f41347
MERRA2: RAiDER/tools/RAiDER/models/gmao.py Line 32 in 8f41347
I am not sure what the differences between these two models are and why you changed the models out in the test. Honestly, you could remove Hope that helps. |
This PR updates the calls to the MERRA-2 API, which seem to keep changing...
Description
merra2.py
module to reflect the changes in variable types and namesMotivation and Context
MERRA-2 was not working due to recent changes to the API, which involved both a change in the dataset short name and a change in the way variables are accessed. This fix is needed as GMAO is also currently not working, and is used for several unit tests. This PR also replaces GMAO with MERRA-2 for those tests.
How Has This Been Tested?
Type of change
Checklist: