-
Notifications
You must be signed in to change notification settings - Fork 24
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
Adding key metrics: Isla's NMSE metric #121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll wait until you've had a chance to do your final testing before running the notebook myself, though a few cells caught my eye
This is now generating plots as expected with `cupid-run`! @mnlevy1981 this is ready for your re-review. |
1. To work with CESM2 output, needed to include a fix_time_dim() function that sets time to the averaging midpoint rather than the endpoint. 2. Output that has been been regridded in post-processing is in proc/tseries/ rather than proc/tseries/regrid/, so user needs to control that from config.yml 3. Runs on the fv1.9x2.5 grid need to compare against coarser observational data (so the location of validation data is set in config.yml)
@TeaganKing can you do a |
This all runs smoothly and looks good to me! Thanks for your work on this, Mike and Isla! Merging in now. |
This PR brings in the NMSE key metrics which @islasimpson created for atm.
This is a useful example of a key metric that could also be used in the diagnostics portion of the CESM tutorial.
--
All Submissions:
pre-commit
check)?New Feature Submissions:
Changes to Core Features: