Skip to content

Convert MPAS Registry.xml to a CAM-SIMA namelist_definition file

Notifications You must be signed in to change notification settings

gdicker1/TranslateXML_MPAStoCAMSIMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TranslateXML_MPAStoCAMSIMA

Convert MPAS Registry.xml to a CAM-SIMA namelist_definition file

Usage

Help text:

$ ./registry_to_namelistdef_xml.py --help
usage: registry_to_namelistdef_xml.py [-h] registry [output]

Convert namelist options from a MPAS-A Registry.xml to CAM-SIMA namelist_definition_mpas_dycore.xml.

positional arguments:
  registry    Path to MPAS-A Registry.xml. [Required]
  output      Path to save output to. [Optional, Default: "./namelist_definition_mpas_dycore.xml"]

options:
  -h, --help  show this help message and exit

Example usage:

$ ./registry_to_namelistdef_xml.py ../MPAS-Model/src/core_atmosphere/Registry.xml namelist_default_mpas_dycore.xml
# Output omitted...

About

Convert MPAS Registry.xml to a CAM-SIMA namelist_definition file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages