Changeset 1236 for trunk/LMDZ.MARS/libf/phymars/meso_inc
- Timestamp:
- May 5, 2014, 11:38:51 AM (11 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars/meso_inc
- Files:
-
- 6 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_les.F
r790 r1236 2 2 3 3 DO ig=1,ngrid 4 !! sensible heat flux in W/m25 6 sensheat(ig) = zflubid(ig)-capcal(ig)*zdtsdif(ig)4 !!! sensible heat flux in W/m2 5 ! 6 ! sensheat(ig) = zflubid(ig)-capcal(ig)*zdtsdif(ig) 7 7 8 8 !! u star in similarity theory in m/s … … 16 16 DO ig=1,ngrid 17 17 18 ! New SL parametrization, correct formulation for sensheat :19 20 sensheat(ig) = (pplay(ig,1)/(r*pt(ig,1)))*cpp21 & *sqrt(pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1)22 & + (log(1.+0.7*wstar(ig) + 2.3*wstar(ig)**2))**2)23 & *zcdh(ig)*(tsurf(ig)-zh(ig,1))18 !! New SL parametrization, correct formulation for sensheat : 19 ! 20 ! sensheat(ig) = (pplay(ig,1)/(r*pt(ig,1)))*cpp 21 ! & *sqrt(pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1) 22 ! & + (log(1.+0.7*wstar(ig) + 2.3*wstar(ig)**2))**2) 23 ! & *zcdh(ig)*(tsurf(ig)-zh(ig,1)) 24 24 25 25 ! New SL parametrization, ustar is more accurately computed in vdif_cd : … … 40 40 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 41 41 !!! LES LES 42 IF ( flag_LES) THEN42 IF (turb_resolved) THEN 43 43 44 44 write (*,*) '************************************************' … … 49 49 write (*,*) '************************************************' 50 50 51 DO ig=1,ngrid52 wstar(ig)=0. !! no additional gustiness needed in surface layer (see vdifc.F)53 DO l=1,nlayer54 zdvdif(ig,l) = 0.55 zdudif(ig,l) = 0.56 zdhdif(ig,l) = 0.57 ENDDO58 ENDDO59 51 IF (lifting .and. doubleq) THEN 60 52 !! lifted dust is injected in the first layer.
Note: See TracChangeset
for help on using the changeset viewer.