source: src/param_SANDU_FAST.py @ 158

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

Corrections in the param_*py
Fredho

File size: 1.2 KB
Line 
1Case='SANDU'
2
3vmintab={\
4        'theta' : 295,\
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        'wu_shcon' : 3,\
26        'alphau_shcon':0.5,\
27        'mu_shcon':1.,\
28        'u':16,\
29        'v':7,\
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(2006,07,18,00,30,0)
45
46datedeb=datetime(2006,07,15,18,0,0)
47datefin=datetime(2006,07,18,18,0,0)
48
49# axe vertical altitude ou pression : 'z' ou 'p'
50axevert='z'
51zmin=0
52zmax=4000
53
54niv=500.
55
56# limites valeurs
57#pour Theta
58vmin=299
59vmax=319
60#pour wu
61
62#pour alpha_u
63
64#pour mu
65
66#pour thu
67
68#pour u
69
70# pour v
Note: See TracBrowser for help on using the repository browser.