From af12f699c36d3433c1cc7e9438fee7e8ebc2602a Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Fri, 13 Apr 2018 10:34:06 +0800 Subject: [PATCH] Added structure finding section to EAGLE_25. --- examples/EAGLE_25/eagle_25.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/EAGLE_25/eagle_25.yml b/examples/EAGLE_25/eagle_25.yml index dccb9df55b..dc17ea27b7 100644 --- a/examples/EAGLE_25/eagle_25.yml +++ b/examples/EAGLE_25/eagle_25.yml @@ -6,6 +6,14 @@ InternalUnitSystem: UnitCurrent_in_cgs: 1 # Amperes UnitTemp_in_cgs: 1 # Kelvin +# Structure finding options +StructureFinding: + config_file_name: stf_input.cfg # Name of the STF config file. + basename: ./halo_vel_pot/stf # Common part of the name of output files. + output_time_format: 0 # Specifies format of delta_time. 0 for simulation steps and 1 for simulation time intervals. + time_first: 0. # Time of the first structure finding output (in internal units). + delta_time: 250 # Time difference between consecutive structure finding outputs (in internal units). Can either be given in simulation steps or simulation time intervals. + # Define the system of units to use int VELOCIraptor. VelociraptorUnitSystem: UnitMass_in_cgs: 1.989e33 # M_sun in grams -- GitLab