Changeset 503 for trunk/LMDZ.MARS/libf/phymars/meso_inc
- Timestamp:
- Jan 24, 2012, 6:31:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_les.F
r341 r503 20 20 sensheat(ig) = (pplay(ig,1)/(r*pt(ig,1)))*cpp 21 21 & *sqrt(pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1) 22 & + ( 1.2*wmax_th(ig))**2)22 & + (log(1.+0.7*wstar(ig) + 2.3*wstar(ig)**2)**2)) 23 23 & *zcdh(ig)*(tsurf(ig)-zh(ig,1)) 24 24 25 25 ! New SL parametrization, ustar is more accurately computed in vdif_cd : 26 26 27 ustar(ig) = sqrt(zcdv(ig)* 27 & (pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1) + (0.7*wmax_th(ig))**2) 28 & (pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1) 29 & + (log(1.+0.7*wstar(ig) + 2.3*wstar(ig)**2)**2)) 28 30 & ) 29 31 … … 49 51 50 52 DO ig=1,ngrid 51 w max_th(ig)=0. !! no additional gustiness needed in surface layer (see vdifc.F)53 wstar(ig)=0. !! no additional gustiness needed in surface layer (see vdifc.F) 52 54 DO l=1,nlayer 53 55 zdvdif(ig,l) = 0.
Note: See TracChangeset
for help on using the changeset viewer.