source: BOL/LMDZ_Setup/DEF/L79.def @ 4796

Last change on this file since 4796 was 4615, checked in by asima, 12 months ago

Initial import of LMDZ_Setup environment
(former TEST_PROD which was distributed as tutorial_prod.tar).

See also related doc LMDZ_Setup_HowTo (former tutorial_prod_FAQ) :
https://docs.google.com/document/d/1OLZG6e-86NiXuv5-aALxKIh-QPkp4BdCwWtiBFot-6c

This initial import corresponds to TEST_PROD from
https://lmdz.lmd.jussieu.fr/pub/Training/Archive/tutorial_prod.tar_v20230707.

Previous versions of tutorial_prod.tar are available at
https://lmdz.lmd.jussieu.fr/pub/Training/Archive

File size: 1.1 KB
Line 
1#### Verticale discretisation
2## Modified verticale discretisation for stratospheric versions.
3## The new version can be controled by following parameters
4## Al the parameters are given in km assuming a given scalehigh
5vert_sampling=strato_custom
6## scale hight
7vert_scale=7.
8## width of first layer
9vert_dzmin=0.017
10## dz in the low atmosphere
11vert_dzlow=1.
12## height at which resolution recches dzlow
13vert_z0low=8.7
14## dz in the mid atmsophere
15vert_dzmid=2.
16## height at which resolution recches dzmid
17vert_z0mid=70.
18## width of the transition
19vert_h_mid=20.
20## dz in the high atmsophere
21vert_dzhig=11.
22## height at which resolution recches dz
23vert_z0hig=75.
24## width of the transition
25vert_h_hig=20.
26## vert_prof_dissip used to choose the vertical profile
27## of horizontal dissipation (values are 0 and 1)
28vert_prof_dissip = 1
29dissip_zref = 50
30##  Avec ou sans strato
31ok_strato=y
32#  Couche eponge dans les couches de pression plus faible que 100 fois la pression de la derniere couche
33iflag_top_bound=2
34#  Coefficient pour la couche eponge (valeur derniere couche)
35tau_top_bound=5.e-3
36#
Note: See TracBrowser for help on using the repository browser.