Changeset 2983 for LMDZ5/trunk
- Timestamp:
- Aug 31, 2017, 2:08:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/dyn1d/lmdz1d.F90
r2933 r2983 359 359 ! Radiation to be switched off 360 360 ! 361 if (forcing_type .eq.0) THEN361 if (forcing_type <=0) THEN 362 362 forcing_les = .true. 363 363 elseif (forcing_type .eq.1) THEN … … 412 412 heure_ini_cas=0. 413 413 pdt_cas=1800. ! forcing frequency 414 elseif (forcing_type .eq.106) THEN ! ayotte_24SC starts 6-11-1992 0h 415 forcing_case2 = .true. 416 year_ini_cas=1992 417 mth_ini_cas=11 418 day_deb=6 419 heure_ini_cas=10. 420 pdt_cas=86400. ! forcing frequency 414 421 elseif (forcing_type .eq.40) THEN 415 422 forcing_GCSSold = .true. … … 1084 1091 endif 1085 1092 1086 !CRio:Attention modif sp écifique cas de Caroline1087 if (forcing_ les) then1093 !CRio:Attention modif sp??cifique cas de Caroline 1094 if (forcing_type==-1) then 1088 1095 fcoriolis=0. 1089 1096 !Nudging
Note: See TracChangeset
for help on using the changeset viewer.