Changeset 2511 for LMDZ5/trunk/DefLists/physiq.def_L79_NPv5.5
- Timestamp:
- May 12, 2016, 3:34:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/DefLists/physiq.def_L79_NPv5.5
r2482 r2511 190 190 #Bergeron 191 191 iflag_bergeron=1 192 193 194 ### Convection 195 #altitude, in hPa, above LCL at which buoybase is computed, def = original: -40 196 dpbase=-40. 197 #altitude, in hPa, above LCL below which Ep=0, def = original: 150, used only if flag_epKEorig=0 198 pbcrit=150.0 199 #altitude, in hPa, above LCL above which Ep=Epmax, def = original: 500, used only if flag_epKEorig=0 200 ptcrit=500.0 201 #reference fractional area of precipitating downdraughts, def = original: 0.01 202 sigdz=0.01 203 #unsaturated fraction of precipitating downdraughts, def = original: 0.15 204 spfac=0.15 205 #relaxation time of cloud base mass flux, def = original: 8000 206 tau=8000. 207 #flag for wb (= vert velocity at LFC); 0->wb=wbmax, 1->wb=f(plfc) bounded, 2->wb=f(plfc) linear, def = 1 208 flag_wb=1 209 #parameter used in the computation of wb, def = 6. 210 wbmax=6. 211 # 212 ok_convstop=.False. 213 # 214 tau_stop=15000. 215 # 216 ok_intermittent=.False. 217 #shedding coefficient (used when iflag_mix_adiab=1) 218 coef_peel=0.25 219 # 220 ### Clouds 221 #Conversion cld water->precip: Ep=f(pressure) if 0; Ep=f(temperature) if 1, def=1 222 flag_epKEorig=1 223 #max condensed water concentration in kg/kg, def=0.0003, original: 0.0011, used only if flag_epKEorig=1 224 elcrit=0.0003 225 #temperature in degre Celsius, at which Ep=Epmax, def=-55., original: -55, used only if flag_epKEorig=1 226 tlcrit=-55.0 227 228 ### Wakes 229 #coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape), def: 0.33 230 stark=0.33 231 #lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided by wakes, def: 0.25 232 alpk=0.25 233 #wake density = number of wake centers per m2, def: 8.E-12 234 wdens_ref=8.E-12 235 #multiplicative factor of the damping by gravity waves, def: 4. 236 coefgw=4.
Note: See TracChangeset
for help on using the changeset viewer.