source: src/param_ARMCU_REF.py @ 176

Last change on this file since 176 was 158, checked in by htune, 7 years ago

Corrections in the param_*py
Fredho

File size: 1.1 KB
RevLine 
[138]1Case='ARMCU'
[117]2
3vmintab={\
4        'theta' : 299,\
[140]5        'WND' : 0,\
[117]6        'wu_shcon' : 0,\
7        'alphau_shcon':0,\
8        'mu_shcon':0,\
9        'u':4,\
10        'v':0,\
11        'wth':-0.1,\
12        'tke':0,\
13        'th2':0,\
14        'thu_shcon':299,\
15        'ql':0,\
16        'qlu_shcon':0,\
17        'qt':0,\
18        'qv':0,\
19        'qtu_shcon':0,\
20        'rneb':0,\
21        'thvu_shcon':299,\
22}
23
24vmaxtab={\
25        'theta' : 319,\
[140]26        'WND' : 20,\
[117]27        'wu_shcon' : 3,\
28        'alphau_shcon':0.5,\
29        'mu_shcon':1.,\
30        'u':16,\
31        'v':7,\
32        'wth':0.3,\
33        'tke':5,\
34        'th2':1.5,\
35        'thu_shcon':319,\
36        'ql':0.00005,\
37        'qlu_shcon':0.005,\
38        'qt':0.020,\
39        'qv':0.020,\
40        'qtu_shcon':0.020,\
[138]41        'rneb':0.4,\
[117]42        'thvu_shcon':319,\
43}
44
45# date de la forme : datetime(YYYY,MM,DD,H,M,S) sans 0 à gauche dans les nombres
[140]46dateprof=datetime(1997,06,21,20,30,0)
[117]47datedeb=datetime(1997,06,21,12,0,0)
[158]48datefin=datetime(1997,06,22,03,0,0)
[117]49
50# axe vertical altitude ou pression : 'z' ou 'p'
51axevert='z'
52zmin=0
53zmax=4000
54
55niv=500.
56
57# limites valeurs
58#pour Theta
59vmin=299
60vmax=319
Note: See TracBrowser for help on using the repository browser.