NCAR / i-wrf

Integrated End-To-End WRF Containerized Framework
https://i-wrf.org
Apache License 2.0
9 stars 1 forks source link

Feature #48 Hurricane Matthew METplus #53

Closed georgemccabe closed 4 months ago

georgemccabe commented 4 months ago

Pull Request Testing

Ran instructions on casper with a clean environment

Follow instructions to run METplus use case on casper: https://i-wrf.readthedocs.io/en/feature-48_matthew_metplus/Users_Guide/running.html#on-an-hpc-cluster-with-apptainer Note: After cloning the i-wrf GitHub repository, you will need to switch to the feature branch to get the METplus config file needed to run the use case

git -C ${SCRATCH}/i-wrf checkout feature/48_matthew_metplus

Also note: The instructions use the development version of METplus (dtcenter/metplus-dev:develop). Once the next METplus release has been created, we will need to update the instructions to replace metplus-dev:develop with metplus:6.0.0 to ensure that the stable release is always used.

Pull Request Checklist