-
Notifications
You must be signed in to change notification settings - Fork 2
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
Predict scripts support batch size >= 1 #142
Conversation
…ded climatology to the metrics
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 like the new predict scripts, especially adding ensemble support and fixing the metrics. I have requested some changes for modularity purposes.
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.
modularized code and resolved DJs comments
Both
rollout_to_netcdf
androllout_metrics
should now support batch size >= 1. A config optionbatch_size
was added to example-v2025.2.0.yml.The metrics scripts will also support calculation of ACC anamoly scores by supplying a climatology file. In the new yaml, this is specified by
predict: climatology: '/glade/campaign/cisl/aiml/ksha/CREDIT_arXiv/VERIF/verif_6h/ERA5_clim/ERA5_clim_1990_2019_6h_interp.nc'
Finally, a new script,
rollout_ensemble.py
has been added which should create an ensemble using bred vectors.