Skip to content
Snippets Groups Projects
Commit a069aef3 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 12/09/2023: SURFEX add ifdef around OVERTSHIFT. Must be TRUE with...

Quentin 12/09/2023: SURFEX add ifdef around OVERTSHIFT. Must be TRUE with MesoNH (otherwise, surface variables are interpolated with respect to the orography of the input GRIB at PREP). But must stay False for offline
parent 74215d2a
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,11 @@ ODRAG_COEF_ARP = .FALSE. ...@@ -116,7 +116,11 @@ ODRAG_COEF_ARP = .FALSE.
OALDZ0H = .FALSE. OALDZ0H = .FALSE.
ONOSOF = .TRUE. ONOSOF = .TRUE.
OSLOPE = .FALSE. OSLOPE = .FALSE.
#ifdef SFX_MNH
OVERTSHIFT = .TRUE.
#else
OVERTSHIFT = .FALSE. OVERTSHIFT = .FALSE.
#endif
OVSHIFT_LW = .FALSE. OVSHIFT_LW = .FALSE.
OVSHIFT_PRCP = .FALSE. OVSHIFT_PRCP = .FALSE.
OCPL_GCM = .FALSE. OCPL_GCM = .FALSE.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment