Changeset 4047 for trunk/LMDZ.TITAN/deftank/callphys.def.allmuparams
- Timestamp:
- Feb 5, 2026, 5:50:37 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.TITAN/deftank/callphys.def.allmuparams (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/deftank/callphys.def.allmuparams
r3657 r4047 104 104 # If yes, number of ices ? (must be compatible with traceur.def AND microphysical model) 105 105 nices = 1 106 # Apply condensation heating rate? 107 latent_heat = .true. 106 108 # Use new optics for clouds ? 107 109 opt4clouds = .true. … … 137 139 rho_aer = 600. 138 140 # Enable/disable Haze production process 139 haze_production = T141 haze_production = .true. 140 142 # Enable/disable Haze coagulation process 141 haze_coagulation = T143 haze_coagulation = .true. 142 144 # Coagulation interactions, a combination of: 143 145 # 0 - no interactions (same as haze_coagulation == F) … … 148 150 haze_coag_interactions = 7 149 151 # Enable/disable Haze sedimentation process 150 haze_sedimentation = T152 haze_sedimentation = .true. 151 153 # Disable Fiadero correction for sedimentation process 152 no_fiadero = T154 no_fiadero = .true. 153 155 # Fiadero correction minimum ratio threshold 154 156 fiadero_min_ratio = 0.1 … … 156 158 fiadero_max_ratio = 10. 157 159 # Force settling velocity to M0 158 wsed_m0 = T160 wsed_m0 = .true. 159 161 # Force settling velocity to M3 160 wsed_m3 = F162 wsed_m3 = .false. 161 163 # Enable/disable clouds sedimentation process 162 164 # (automatically set to F if clouds microphysics is not enabled) 163 clouds_sedimentation = T165 clouds_sedimentation = .true. 164 166 # Enable/disable clouds nucleation and condensation processes 165 167 # (automatically set to F if clouds microphysics is not enabled) 166 clouds_nuc_cond = T168 clouds_nuc_cond = .true. 167 169 # Condensible species configuration file 168 170 # (not needed if clouds microphysics is not enabled) 169 171 specie_cfg = mp2m_species.cfg 170 172 # Enable/disable spherical mode transfert probability 171 transfert_probability = T173 transfert_probability = .true. 172 174 # Spherical mode transfert probability look-up tables file 173 175 # (optional if 'transfert_probability' is False) … … 175 177 # Electric charging coagulation correction 176 178 # If set to .false. then no correction is assumed 177 electric_charging = T179 electric_charging = .true. 178 180 # File for the electric charging correction factor. 179 181 # (optional if 'electric_charging' is False)
Note: See TracChangeset
for help on using the changeset viewer.
