Skip to content

How to run regression tests for the DATM MOM6 CICE6 model

BinLi-NOAA edited this page Oct 30, 2020 · 2 revisions

How to run new regression tests for the DATM-MOM6-CICE6 model

COMPILE | DATM=Y S2S=Y       | standard | hera.intel orion.intel | fv3 |
RUN     | datm_control_cfsr  | standard | hera.intel orion.intel | fv3 |
RUN     | datm_control_gefs  | standard | hera.intel orion.intel | fv3 |
RUN     | datm_mx025_cfsr    | standard | hera.intel orion.intel | fv3 |
RUN     | datm_mx025_gefs    | standard | hera.intel orion.intel | fv3 |
  • $ vi rt.sh (The default account to use is nems. If you cannot use nems account to run jobs, please change the "ACCNR" parameter, e.g., ACCNR=marine-cpu
  • $ rt.sh -k -l rt.conf_datm (This command will compile the code using CMake and run all 4 test cases. After the runs are completed, the run directories are not removed.)
  • The run directories are located at /scratch1/NCEPDEV/stmp2/${USER}/FV3_RT on Hera.
  • The run directories are located at /work/noaa/stmp/${USER}/stmp/${USER}/FV3_RT on Orion.
Clone this wiki locally