@@ -196,8 +196,8 @@ author = "Harrison Nicholls, Tim Lichtenberg, Mariana Sastre"
196196 F_initial = 1e3 # Initial heat flux guess [W m-2]
197197 radiogenic_heat = false # enable radiogenic heat production
198198 tidal_heat = false # enable tidal heat production
199- rheo_phi_loc = 0.3 # Centre of rheological transition
200- rheo_phi_wid = 0.15 # Width of rheological transition
199+ rheo_phi_loc = 0.6 # Centre of rheological transition
200+ rheo_phi_wid = 0.2 # Width of rheological transition
201201 bulk_modulus = 260e9 # Bulk modulus [Pa]
202202
203203 module = " spider" # Which interior module to use
@@ -214,9 +214,17 @@ author = "Harrison Nicholls, Tim Lichtenberg, Mariana Sastre"
214214 ini_dsdr = -4.698e-6 # Interior entropy gradient [J K-1 kg-1 m-1]
215215
216216 [interior .aragog ]
217- num_levels = 100 # Number of Aragog grid levels
218- tolerance = 1.0e-7 # solver tolerance
219- ini_tmagma = 3000.0 # Initial magma surface temperature [K]
217+ num_levels = 50 # Number of Aragog grid levels
218+ tolerance = 1.0e-7 # solver tolerance
219+ ini_tmagma = 3300.0 # Initial magma surface temperature [K]
220+ inner_boundary_condition = 1 # 1 = core cooling model, 2 = prescribed heat flux, 3 = prescribed temperature
221+ inner_boundary_value = 4000 # core temperature [K], if inner_boundary_condition = 3. CMB heat flux [W/m^2], if if inner_boundary_condition = 2
222+ conduction = true # enable conductive heat transfer
223+ convection = true # enable convective heat transfer
224+ gravitational_separation = false # enable gravitational separation
225+ mixing = false # enable mixing
226+ tsurf_poststep_change = 30 # threshold of maximum change on surface temperature
227+ event_triggering = true # enable events triggering to avoid abrupt jumps in surface temperature
220228
221229 [interior .dummy ]
222230 ini_tmagma = 3500.0 # Initial magma surface temperature [K]
0 commit comments