Changeset 1950
- Timestamp:
- Jan 27, 2014, 5:16:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq.F90
r1948 r1950 2296 2296 'AVANT LA CONVECTION SECHE , iflag_thermals=' & 2297 2297 ,iflag_thermals,' nsplit_thermals=',nsplit_thermals 2298 if(iflag_thermals< =0) then2298 if(iflag_thermals<0) then 2299 2299 ! Rien 2300 2300 ! ==== 2301 IF(prt_level>9)WRITE(lunout,*)'pas de modele de panache thermique' 2302 IF(prt_level>9.and.iflag_thermals<0)WRITE(lunout,*)'pas d ajustement convectif' 2301 IF(prt_level>9)WRITE(lunout,*)'pas de convection seche' 2303 2302 2304 2303 … … 2463 2462 2464 2463 if (iflag_thermals==0) then 2464 ! Calling adjustment alone (but not the thermal plume model) 2465 2465 CALL ajsec_convV2(paprs, pplay, t_seri,q_seri & 2466 2466 , d_t_ajsb, d_q_ajsb) 2467 2467 else if (iflag_thermals>0) then 2468 ! Calling adjustment above the top of thermal plumes 2468 2469 CALL ajsec(paprs, pplay, t_seri,q_seri,limbas & 2469 2470 , d_t_ajsb, d_q_ajsb)
Note: See TracChangeset
for help on using the changeset viewer.