Skip to main content

Python utilities for the GFDL's numerical model MOM

Project description

mom-utils

This is a collection of Python utilities for the MOM, a numerical model developed by GFDL/NOAA

Support and Documentation

Quick howto use

To install:

pip install mom-utils

Some uses:

  • The input.nml do not require any order, so it is usually not fun to compare two different input.nml. This command is different then a regular diff, since it doesn’t care about the order of the variables. The output show what is different, or what is defined in only one of the files.

    mom_namelist compare input.nml input2.nml

  • Inside python, one can read an input.nml setup, change one parameter, and write into another input2.nml like this:

    nml_text = open(‘input.nml’, ‘r’).read()

    cfg = mom_utils.nml_decode(nml_text)

    cfg[‘ocean_model_nml’][‘dt_ocean’] = 7200

    output = open(‘input2.nml’, ‘w’)

    output.write(mom_utils.yaml2nml(cfg))

  • Some namelists/parameters changed or disapear between MOM4 and MOM5. The task “check” evaluates if all namelists/parameters in the input.nml are declared in the code.

    mom_namelist check –momsrc=mom/src myexperiments/exp1/input.nml

  • Task 4to5 converts a namelist for MOM4 to a namelist for MOM5

    mom_namelist 4to5 input.nml > ./input.nml.new

License

mom-utils is offered under the PSFL.

Authors

Guilherme Castelão <guilherme@castelao.net> Luiz Irber <luiz.irber@gmail.com>

News

1.2.4

  • Temporary solution to allow to handle input.nml for CM, which store some lists as parameters values.

1.2

  • mom4_namelist renamed to mom_namelist.

  • New task “check” for mom_namelist.

before 1.1.4

  • mom4_namelist: An application to parse and manipulate the input.nml

  • Including some documentation

  • First release was some point at 2011, I’m not sure when.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mom-utils-1.2.7.tar.gz (15.0 kB view details)

Uploaded Source

File details

Details for the file mom-utils-1.2.7.tar.gz.

File metadata

  • Download URL: mom-utils-1.2.7.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mom-utils-1.2.7.tar.gz
Algorithm Hash digest
SHA256 bd8730b14afb8616a4211c5f50260f60b6bd91c83634feb99fc073719dafd788
MD5 6d35bb3860d4eab4f8caf3cb97fc9f5f
BLAKE2b-256 f6e35bf1c347f8fc35a1be3eb3540b922d33af3e764055ed4f206096e46d148c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page