Versions Compared

Key

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

...

Once the SCM has successfully, it will produce output in $SCM_RUNDIR/scmout_<casename>_<expt_name>_<timestep>, which contains some netcdf files. 

As part of the scm_openifs  download package we provide a python script $SCM_RUNDIR/plotscm.py , which can be used to plot some profiles at a certain time, 2-d time height plots and some scalar timeseries. This script will work without any changes for the DYCOMS case and the default settings of callscm by type the following

Code Block
languagebash
themeMidnight
cd $SCM_RUNDIR
python3 plotscm.py

 For the defaults, the above will produce plot_DYCOMS  directory, which contains png plots

Note

On ECMWF ATOS, it is necessary to load python3 before attempting to run plotscm.py, i.e., 

Code Block
languagebash
themeMidnight
module load python3