Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 1.68 KB

utilities.rst

File metadata and controls

85 lines (56 loc) · 1.68 KB

Utilities

MITgcmutils

This Python package includes a number of helpful functions and scripts for dealing with MITgcm output. You can install it from the model repository (in directory :filelink:`utils/python/MITgcmutils`) or from the Python Package Index:

pip install --user MITgcmutils

The following functions are exposed at the package level:

The package also includes a standalone script for joining tiled mnc files: gluemncbig.

For more functions, see the individual modules:

mds

.. automodule:: MITgcmutils.mds
    :members:

mnc

.. automodule:: MITgcmutils.mnc
    :members:

diagnostics

.. automodule:: MITgcmutils.diagnostics
    :members:

ptracers

.. automodule:: MITgcmutils.ptracers
    :members:

jmd95

.. automodule:: MITgcmutils.jmd95
    :members:

mdjwf

.. automodule:: MITgcmutils.mdjwf
    :members:

cs

.. automodule:: MITgcmutils.cs
    :members:

llc

.. automodule:: MITgcmutils.llc
    :members:

gluemncbig

This command line script is part of MITgcmutils and provides a convenient method for stitching together NetCDF files into a single file covering the model domain. Be careful though - the resulting files can get very large.

.. program-output:: ../utils/python/MITgcmutils/scripts/gluemncbig --help