source: src/param_IHOP_REF.py @ 138

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

Modification of the post processing python program.
Separation of de description of the case and of the list of simulations.
Fredho

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