Changeset 4167 for trunk/LMDZ.MARS/deftank
- Timestamp:
- Apr 2, 2026, 3:13:53 PM (11 days ago)
- Location:
- trunk/LMDZ.MARS/deftank
- Files:
-
- 6 edited
-
callphys.def.GCM5 (modified) (5 diffs)
-
callphys.def.GCM6 (modified) (4 diffs)
-
callphys.def.MCD5 (modified) (4 diffs)
-
callphys.def.MCD6 (modified) (4 diffs)
-
callphys.def.co2clouds.GCM5 (modified) (4 diffs)
-
callphys.def.hdo.GCM5 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/callphys.def.GCM5
r4156 r4167 74 74 ## Coefficient for Southern cap albedoes 75 75 TESice_Scoef=1.6 76 76 # maximum allowed albedo for cap (default: 0.9) 77 max_icecap_albedo = 0.83 77 78 78 79 ## Radiative transfer options : … … 97 98 # DUST: lifted by GCM surface winds ? 98 99 lifting = .true. 100 # effective radius of lifted dust (m) : 101 reff_lift_dust = 2.5e-6 99 102 # DUST: lifted by dust devils ? 100 103 callddevil = .false. … … 109 112 # WATER: Microphysical scheme for water-ice clouds? 110 113 microphys = .true. 111 # WATER: parameter contact114 # WATER: contact parameter (only if temp_dependent_m = .false.) 112 115 mteta = 0.95 116 ## Temperature-dependent water contact parameter 117 #temp_dependent_m = .true. 118 ## Enable adaptative timestep 119 #cloud_adapt_ts = .true. 113 120 # WATER: current permanent caps at both poles. True IS RECOMMENDED 114 121 # (with .true., North cap is a source of water and South pole … … 116 123 caps = .true. 117 124 # WATER: Water ice albedo ? 118 albedo_h2o_cap = 0.3 5125 albedo_h2o_cap = 0.38 119 126 # WATER: Water ice thermal inertia 120 127 inert_h2o_ice = 800 … … 123 130 # WATER: Effective variance for sedimentation for the log-normal 124 131 # distribution of ice particles ? 125 nuice_sed=0.1 132 nuice_sed=0.15 126 133 # WATER: microphysics is computed "imicro" times per physical timestep 127 134 imicro = 30 -
trunk/LMDZ.MARS/deftank/callphys.def.GCM6
r4156 r4167 105 105 ## Coefficient for Southern cap albedoes 106 106 TESice_Scoef=1.6 107 107 # maximum allowed albedo for cap (default: 0.9) 108 max_icecap_albedo = 0.83 108 109 109 110 ## Radiative transfer options : … … 128 129 # DUST: lifted by GCM surface winds ? 129 130 lifting = .true. 131 # effective radius of lifted dust (m) : 132 reff_lift_dust = 2.5e-6 130 133 # DUST: lifted by dust devils ? 131 134 callddevil = .false. … … 168 171 # WATER: Effective variance for sedimentation for the log-normal 169 172 # distribution of ice particles ? 170 nuice_sed=0.1 173 nuice_sed=0.15 171 174 # WATER: contact parameter (only if temp_dependent_m = .false.) 172 175 ##mteta = 0.95 173 176 # Temperature-dependent water contact parameter 174 177 temp_dependent_m = .true. 178 # Enable adaptative timestep 179 cloud_adapt_ts = .true. 175 180 # WATER: current permanent caps at both poles. True IS RECOMMENDED 176 181 # (with .true., North cap is a source of water and South pole … … 179 184 # WATER: Water ice albedos (old ice/fresh frost)? 180 185 # Perennial ice albedo 181 albedo_h2o_cap = 0.3 0186 albedo_h2o_cap = 0.38 182 187 # Account for fresh frost ice albedo if cst_cap_albedo = .false. 183 188 cst_cap_albedo = .false. 184 189 # Fresh frost albedo (only used if cst_cap_albedo = .false.) 185 albedo_h2o_frost = 0.3 5190 albedo_h2o_frost = 0.38 186 191 # Frost thickness threshold for albedo 187 192 frost_albedo_threshold = 0.005 -
trunk/LMDZ.MARS/deftank/callphys.def.MCD5
r4156 r4167 72 72 ## Coefficient for Southern cap albedoes 73 73 TESice_Scoef=1.6 74 74 # maximum allowed albedo for cap (default: 0.9) 75 max_icecap_albedo = 0.83 75 76 76 77 ## Radiative transfer options : … … 93 94 # DUST: lifted by GCM surface winds ? 94 95 lifting = .true. 96 # effective radius of lifted dust (m) : 97 reff_lift_dust = 2.5e-6 95 98 # DUST: lifted by dust devils ? 96 99 callddevil = .false. … … 105 108 # WATER: Microphysical scheme for water-ice clouds? 106 109 microphys = .true. 107 # WATER: parameter contact110 # WATER: contact parameter (only if temp_dependent_m = .false.) 108 111 mteta = 0.95 112 ## Temperature-dependent water contact parameter 113 #temp_dependent_m = .true. 114 ## Enable adaptative timestep 115 #cloud_adapt_ts = .true. 109 116 # WATER: Effective variance for sedimentation for the log-normal 110 117 # distribution of ice particles ? 111 nuice_sed=0.1 118 nuice_sed=0.15 112 119 # WATER: current permanent caps at both poles. True IS RECOMMENDED 113 120 # (with .true., North cap is a source of water and South pole … … 115 122 caps = .true. 116 123 # WATER: Water ice albedo ? 117 albedo_h2o_cap = 0.3 5124 albedo_h2o_cap = 0.38 118 125 # WATER: Water ice thermal inertia 119 126 inert_h2o_ice = 800 -
trunk/LMDZ.MARS/deftank/callphys.def.MCD6
r4156 r4167 105 105 ## Coefficient for Southern cap albedoes 106 106 TESice_Scoef=1.6 107 # maximum allowed albedo for cap (default: 0.9) 108 max_icecap_albedo = 0.83 107 109 108 110 … … 128 130 # DUST: lifted by GCM surface winds ? 129 131 lifting = .true. 132 # effective radius of lifted dust (m) : 133 reff_lift_dust = 2.5e-6 130 134 # DUST: lifted by dust devils ? 131 135 callddevil = .false. … … 168 172 # WATER: Effective variance for sedimentation for the log-normal 169 173 # distribution of ice particles ? 170 nuice_sed=0.1 174 nuice_sed=0.15 171 175 # WATER: contact parameter (only if temp_dependent_m = .false.) 172 176 ##mteta = 0.95 173 177 # Temperature-dependent water contact parameter 174 178 temp_dependent_m = .true. 179 # Enable adaptative timestep 180 cloud_adapt_ts = .true. 175 181 # WATER: current permanent caps at both poles. True IS RECOMMENDED 176 182 # (with .true., North cap is a source of water and South pole … … 179 185 # WATER: Water ice albedos (old ice/fresh frost)? 180 186 # Perennial ice albedo 181 albedo_h2o_cap = 0.3 0187 albedo_h2o_cap = 0.38 182 188 # Account for fresh frost ice albedo if cst_cap_albedo = .false. 183 189 cst_cap_albedo = .false. 184 190 # Fresh frost albedo (only used if cst_cap_albedo = .false.) 185 albedo_h2o_frost = 0.3 5191 albedo_h2o_frost = 0.38 186 192 # Frost thickness threshold for albedo 187 193 frost_albedo_threshold = 0.005 -
trunk/LMDZ.MARS/deftank/callphys.def.co2clouds.GCM5
r4156 r4167 73 73 ## Coefficient for Southern cap albedoes 74 74 TESice_Scoef=1.6 75 75 # maximum allowed albedo for cap (default: 0.9) 76 max_icecap_albedo = 0.83 76 77 77 78 ## Radiative transfer options : … … 94 95 # DUST: lifted by GCM surface winds ? 95 96 lifting = .false. 97 # effective radius of lifted dust (m) : 98 reff_lift_dust = 2.5e-6 96 99 # DUST: lifted by dust devils ? 97 100 callddevil = .false. … … 106 109 # WATER: Microphysical scheme for water-ice clouds? 107 110 microphys = .true. 108 # WATER: parameter contact111 # WATER: contact parameter (only if temp_dependent_m = .false.) 109 112 mteta = 0.95 113 ## Temperature-dependent water contact parameter 114 #temp_dependent_m = .true. 115 ## Enable adaptative timestep 116 #cloud_adapt_ts = .true. 110 117 # WATER: Effective variance for sedimentation for the log-normal 111 118 # distribution of ice particles ? 112 nuice_sed=0.1 119 nuice_sed=0.15 113 120 # WATER: current permanent caps at both poles. True IS RECOMMENDED 114 121 # (with .true., North cap is a source of water and South pole … … 116 123 caps = .true. 117 124 # WATER: Water ice albedo ? 118 albedo_h2o_cap = 0.3 5125 albedo_h2o_cap = 0.38 119 126 # WATER: Water ice thermal inertia 120 127 inert_h2o_ice = 800 -
trunk/LMDZ.MARS/deftank/callphys.def.hdo.GCM5
r4156 r4167 74 74 ## Coefficient for Southern cap albedoes 75 75 TESice_Scoef=1.6 76 76 # maximum allowed albedo for cap (default: 0.9) 77 max_icecap_albedo = 0.83 77 78 78 79 ## Radiative transfer options : … … 97 98 # DUST: lifted by GCM surface winds ? 98 99 lifting = .true. 100 # effective radius of lifted dust (m) : 101 reff_lift_dust = 2.5e-6 99 102 # DUST: lifted by dust devils ? 100 103 callddevil = .false. … … 109 112 # WATER: Microphysical scheme for water-ice clouds? 110 113 microphys = .true. 111 # WATER: parameter contact114 # WATER: contact parameter (only if temp_dependent_m = .false.) 112 115 mteta = 0.95 116 ## Temperature-dependent water contact parameter 117 #temp_dependent_m = .true. 118 ## Enable adaptative timestep 119 #cloud_adapt_ts = .true. 113 120 # WATER: current permanent caps at both poles. True IS RECOMMENDED 114 121 # (with .true., North cap is a source of water and South pole … … 116 123 caps = .true. 117 124 # WATER: Water ice albedo ? 118 albedo_h2o_cap = 0.3 5125 albedo_h2o_cap = 0.38 119 126 # WATER: Water ice thermal inertia 120 127 inert_h2o_ice = 800 … … 123 130 # WATER: Effective variance for sedimentation for the log-normal 124 131 # distribution of ice particles ? 125 nuice_sed=0.1 132 nuice_sed=0.15 126 133 # WATER: microphysics is computed "imicro" times per physical timestep 127 134 imicro = 30
Note: See TracChangeset
for help on using the changeset viewer.
