Changeset 1948 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Jan 27, 2014, 11:29:29 AM (12 years ago)
- File:
-
- 1 edited
-
LMDZ5/trunk/libf/phylmd/physiq.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq.F90
r1938 r1948 2296 2296 'AVANT LA CONVECTION SECHE , iflag_thermals=' & 2297 2297 ,iflag_thermals,' nsplit_thermals=',nsplit_thermals 2298 if(iflag_thermals .lt.0) then2298 if(iflag_thermals<=0) then 2299 2299 ! Rien 2300 2300 ! ==== 2301 IF(prt_level>9)WRITE(lunout,*)'pas de convection' 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' 2302 2303 2303 2304 … … 2446 2447 ! Dans le cas contraire, on demarre au niveau 1. 2447 2448 2448 if (iflag_thermals .ge.13.or.iflag_thermals.eq.0) then2449 if (iflag_thermals>=13.or.iflag_thermals<=0) then 2449 2450 2450 2451 if(iflag_thermals.eq.0) then … … 2461 2462 ! non nulles numeriquement pour des mailles non concernees. 2462 2463 2463 if (iflag_thermals .eq.0) then2464 if (iflag_thermals==0) then 2464 2465 CALL ajsec_convV2(paprs, pplay, t_seri,q_seri & 2465 2466 , d_t_ajsb, d_q_ajsb) 2466 else 2467 else if (iflag_thermals>0) then 2467 2468 CALL ajsec(paprs, pplay, t_seri,q_seri,limbas & 2468 2469 , d_t_ajsb, d_q_ajsb)
Note: See TracChangeset
for help on using the changeset viewer.
