The single column model (SCM) represents a single gridpoint in IFS and allows all the physical processes to be run in a single vertical column.
IFS cycle 43r3 was the operational model at ECMWF from July 2017 to June 2018.
SCM 43r3 will not produce the same results as the previous release SCM 40r1. This is due to significant changes to the representation of the physical processes and a new radiation code. |
Please report any issues or problems with this release to either the OpenIFS User Forums or the openifs-support@ecmwf.int email.
For a full description of the physical processes included in the single column model, please see the IFS CY43r3 Physical Processes manual (PDF).
For more details of the changes introduced at IFS 43r3 and previous operational models (since 40r1) please see: Changes in ECMWF IFS model.
Brief summary:
netCDF. The SCM requires the netCDF library to be available in order to read and write files.
There are two namelist files in the scm-40r1.ref-oifs/test-run directory:
namelist.trref_winds_rel
and namelist.trref_winds_rel.simpl
The former one defines non-linear physics, the latter one the simplified physics (you may be surprised how close the results from the two packages are). We expect most users to use the full non-linear physics option.
It is important to set |
By default the semi-Lagrangian scheme is activated (LSLAG=.T.) with the physics being averaged along a trajectory (LSLPHY=.T.). This follows the defaults in the IFS.
If you like to use Eulerian advection set LSLAG=.F., reduce the model timestep (don't forget to change number of time steps accordingly) and disable the semi-Lagrangian physics by setting LSLPHY=.F.