Versions Compared

Key

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

...

(the above fixes the dry air mass only and leaves the fluctuation in the total mass due to moist parametrizations - this preserves the annual water cycle signal which would otherwise be removed by fixing the total mass. ERA-Interim also use these settings.)
The above turn on the spectral mass fixer.

...


 (the above specifies that the mass fixer will be applied every step)

 

A further global mass fixer can also be applied to correct the moisture variables and any tracers (if used). Note that this fixer can be used together with the spectral mass fixer above or independently.

Code Block
&NAMGFL
YS_NL%LMASSFIX=true,
YR_NL%LMASSFIX=true,
YI_NL%LMASSFIX=true,
YL_NL%LMASSFIX=true,
YQ_NL%LMASSFIX=true,
LTRCMFIX=true,

the above activates and controls the tracer mass fixer. It applies it on spec humidity, cloud water, cloud ice, cloud rain, cloud snow: YQ_NL, YL_NL, YI_NL, YR_NL, YS_NL IFS variables respectively.

...

Code Block
112		!LTRCMFP=.TRUE.  ! proportional 
113		!LTRCMFA_LAP=.FALSE.  ! additive based on hor. Laplace
114		!LTRCMFA_VER=.FALSE.  ! additive based on vert. Lapace
115		!LTRCMFA_DIF=.FALSE.   ! additiva based on abs gradient

...