-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
BinLi-NOAA edited this page Nov 18, 2019
·
2 revisions
This page shows you how to run regression test cases using ufs-s2s-model on Hera (NOAA's R&D HPCS) or WCOSS Phase 2. If you have any problems, please check the issue pages.
% git clone https://github.com/ufs-community/ufs-s2s-model
% cd ufs-s2s-model
% git checkout develop (or tags)
% git submodule update --init --recursive
In your .cshrc, you need to set "limit stacksize unlimited" or in your .bashrc, you need to set "ulimit -s unlimited". Otherwise your jobs might hang.
% ./NEMS/NEMSAppBuilder app=coupledFV3_MOM6_CICE
To run all 4 test cases (or compsets):
% ./NEMS/NEMSCompsetRun -f
Note that this step will also compile the code automatically if the code has not been compiled yet.