Ignore:
Timestamp:
Aug 16, 2011, 11:06:45 AM (13 years ago)
Author:
acolaitis
Message:

--- AC 03/08/2011 ---
M 267 libf/phymars/physiq.F
<> Minor modification to pass Ch from vdifc to meso_inc_les

M 267 libf/phymars/surflayer_interpol.F
<> Major modification to the formulation of integrals

Now stable for most cases. Some cases with highly negative Monin Obukhov length
remain to be explored.

M 267 libf/phymars/vdif_cd.F
<> Added gustiness to the Richardson computation. Gustiness factor is for now of beta=1., after

several comparisons with LES aerodynamic conductances. May be subject to a minor change (+/- 0.1)
in the near future. (almost transparent for the user)

M 267 libf/phymars/vdifc.F
<> Minor modifications relative to variables.

M 267 libf/phymars/calltherm_mars.F90
<> Added a comment on a "sensitive" parameter that should not be changed without knowing the consequence !

M 267 libf/phymars/meso_inc/meso_inc_les.F
<> Changed the definition for HFX computation in the LES (to be discussed with Aymeric). New definition yields

very similar results to old one and follows a strict definition of what HFX should be.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_les.F

    r265 r268  
    11         DO ig=1,ngrid
    22          !! 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
    411          !! u star in similarity theory in m/s
    512!          ust(ig) = 0.4
Note: See TracChangeset for help on using the changeset viewer.