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

Quentin 16/10/2023: PHYEX fix name of CTURBLEN, was HM21 instead of ADAP

parent 0e0ae981
No related branches found
No related tags found
No related merge requests found
...@@ -415,9 +415,9 @@ ENDIF ...@@ -415,9 +415,9 @@ ENDIF
! !
IF(LLCHECK) THEN IF(LLCHECK) THEN
CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTURBDIM', CTURBDIM, '1DIM', '3DIM') CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTURBDIM', CTURBDIM, '1DIM', '3DIM')
CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTURBLEN', CTURBLEN, 'DELT', 'BL89', 'RM17', 'DEAR', 'BLKR', 'ADAP') CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTURBLEN', CTURBLEN, 'DELT', 'BL89', 'RM17', 'DEAR', 'BLKR', 'HM21')
CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTOM', CTOM, 'NONE', 'TM06') CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTOM', CTOM, 'NONE', 'TM06')
CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTURBLEN_CLOUD', CTURBLEN_CLOUD, 'DELT', 'BL89', 'RM17', 'DEAR', 'BLKR', 'ADAP') CALL CHECK_NAM_VAL_CHAR(KLUOUT, 'CTURBLEN_CLOUD', CTURBLEN_CLOUD, 'DELT', 'BL89', 'RM17', 'DEAR', 'BLKR', 'HM21')
ENDIF ENDIF
! !
......
...@@ -82,7 +82,7 @@ IF(XCED == XUNDEF) THEN ...@@ -82,7 +82,7 @@ IF(XCED == XUNDEF) THEN
! Schmidt-Schumann (1989) = 0.845 ! Schmidt-Schumann (1989) = 0.845
! Cheng-Canuto-Howard (2002) = 0.845 ! Cheng-Canuto-Howard (2002) = 0.845
! Rodier, Masson, Couvreux, Paci (2017) = 0.34 ! Rodier, Masson, Couvreux, Paci (2017) = 0.34
IF(CTURBLEN=='RM17' .OR. CTURBLEN=='ADAP') THEN IF(CTURBLEN=='RM17' .OR. CTURBLEN=='HM21') THEN
XCED=0.34 XCED=0.34
ELSE ELSE
IF(HPROGRAM=='AROME') THEN IF(HPROGRAM=='AROME') THEN
......
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