You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


(with thanks to Michail Diamantakis)

For global mass conservation of air the following settings should be added in namelists:

&NAMDYN
LMASCOR=true,
LMASDRY=true,

(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.

&NAMCT0
NFRMASSCON=1,


 the above specifies that the mass fixer will be applied every step. if this is not done, the default is every 32,000 steps!

 

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.

&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.

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

 


  • No labels