source: LMDZ5/trunk/DefLists/conv_param.def @ 2482

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