Ignore:
Timestamp:
Aug 5, 2011, 12:54:31 PM (13 years ago)
Author:
acolaitis
Message:

Corrected wrong definition for u* in mesoscale model

File:
1 edited

Legend:

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

    r260 r265  
    7474      REAL pz0t        ! initial thermal roughness length. (local)
    7575      REAL ric         ! critical richardson number
     76      REAL reynolds(ngrid)    ! reynolds number for UBL
    7677      REAL prandtl(ngrid)     ! prandtl number for UBL
    77       REAL reynolds(ngrid)    ! reynolds number for UBL
    7878      REAL pz0tcomp(ngrid)     ! computed z0t
    7979      REAL ite
     
    101101c phim = 1+betam*zeta   or   (1-bm*zeta)**am
    102102c phih = alphah + betah*zeta    or   alphah(1.-bh*zeta)**ah
    103 c am=-0.5, ah=-0.25
     103c am=-0.25, ah=-0.5
    104104
    105105      pz0t = 0.     ! for the sake of simplicity
     
    199199       
    200200      ENDDO
    201 
     201!
    202202!      print*,'new : cd,ch; ',pcdv,pcdh
    203203
Note: See TracChangeset for help on using the changeset viewer.