source: src/param_AYOTTE_05WC.py @ 140

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

corrections Fleur

File size: 1.2 KB
Line 
1
2vmintab={\
3        'theta' : 299,\
4        'WND' : 0, \
5        'wu_shcon' : 0,\
6        'alphau_shcon':0,\
7        'mu_shcon':0,\
8        'u':4,\
9        'v':0,\
10        'wth':-0.1,\
11        'tke':0,\
12        'th2':0,\
13        'thu_shcon':299,\
14        'ql':0,\
15        'qlu_shcon':0,\
16        'qt':0,\
17        'qv':0,\
18        'qtu_shcon':0,\
19        'rneb':0,\
20        'thvu_shcon':299,\
21}
22
23vmaxtab={\
24        'theta' : 319,\
25        'WND'   : 15,\
26        'wu_shcon' : 3,\
27        'alphau_shcon':0.5,\
28        'mu_shcon':1.,\
29        'u':16,\
30        'v':7,\
31        'wth':0.3,\
32        'tke':5,\
33        'th2':1.5,\
34        'thu_shcon':319,\
35        'ql':0.00005,\
36        'qlu_shcon':0.005,\
37        'qt':0.020,\
38        'qv':0.020,\
39        'qtu_shcon':0.020,\
40        'rneb':1.,\
41        'thvu_shcon':319,\
42}
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.