GEOS-ESM / GEOSgcm_GridComp

Repository containing the physics and IAU code for the GEOS Earth System Model
Apache License 2.0
9 stars 7 forks source link

Enable EASE M01 option in Boundary Conditions Package #914

Closed biljanaorescanin closed 6 months ago

biljanaorescanin commented 7 months ago

This grid and resolution combination is very computationally expensive to run. With this message in the BCS package, we want to let users know this resolution is available to use or to run and create with the package, but they need special instructions on how to do it on Discover.

There is a draft readme file with a bit more information located here: /discover/nobackup/projects/gmao/bcs_shared/test/NL3/readme_ease_m01

This PR is 0-diff Trivial since change is part of the boundary conditions package.

gmao-rreichle commented 6 months ago

@biljanaorescanin: I edited the new warning message and clarified a couple of existing error messages. When you get a chance, please make sure the revised python script still works as intended.

@weiyuan-jiang: We might want to use (or add?) a python error/warning function to make the error/warning messages more consistent across our python code and easier to invoke from within python scripts. This should probably be done in a separate PR.

@gmao-rreichle