Marc's pages
Marc's home
My documentation
Presentations
Met Office
Water in the hybrid model II
Water in the hybrid model (5/2/20)
MOHCCP kick-off: hybrid model (9/5/18)
Hybrid model development (17/3/16)
UKESM aerosol WG (25/9/15)
2 UMs: 28 April 2015
Contents
2UM components
Coupling timeline
Junior UM timeline in detail
Fields needed by Senior UM
Senior UM timeline in detail
How coupling is done
Bodges
Wrong start dump
Why does Junior need orography?
Summary and Future
Bodges
Require surface Exner function in order to couple Exner function - problem determining departure point otherwise
Coupling m
cl
needs two changes to avoid floating point exceptions.
Because UM contains code of the form
IF (x > 0.0) THEN ... x**a OR a/x
which crashes code when x < 10
-200
. Changed code to use
IF (x > 1.0e-100) THEN
Changes made in
In LSP_AUTOC
In COSP_PRECIP_MXRATIO