Changeset 729 for trunk/LMDZ.GENERIC/deftank/callphys.earlymars
- Timestamp:
- Jul 18, 2012, 11:05:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.earlymars
r727 r729 104 104 # H2O cloud fraction? 105 105 CLFfixval = 0.5 106 # fixed radii for cloud particles? 107 radfixed=.false. 106 108 # number mixing ratio of CO2 ice particles 107 109 Nmix_co2 = 100000. 108 # number mixing ratio of water ice particles 109 Nmix_h2o = 100000. 110 # number mixing ratio of water particles (for rafixed=.false.) 111 Nmix_h2o = 1.e7 112 # number mixing ratio of water ice particles (for rafixed=.false.) 113 Nmix_h2o_ice = 5.e5 114 # radius of H2O water particles (for rafixed=.true.): 115 rad_h2o=10.e-6 116 # radius of H2O ice particles (for rafixed=.true.): 117 rad_h2o_ice=35.e-6 118 # atm mass update due to tracer evaporation/condensation? 119 mass_redistrib = .false. 110 120 111 121 ## Water options … … 117 127 # Model water precipitation (including coagulation etc.) 118 128 waterrain = .true. 119 # WATER: Precipitation threshold (simple scheme only) ? 120 rainthreshold = 0.001 129 # Use simple precipitation scheme? 130 precip_scheme=4 131 # multiplicative constant in Boucher 95 precip scheme 132 Cboucher=1. 121 133 # Include hydrology ? 122 134 hydrology = .true.
Note: See TracChangeset
for help on using the changeset viewer.