Ignore:
Timestamp:
Aug 31, 2015, 6:25:19 PM (9 years ago)
Author:
lguez
Message:

The default value for gwd_rando_ruwmax is changed. This is ok because
the Lott GWD rando parameterization has not been much used yet.

New parameters GWD_FRONT_RUWMAX, GWD_FRONT_SAT, that can be chosen at
run-time, for frontal gravity waves.

New paramters sso_gkdrag, sso_grahil, sso_grcrit, sso_gfrcri,
sso_gkwake, sso_gklift that can be chosen at run-time, for orographic
gravity waves. The default values for those parameters are those that
were hard-coded before this revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/YOEGWD.h

    r2072 r2357  
    2020!     S_c in equation (12) of Lott (JGR, vol 118, page 8897, 2013)
    2121
     22      REAL GWD_FRONT_RUWMAX,GWD_FRONT_SAT
     23! Same as GWD_RANDO params but for fronal GWs
     24
    2225
    2326      COMMON/YOEGWD/ GFRCRIT,GKWAKE,GRCRIT,GVCRIT,GKDRAG,GKLIFT,        &
    2427     &     GHMAX,GRAHILO,GSIGCR,NKTOPG,NSTRA,GSSEC,GTSEC,GVSEC,         &
    25      &     GWD_RANDO_RUWMAX, gwd_rando_sat
     28     &     GWD_RANDO_RUWMAX, gwd_rando_sat,                             &
     29     &     GWD_FRONT_RUWMAX, gwd_front_sat
    2630
    2731      save /YOEGWD/
Note: See TracChangeset for help on using the changeset viewer.