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/acama_gwd_rando_m.F90

    r2333 r2357  
    132132!    CMAX = 30.   ! Characteristic phase speed
    133133! Values when rot^2*EXP(-pi*sqrt(J)) is used                         
    134     RUWFRT=2.0   ! As RUWMAX but for frontal waves ~ N0*F0/4*DZ
    135     SATFRT=0.60   ! As SAT    but for frontal waves
     134!   RUWFRT=2.5   ! As RUWMAX but for frontal waves ~ N0*F0/4*DZ
     135!   SATFRT=0.60   ! As SAT    but for frontal waves
     136    RUWFRT=gwd_front_ruwmax 
     137    SATFRT=gwd_front_sat
    136138    CMAX = 40.    ! Characteristic phase speed
    137139! Phase speed test
Note: See TracChangeset for help on using the changeset viewer.