Ignore:
Timestamp:
Oct 12, 2023, 1:55:17 PM (15 months ago)
Author:
llange
Message:

MARS PCM
Fixing a mistake in the computation of z0T (missing the + 5 kappa,
Brutsaert 1982)
LL

File:
1 edited

Legend:

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

    r2616 r3084  
    218218     &       *pz0(ig)/(log(z1z0)*nu)
    219219       pz0tcomp(ig)=pz0(ig)*exp(-karman*7.3*
    220      &              (reynolds(ig)**0.25)*(prandtl(ig)**0.5))
     220     &              (reynolds(ig)**0.25)*(prandtl(ig)**0.5)+5*karman)
    221221
    222222         
Note: See TracChangeset for help on using the changeset viewer.