Changeset 1398 for LMDZ4/trunk/libf/phylmd/physiq.F
- Timestamp:
- Jun 4, 2010, 6:56:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/physiq.F
r1391 r1398 1410 1410 ema_pcb(i) = 0. 1411 1411 ema_pct(i) = 0. 1412 1412 c ema_workcbmf(i) = 0. 1413 1413 ENDDO 1414 1414 cIM15/11/02 rajout initialisation ibas_con,itop_con cf. SB =>BEG … … 1435 1435 c================================================================================ 1436 1436 1437 ENDIF 1437 ENDIF !debut 1438 1438 1439 1439 DO i=1,klon … … 2122 2122 . d_t_con,d_q_con,d_u_con,d_v_con,d_tr, 2123 2123 . rain_con, snow_con, ibas_con, itop_con, sigd, 2124 . upwd,dnwd,dnwd0,2124 . ema_cbmf,upwd,dnwd,dnwd0, 2125 2125 . Ma,mip,Vprecip,cape,cin,tvp,Tconv,iflagctrl, 2126 2126 . pbase,bbase,dtvpdt1,dtvpdq1,dplcldt,dplcldr,qcondc,wd, … … 2194 2194 endif 2195 2195 endif 2196 ENDDO 2197 DO i = 1, klon 2198 ema_cbmf(i) = ema_workcbmf(i) 2199 ENDDO 2196 ENDDO 2200 2197 ELSE IF (iflag_con.eq.0) THEN 2201 2198 write(lunout,*) 'On n appelle pas la convection' … … 3573 3570 DO k = 1, klev 3574 3571 DO i = 1, klon 3575 theta(i,k)=t(i,k)*(100000./pplay(i,k))**(RD/RCPD) 3572 cJYG/IM theta en debut du pas de temps 3573 cJYG/IM theta(i,k)=t(i,k)*(100000./pplay(i,k))**(RD/RCPD) 3574 cJYG/IM theta en fin de pas de temps de physique 3575 theta(i,k)=t_seri(i,k)*(100000./pplay(i,k))**(RD/RCPD) 3576 3576 ENDDO 3577 3577 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.