Ignore:
Timestamp:
Jan 24, 2012, 6:31:51 PM (13 years ago)
Author:
acolaitis
Message:

Mesoscale/Les?. Added improvments to mode 21. Corrected variable names for new subgrid gustiness definitions.

File:
1 edited

Legend:

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

    r341 r503  
    2020            sensheat(ig) = (pplay(ig,1)/(r*pt(ig,1)))*cpp
    2121     &        *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))
    2323     &        *zcdh(ig)*(tsurf(ig)-zh(ig,1))
    2424
    2525! New SL parametrization, ustar is more accurately computed in vdif_cd :
     26
    2627            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))
    2830     &                     )
    2931
     
    4951
    5052         DO ig=1,ngrid
    51           wmax_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)
    5254          DO l=1,nlayer
    5355            zdvdif(ig,l) = 0.
Note: See TracChangeset for help on using the changeset viewer.