-
Notifications
You must be signed in to change notification settings - Fork 66
CCPP Framework Meeting Minutes 2020 03 12
goldy edited this page Mar 9, 2020
·
14 revisions
- Created new Standard Name repository, CCPPStandardNames, which includes code to parse the database and generate output. The repo also includes a generated Markdown file (Markdown is only currently-supported output format).
- Speaking of standard_names, GFS physics uses
geopotentialfor a quantity that is reallygepotential_per_unit_mass. Thoughts on changing it? Has anyone ever seen an actualgeopotentialquantity pass between schemes? - What are feelings about having a flag in the
<scheme>tag to optionally call a scheme? A possible syntax could be:
<scheme run_if=run_var_standard_name>scheme_name</scheme>
This adds complexity and uncertainty (is this scheme run or not?) to the suite definition file but may prevent a combinatoric explosion of SDFs. Thoughts?