Last change
on this file since 2506 was
2482,
checked in by idelkadi, 9 years ago
|
- Rajout des parametres physiques (physiq.def_L79_NPv5.5) correspondant au reglage NPv5.5
- Correction dans vert_L79.def (ok_hines remis a n)
- conv_param.def et wake_param.def remplaces par convection.def
- Rajout dans run.def du fichier vert.def qui est fonction du nombre de niveaux verticaux
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2467] | 1 | ### Convection |
---|
| 2 | #altitude, in hPa, above LCL at which buoybase is computed, def = original: -40 |
---|
| 3 | dpbase=-40. |
---|
| 4 | #altitude, in hPa, above LCL below which Ep=0, def = original: 150, used only if flag_epKEorig=0 |
---|
| 5 | pbcrit=150.0 |
---|
| 6 | #altitude, in hPa, above LCL above which Ep=Epmax, def = original: 500, used only if flag_epKEorig=0 |
---|
| 7 | ptcrit=500.0 |
---|
| 8 | #reference fractional area of precipitating downdraughts, def = original: 0.01 |
---|
| 9 | sigdz=0.01 |
---|
| 10 | #unsaturated fraction of precipitating downdraughts, def = original: 0.15 |
---|
| 11 | spfac=0.15 |
---|
| 12 | #relaxation time of cloud base mass flux, def = original: 8000 |
---|
| 13 | tau=8000. |
---|
| 14 | #flag for wb (= vert velocity at LFC); 0->wb=wbmax, 1->wb=f(plfc) bounded, 2->wb=f(plfc) linear, def = 1 |
---|
| 15 | flag_wb=1 |
---|
| 16 | #parameter used in the computation of wb, def = 6. |
---|
| 17 | wbmax=6. |
---|
| 18 | # |
---|
| 19 | ok_convstop=.False. |
---|
| 20 | # |
---|
| 21 | tau_stop=15000. |
---|
[2482] | 22 | # |
---|
[2467] | 23 | ok_intermittent=.False. |
---|
| 24 | #shedding coefficient (used when iflag_mix_adiab=1) |
---|
| 25 | coef_peel=0.25 |
---|
| 26 | # |
---|
| 27 | ### Clouds |
---|
| 28 | #Conversion cld water->precip: Ep=f(pressure) if 0; Ep=f(temperature) if 1, def=1 |
---|
| 29 | flag_epKEorig=1 |
---|
| 30 | #max condensed water concentration in kg/kg, def=0.0003, original: 0.0011, used only if flag_epKEorig=1 |
---|
| 31 | elcrit=0.0003 |
---|
| 32 | #temperature in degre Celsius, at which Ep=Epmax, def=-55., original: -55, used only if flag_epKEorig=1 |
---|
| 33 | tlcrit=-55.0 |
---|
| 34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.