Skip to content
BinLi-NOAA edited this page Mar 16, 2021 · 2 revisions

Welcome to the ufs-weather-model wiki!

Run a single test:

  1. cd ufs-weather-model/tests

  2. cp rt.conf rt.conf1

    Keep only the following 2 lines in rt.conf1:

  • COMPILE | DATM=Y S2S=Y | - wcoss_cray jet.intel | fv3 |
  • RUN | datm_control_cfsr | - wcoss_cray jet.intel | fv3 |
  1. run the test:
  • ./rt.sh -k -l rt.conf1
  1. check results:
  • cd log_hera.intel

(The run directory is RUNDIR_ROOT in the "run_datm_control_cfsr.log" file.)

To run again using the old run directory with a new executable:

  1. revise rt.conf1 to keep only the line beginning with "COMPILE"
  2. ./rt.sh -k -l rt.conf1 and the new executable is fv3_1.exe
  3. rename the executable and copy it to the run directory
  • mv fv3_1.exe fv3.exe
  • cp fv3.exe $RUNDIR_ROOT
  1. run the job:
  • cd $RUNDIR_ROOT
  • sbatch job_card
Clone this wiki locally