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

    r2346 r2357  
    18611861  if (nstra == 0) call abort_physic("sugwd_strato", "no level in stratosphere", 1)
    18621862
    1863   gsigcr = 0.80
    1864 
    1865   gkdrag = 0.1875
    1866   grahilo = 0.1
    1867   grcrit = 1.00
    1868   gfrcrit = 1.00
    1869   gkwake = 0.50
    1870 
    1871   gklift = 0.25
     1863!  Valeurs lues dans les .def, ou attribues dans conf_phys
     1864  !gkdrag = 0.2   
     1865  !grahilo = 0.1
     1866  !grcrit = 1.00
     1867  !gfrcrit = 0.70
     1868  !gkwake = 0.40
     1869  !gklift = 0.25
     1870
     1871  gsigcr = 0.80 ! Top of low level flow
    18721872  gvcrit = 0.1
    18731873
Note: See TracChangeset for help on using the changeset viewer.