Skip to content
Snippets Groups Projects
Commit 699f1a39 authored by Gaelle DELAUTIER's avatar Gaelle DELAUTIER
Browse files

Q.Rodier 15/5/2018 : new constant XRM17

parent 51d1e7d1
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,11 @@ IMPLICIT NONE
! 1.1 Constant for dissipation of Tke
!
!XCED = 0.70
XCED = 0.85
XCED = 0.84
! Redelsperger-Sommeria (1981) = 0.70
! Schmidt-Schumann (1989) = 0.845
! Cheng-Canuto-Howard (2002) = 0.845
! Rodier, Masson, Couvreux, Paci (2017) = 0.34
!
!
! 1.2 Constant for wind pressure-correlations
......@@ -162,6 +163,10 @@ XALPSBL = 4.63
! Stull 1988 = 4.75
!
!
! 1.11 Value related to the shear term in mixing length computation
!
XRM17 = 0.5 ! Rodier et al 2017
!
!
! 2. Derivated constants
! -------------------
......
......@@ -68,6 +68,7 @@ REAL,SAVE :: XCDD ! ct. for the destruction term in the dissipation eq.
REAL,SAVE :: XCDT ! ct. for the transport term in the dissipation eq.
!
REAL,SAVE :: XTKEMIN ! mimimum value for the TKE
REAL,SAVE :: XRM17 ! Rodier et al 2017 constant in shear term for mixing length
!
REAL,SAVE :: XLINI ! initial value for BL mixing length
REAL,SAVE :: XLINF ! to prevent division by zero in the BL algorithm
......
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