Skip to content
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

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

Closed
wants to merge 2 commits into from

Commits on Jul 2, 2024

  1. Framework for adding tendency diagnostics, updating PV diagnostics

    - Add tendency and PV packages declarations to Registry.xml
    - Add Registry_tendencies.xml file with tendency package variables
    - Update Registry_diagnostics.xml with Registry_tendencies.xml and namelist config option declarations
    - Update Registry_pv.xml with all variables required to make modifications to PV diagnostics package
    theweathermanda committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a6eeeea View commit details
    Browse the repository at this point in the history
  2. Check compatability between diagnostic configs and connect configs to…

    … variable packages
    
    - Added mpas_atm_diagnostics_packages.F in /src/core_atmosphere/diagnostics to setup the tendency and PV diagnostics packages based on config options and ensure comptability between the config options selected in the namelist
    - Modified Makefile in /src/core_atmosphere/diagnostics to reflect this new script
    - Modified mpas_atm_core_interface.F to call mpas_atm_diagnostics_packages.F to setup these packages
    theweathermanda committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    47d1203 View commit details
    Browse the repository at this point in the history