|
Last change
on this file since 176 was
158,
checked in by htune, 7 years ago
|
|
Corrections in the param_*py
Fredho
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | Case='IHOP' |
|---|
| 2 | |
|---|
| 3 | vmintab={\ |
|---|
| 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 | |
|---|
| 23 | vmaxtab={\ |
|---|
| 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 |
|---|
| 44 | dateprof=datetime(2002,06,14,13,30,0) |
|---|
| 45 | datedeb=datetime(2002,06,14,06,0,0) |
|---|
| 46 | datefin=datetime(2002,06,14,18,0,0) |
|---|
| 47 | |
|---|
| 48 | # axe vertical altitude ou pression : 'z' ou 'p' |
|---|
| 49 | axevert='z' |
|---|
| 50 | zmin=0 |
|---|
| 51 | zmax=4000 |
|---|
| 52 | |
|---|
| 53 | niv=500. |
|---|
| 54 | |
|---|
| 55 | # limites valeurs |
|---|
| 56 | #pour Theta |
|---|
| 57 | vmin=299 |
|---|
| 58 | vmax=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.