source: src/param_AYOTTE_00WC.py @ 176

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

Series of small modifications and additional files in order to run automatic diags
after a series of simulations.
Fredho

File size: 1.2 KB
Line 
1Case='AYOTTE'
2
3vmintab={\
4        'theta' : 299,\
5        'WND' : 0, \
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,\
26        'WND'   : 15,\
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,\
41        'rneb':1.,\
42        'thvu_shcon':319,\
43}
44
45# date de la forme : datetime(YYYY,MM,DD,H,M,S) sans 0 à gauche dans les nombres
46dateprof=datetime(2009,12,11,15,30,0)
47datedeb=datetime(2009,12,11,10,0,0)
48datefin=datetime(2009,12,11,16,0,0)
49
50# axe vertical altitude ou pression : 'z' ou 'p'
51axevert='z'
52zmin=0
53zmax=3000
54
55niv=500.
56
57# limites valeurs
58#pour Theta
59vmin=299
60vmax=319
61#pour wu
62
63#pour alpha_u
64
65#pour mu
66
67#pour thu
68
69#pour u
70
71# pour v
Note: See TracBrowser for help on using the repository browser.