Summary of changes
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:
- new radiation scheme ecRad (see below), more efficient with reduced noise and more accurate longwave radiation transfer calculation.
- revised interpolation of moist variables in the upper-troposphere / lower stratosphere (UTLS).
- cloud scheme change of rain evaporation, auto-conversion/accretion, riming, precipitation fraction.
- increased super-cooled liquid water at colder temperatures from the convection scheme.
- improved representation of supercooled 'freezing rain'.
- modified convective detrainment.
- changed parcel perturbation for deep convection to be proportional to surface fluxes.
- increased cloud erosion rate when convection is active to reduce cloud cover slightly particularly over ocean.
- changes to boundary layer cloud for marine stratocumulus and at high latitudes.introduced resolution dependence in parametrization of non-orographic gravity wave drag.
- new output diagnostics fields.
New radiation code ecRad
A new ECMWF radiation scheme became operational in IFS 43r3, replacing the older McRad scheme which first became operational in 2007. The new ecRad scheme is more modular allowing individual components to be swapped for faster and more accurate ones. It is also much more efficient. It uses a new implementation of the McICA (Monte Carlo Independent Column Approximation) code that is less noisy in partially cloudy conditions. Improvements in longwave radiation transfer reduce biases in temperature profiles. In operational IFS cycle 43r3, ecRad brings slight improvements in forecast skill.
For further information about ecRad please see the following sources:
- ECMWF newsletter 155: A new radiation scheme for the IFS
- A flexible and efficient radiation scheme for the ECMWF model, 2018, JAMES.
- ECMWF technical report: ECRAD. A new radiation scheme for the IFS (older version)
- A flexible and efficient radiation scheme for the ECMWF model, 2018, JAMES.
- ecRad home page
A standalone version of ecRad can be obtained by following the ecRad home page link above. It requires a separate (similar) license from to OpenIFS.
Technical aspects
Requirements
The SCM requires the grib-api (or ecCodes) GRIB library (from ECMWF) and the netCDF library to be available in order to read and write files.
CompilersGNU, Intel and Cray compilers are supported. The PGI compiler is no longer supported.
Namelists
There are two namelist files in the 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.
Semi-Lagrangian
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.
Excerpt Include | ||||||
---|---|---|---|---|---|---|
|