- Timestamp:
- Jul 18, 2012, 11:05:18 AM (12 years ago)
- Location:
- trunk/LMDZ.GENERIC/deftank
- Files:
-
- 3 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. -
trunk/LMDZ.GENERIC/deftank/callphys.earth
r727 r729 103 103 # H2O cloud fraction if fixed? 104 104 CLFfixval = 0.5 105 # fixed radii for cloud particles? 106 radfixed=.false. 105 107 # number mixing ratio of CO2 ice particles 106 108 Nmix_co2 = 100000. 107 # number mixing ratio of water ice particles 108 Nmix_h2o = 100000. 109 # number mixing ratio of water particles (for rafixed=.false.) 110 Nmix_h2o = 1.e7 111 # number mixing ratio of water ice particles (for rafixed=.false.) 112 Nmix_h2o_ice = 5.e5 113 # radius of H2O water particles (for rafixed=.true.): 114 rad_h2o=10.e-6 115 # radius of H2O ice particles (for rafixed=.true.): 116 rad_h2o_ice=35.e-6 117 # atm mass update due to tracer evaporation/condensation? 118 mass_redistrib = .false. 109 119 110 120 ## Water options … … 116 126 # Model water precipitation (including coagulation etc.) 117 127 waterrain = .true. 118 # WATER: Precipitation threshold (simple scheme only) ? 119 rainthreshold = 0.011 128 # Use simple precipitation scheme? 129 precip_scheme=4 130 # multiplicative constant in Boucher 95 precip scheme 131 Cboucher=1. 120 132 # WATER: hydrology ? 121 133 hydrology = .true. 134 # H2O snow (and ice) albedo ? 135 albedosnow = 0.6 136 # Maximum sea ice thickness ? 137 maxicethick = 10. 138 # Freezing point of seawater (degrees C) ? 139 Tsaldiff = 0.0 140 # Evolve surface water sources ? 141 sourceevol = .false. 122 142 123 143 ## CO2 options -
trunk/LMDZ.GENERIC/deftank/earth1d_Dry.callphys.def
r727 r729 134 134 # H2O cloud fraction? 135 135 CLFfixval = 0.0 136 # number mixing ratio of CO2 ice particles137 Nmix_co2 = 1.e5138 # number mixing ratio of water ice particles139 Nmix_h2o = 1.e5140 136 # basic dust opacity 141 137 dusttau = 0.0 142 138 # water cloud pressure level (norm. by psurf) 143 139 cloudlvl = 0.0 140 # fixed radii for cloud particles? 141 radfixed=.false. 142 # number mixing ratio of CO2 ice particles 143 Nmix_co2 = 100000. 144 # number mixing ratio of water particles (for rafixed=.false.) 145 Nmix_h2o = 1.e7 146 # number mixing ratio of water ice particles (for rafixed=.false.) 147 Nmix_h2o_ice = 5.e5 148 # radius of H2O water particles (for rafixed=.true.): 149 rad_h2o=10.e-6 150 # radius of H2O ice particles (for rafixed=.true.): 151 rad_h2o_ice=35.e-6 152 # atm mass update due to tracer evaporation/condensation? 153 mass_redistrib = .false. 144 154 145 155 ## Water options … … 151 161 # Model water precipitation (including coagulation etc.) 152 162 waterrain = .false. 153 # WATER: Precipitation threshold (simple scheme only) ? 154 rainthreshold = 0.0011 163 # Use simple precipitation scheme? 164 precip_scheme=4 165 # multiplicative constant in Boucher 95 precip scheme 166 Cboucher=1. 155 167 # Include hydrology ? 156 168 hydrology = .false.
Note: See TracChangeset
for help on using the changeset viewer.