Changeset 3670 for LMDZ6/trunk/libf/phylmd/cv3_routines.F90
- Timestamp:
- Apr 27, 2020, 10:49:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cv3_routines.F90
r3624 r3670 888 888 ! - relaxation of sig and w0 when no convection 889 889 890 ! Caution1: if no convection, we set iflag= 4890 ! Caution1: if no convection, we set iflag=14 891 891 ! (it used to be 0 in convect3) 892 892 … … 968 968 sig(i, k) = amax1(sig(i,k), 0.0) 969 969 w0(i, k) = beta*w0(i, k) 970 iflag(i) = 4 ! pour version vectorisee970 iflag(i) = 14 ! pour version vectorisee 971 971 ! convect3 iflag(i)=0 972 972 END IF
Note: See TracChangeset
for help on using the changeset viewer.