METplus 5.0 is now available on Gadi under /g/data/access/modules
To use the container at NCI:
module use /g/data/access/ngm/modules
module load envs/metplus/5.0
All MET commands and run_metplus.py will be available on PATH
Demonstration
The demo configurations available at METplus Use Cases can be run using the container.
-
Download the sample data from https://dtcenter.ucar.edu/dfiles/code/METplus/METplus_Data/v5.0/sample_data-met_tool_wrapper-5.0.tgz and untar into a directory
-
Create a configuration file
local.confcontaining the input and output paths
[dir]
INPUT_BASE=/path/to/metplus_inputs
OUTPUT_BASE=/path/to/outputs
-
Save the demo configuration to a local file
-
Run METplus passing it both
local.confand the demo configuration
run_metplus.py local.conf ASCII2NC.conf
Container Details
This package is provided as an Apptainer container. The container file is available at $METPLUS_ROOT/etc/image.sif, build configuration is at Sign in · GitLab.
Commands provided by the module can be run without needing any extra configuration. You can access the container internals with the imagerun command, e.g. imagerun ls / will show the container contents. imagerun shell will start a shell inside the container, once inside the shell run source /build/entrypoint.sh to load the environment.