Ignore:
Timestamp:
Apr 27, 2020, 4:39:37 PM (5 years ago)
Author:
dbardet
Message:

27/04/2017 (r2299) == DB

Add non-orographic gravity waves drag parameterization (Flott scheme adpated from the Earth GCM)

It can be called using 'calllott_nonoro=.true.' in callphys.def, and set the maximum value of the Eliassen-Plam flux 'epflux_max'.
Cumulated output fields are du_nonoro, dv_nonoro (winds tendency due to GW drag), east_gwstress and west_gwstress (stress profile in esatward and westward direction due to GW drag)
These variables are added in Xhisitns and start files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90

    r2297 r2299  
    6161      logical,save :: haze
    6262!$OMP THREADPRIVATE(photochem)
     63      logical,save :: calllott_nonoro
     64      logical,save :: gwd_convective_source
     65!$OMP THREADPRIVATE(calllott_nonoro,gwd_convective_source)
    6366
    6467      integer,save :: iddist
     
    135138      real,save :: surfemis
    136139!$OMP THREADPRIVATE(surfalbedo,surfemis)
     140      real,save :: epflux_max
     141!$OMP THREADPRIVATE(epflux_max)
    137142
    138143      logical,save :: iscallphys=.false.!existence of callphys.def
Note: See TracChangeset for help on using the changeset viewer.