Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
cd $OIFS_HOME
$SCM_TEST/callscm
Note

It is important to note that if running on the ECMWF ATOS the mpi environment needs to be loaded before running callscm

Code Block
languagebash
themeMidnight
# If OpenIFS and SCM built with intel compiler use 
module load prgenv/intel
module load intel-mpi
Code Block
languagebash
themeMidnight
# if OpenIFS and SCM built with gnu compiler use
module load prgenv/gnu
module load gcc/11.2.0
module load openmpi/4.1.1.1

If the appropriate modules are not loaded, the SCM fails to run and outputs an MPI error.

callscm  (with defaults, i.e. no arguments) This will run the DYCOMS case with the SCM and create an output directory in $SCM_RUNDIR/scmout_DYCOMS_ref-oifs-scm_450s , which contains the diagnostic output from the SCM. In addition, the file scm_run_log.txt will be created in $SCM_RUNDIR . This file contains the print output from the SCM, which is useful for checking all the sources and paths for a simulation. 

...

This command results in the following output directories 

...

languagebash
themeMidnight

directories $SCM_RUNDIR/scmout_BOMEX_bomex_test_900s

...

  and scmout_BOMEX_bomex_test_1800s.




Example plotting script

Once the SCM has successfully, it will produce output in $SCM_RUNDIR