Changeset 268 for trunk/LMDZ.MARS/libf/phymars/meso_inc
- Timestamp:
- Aug 16, 2011, 11:06:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_les.F
r265 r268 1 1 DO ig=1,ngrid 2 2 !! sensible heat flux in W/m2 3 hfx(ig) = zflubid(ig)-capcal(ig)*zdtsdif(ig) 3 ! hfx(ig) = zflubid(ig)-capcal(ig)*zdtsdif(ig) 4 5 ! New SL parametrization, correct formulation for hfx : 6 7 hfx(ig) = (pplay(ig,1)/(r*pt(ig,1)))*cpp 8 & *sqrt((pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1))) 9 & *zcdh(ig)*(tsurf(ig)-zh(ig,1)) 10 4 11 !! u star in similarity theory in m/s 5 12 ! ust(ig) = 0.4
Note: See TracChangeset
for help on using the changeset viewer.