source: src/param_IHOP_REF.py @ 145

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