Skip to content

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.

  1. Downloading the source code
  2. Compiling the models
  3. Running test cases

Downloading the source code

% git clone https://github.com/ufs-community/ufs-s2s-model
% cd ufs-s2s-model
% git checkout develop (or tags)
% git submodule update --init --recursive

Compiling the models

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 

Running test cases

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.