You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/default_configs/default_config.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -335,11 +335,14 @@ deep_atmosphere:
335
335
help: "If true, use deep atmosphere equations and metric terms, otherwise assume columns are cylindrical (shallow atmosphere) [`true` (default), `false`]"
336
336
value: true
337
337
restart_file:
338
-
help: "Path to HDF5 file to use as simulation starting point"
338
+
help: "Path to HDF5 file to use as simulation starting point. Note that the simulation can only be restarted in a reproducible way when `reproducible_restart` is true."
339
339
value: ~
340
340
detect_restart_file:
341
341
help: "When true, try finding a restart file and use it to restart the simulation. Only works with ActiveLink."
342
342
value: false
343
+
reproducible_restart:
344
+
help: "If true, the simulation is reproducible when restarting from a restart file. Disable this option when running production runs."
345
+
value: false
343
346
prescribed_aerosols:
344
347
help: "Which aerosols to add. List of keys from the data file (e.g., CB1, CB2)."
0 commit comments