MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
238 stars 317 forks source link

Add framework for new tendency, revised PV diagnostics packages #1210

Closed theweathermanda closed 2 months ago

theweathermanda commented 2 months ago

This PR includes commits that provide the framework for a new tendencies diagnostics package and a significantly revised PV diagnostics package for MPAS-Atmosphere.

This framework includes a new Registry_tendencies.xml file and the addition of a number of new variables in Registry_pv.xml. These diagnostic variables are now connected to variable packages that are defined in Registry.xml and tied to namelist config_* options (defined in Registry_diagnostics.xml), enabling their activation at runtime. These new features and changes are described further in each commit.

This PR corresponds to PR1 described in issue #1201.