Versions Compared

Key

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

...

In a similar fashion to the OpenIFS package and the experiment data, the SCM test-case package can be download downloaded from https://sites.ecmwf.int/openifs/openifs-data/scm/48r1/scm_openifs_48r1.tar.gz. Please note that access to this web site is restricted to registered OpenIFS users, i.e. your personal ECMWF account must have been added to the OpenIFS user policy.

...

callscm  includes default settings, which are the all three cases, with a 450 s timestep and an experiment name of ref-oifs-scm . To run with these settings, enter the following

...

Example plotting script

Once the SCM has run 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 typing the following

Code Block
languagebash
themeMidnight
cd $SCM_RUNDIR
python3 plotscm.py

...