From 6623afaee97a029190f73ae8473d0c2081b23c71 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Tue, 7 Jan 2020 16:18:22 +0000 Subject: [PATCH] Reduce the number of outputs in the hydro small cosmo volume. --- .../SmallCosmoVolume_hydro/small_cosmo_volume.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml b/examples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml index 5904a412f7..36ac8678d2 100644 --- a/examples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml +++ b/examples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml @@ -40,8 +40,9 @@ SPH: # Parameters governing the snapshots Snapshots: basename: snap - delta_time: 1.02 - scale_factor_first: 0.02 + delta_time: 1.05 + scale_factor_first: 0.05 + compression: 4 # Parameters governing the conserved quantities statistics Statistics: -- GitLab