Changeset 926 for LMDZ4/trunk/libf/phylmd
- Timestamp:
- Mar 12, 2008, 6:20:17 PM (17 years ago)
- Location:
- LMDZ4/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/thermcell_main.F90
r883 r926 145 145 real wght_th(klon,klev) 146 146 integer lalim_conv(klon) 147 148 147 !v1d logical therm 148 !v1d save therm 149 149 150 150 character*2 str2 … … 177 177 f0(ig)=1.e-5 178 178 zmax0(ig)=40. 179 179 !v1d therm=.false. 180 180 endif 181 181 enddo … … 324 324 325 325 do ig=1,klon 326 327 328 326 !v1d if (alim_star(ig,1).gt.1.e-10) then 327 !v1d therm=.true. 328 !v1d endif 329 329 enddo 330 330 !----------------------------------------------------------------------------- … … 626 626 !test pour prolonger la convection 627 627 do ig=1,ngrid 628 if ((alim_star(ig,1).lt.1.e-10).and.(therm)) then 628 !v1d if ((alim_star(ig,1).lt.1.e-10).and.(therm)) then 629 if ((alim_star(ig,1).lt.1.e-10)) then 629 630 lalim_conv(ig)=1 630 631 wght_th(ig,1)=1. -
LMDZ4/trunk/libf/phylmd/yamada4.F
r878 r926 71 71 integer ipas 72 72 save first,ipas 73 data first,ipas/.true.,0/ 73 cFH/IM data first,ipas/.true.,0/ 74 data first,ipas/.false.,0/ 74 75 c$OMP THREADPRIVATE( first,ipas) 75 76
Note: See TracChangeset
for help on using the changeset viewer.