Changeset 2853
- Timestamp:
- 05/12/16 17:28:09 (7 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/physiq.def_NPv5.4
r2770 r2853 1 1 # 2 # $Id: physiq.def_NPv5.4 2 446 2016-02-16 12:32:59Z fairhead $2 # $Id: physiq.def_NPv5.4 2511 2016-05-12 13:34:32Z fairhead $ 3 3 # 4 4 #PARAMETRES ET CLES DE LA PHYSIQUE LMDZ … … 185 185 iflag_cloudth_vert=1 186 186 187 ### Convection: le fichier convection.def 188 #altitude, in hPa, above LCL at which buoybase is computed, def = original: -40 189 dpbase=-40. 190 #altitude, in hPa, above LCL below which Ep=0, def = original: 150, used only if flag_epKEorig=0 191 pbcrit=150.0 192 #altitude, in hPa, above LCL above which Ep=Epmax, def = original: 500, used only if flag_epKEorig=0 193 ptcrit=500.0 194 #reference fractional area of precipitating downdraughts, def = original: 0.01 195 sigdz=0.01 196 #unsaturated fraction of precipitating downdraughts, def = original: 0.15 197 spfac=0.15 198 #relaxation time of cloud base mass flux, def = original: 8000 199 tau=8000. 200 #flag for wb (= vert velocity at LFC); 0->wb=wbmax, 1->wb=f(plfc) bounded, 2->wb=f(plfc) linear, def = 1 201 flag_wb=1 202 #parameter used in the computation of wb, def = 6. 203 wbmax=6. 204 # 205 ok_convstop=.False. 206 # 207 tau_stop=15000. 208 # 209 ok_intermittent=.False. 210 #shedding coefficient (used when iflag_mix_adiab=1) 211 coef_peel=0.25 212 # 213 ### Clouds 214 #Conversion cld water->precip: Ep=f(pressure) if 0; Ep=f(temperature) if 1, def=1 215 flag_epKEorig=1 216 #max condensed water concentration in kg/kg, def=0.0003, original: 0.0011, used only if flag_epKEorig=1 217 elcrit=0.0003 218 #temperature in degre Celsius, at which Ep=Epmax, def=-55., original: -55, used only if flag_epKEorig=1 219 tlcrit=-55.0 220 221 ### Wakes 222 #coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape), def: 0.33 223 stark=0.33 224 #lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided by wakes, def: 0.25 225 alpk=0.25 226 #wake density = number of wake centers per m2, def: 8.E-12 227 wdens_ref=8.E-12 228 #multiplicative factor of the damping by gravity waves, def: 4. 229 coefgw=4. -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/run.def
r2818 r2853 4 4 INCLUDEDEF=gcm.def 5 5 INCLUDEDEF=vert.def 6 INCLUDEDEF=convection.def7 6 INCLUDEDEF=orchidee.def 8 7 INCLUDEDEF=config.def
Note: See TracChangeset
for help on using the changeset viewer.