Ignore:
Timestamp:
Apr 17, 2020, 4:58:05 PM (5 years ago)
Author:
mlefevre
Message:

MESOSCALE. Implementation of mesoscale architecture for Titan physics. See MESOSCALE flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/turbdiff.F90

    r1947 r2291  
    1010      use comcstfi_mod, only: rcp, g, r, cpp
    1111      use callkeys_mod, only: tracer,nosurf
     12      use turb_mod, only : ustar
    1213
    1314      implicit none
     
    327328         zcdh(ig) = zcdh_true(ig)*sqrt(zu2)
    328329         zkh(ig,1)= zcdh(ig)
     330         ustar(ig)= sqrt(zcdv_true(ig))*sqrt(zu2)
    329331      ENDDO
    330332
Note: See TracChangeset for help on using the changeset viewer.