From 1b2d1f14d520e738256b9ed37df3f95d92d27a3b Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 9 Mar 2018 13:03:16 +0900 Subject: [PATCH] Impose snapshot compression to all the 3D cases that can reasonably be run on a single laptop. --- examples/EAGLE_12/eagle_12.yml | 1 + examples/EAGLE_25/eagle_25.yml | 1 + examples/EAGLE_6/eagle_6.yml | 1 + examples/EvrardCollapse_3D/evrard.yml | 5 +++-- examples/GreshoVortex_3D/gresho.yml | 3 ++- .../kelvinHelmholtzGrowthRate.yml | 3 ++- examples/Noh_3D/noh.yml | 3 ++- examples/SedovBlast_3D/sedov.yml | 3 ++- examples/SodShockSpherical_3D/sodShock.yml | 3 ++- examples/SodShock_3D/sodShock.yml | 3 ++- examples/VacuumSpherical_3D/vacuum.yml | 3 ++- examples/Vacuum_3D/vacuum.yml | 3 ++- 12 files changed, 22 insertions(+), 10 deletions(-) diff --git a/examples/EAGLE_12/eagle_12.yml b/examples/EAGLE_12/eagle_12.yml index af55da76ff..f7b11c167e 100644 --- a/examples/EAGLE_12/eagle_12.yml +++ b/examples/EAGLE_12/eagle_12.yml @@ -30,6 +30,7 @@ Snapshots: basename: eagle # Common part of the name of output files time_first: 1. # Time of the first output (in internal units) delta_time: 1e-3 # Time difference between consecutive outputs (in internal units) + compression: 4 # Parameters governing the conserved quantities statistics Statistics: diff --git a/examples/EAGLE_25/eagle_25.yml b/examples/EAGLE_25/eagle_25.yml index c01abfe94b..c8bdd2a88e 100644 --- a/examples/EAGLE_25/eagle_25.yml +++ b/examples/EAGLE_25/eagle_25.yml @@ -21,6 +21,7 @@ Snapshots: basename: eagle # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 1e-3 # Time difference between consecutive outputs (in internal units) + compression: 4 # Parameters governing the conserved quantities statistics Statistics: diff --git a/examples/EAGLE_6/eagle_6.yml b/examples/EAGLE_6/eagle_6.yml index ab33b79e80..9a6edb9d38 100644 --- a/examples/EAGLE_6/eagle_6.yml +++ b/examples/EAGLE_6/eagle_6.yml @@ -21,6 +21,7 @@ Snapshots: basename: eagle # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 1e-3 # Time difference between consecutive outputs (in internal units) + compression: 4 # Parameters governing the conserved quantities statistics Statistics: diff --git a/examples/EvrardCollapse_3D/evrard.yml b/examples/EvrardCollapse_3D/evrard.yml index 006a22e65d..bc3b76be95 100644 --- a/examples/EvrardCollapse_3D/evrard.yml +++ b/examples/EvrardCollapse_3D/evrard.yml @@ -1,5 +1,5 @@ # Define the system of units to use internally. -InternalUnitSystem: +1;4205;0cInternalUnitSystem: UnitMass_in_cgs: 1 # Grams UnitLength_in_cgs: 1 # Centimeters UnitVelocity_in_cgs: 1 # Centimeters per second @@ -18,7 +18,8 @@ Snapshots: basename: evrard # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 0.1 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output diff --git a/examples/GreshoVortex_3D/gresho.yml b/examples/GreshoVortex_3D/gresho.yml index df94145019..f42fcbfd00 100644 --- a/examples/GreshoVortex_3D/gresho.yml +++ b/examples/GreshoVortex_3D/gresho.yml @@ -21,7 +21,8 @@ Snapshots: basename: gresho # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 1e-1 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output diff --git a/examples/KelvinHelmholtzGrowthRate_3D/kelvinHelmholtzGrowthRate.yml b/examples/KelvinHelmholtzGrowthRate_3D/kelvinHelmholtzGrowthRate.yml index 380dc2ab3a..3133e2769e 100644 --- a/examples/KelvinHelmholtzGrowthRate_3D/kelvinHelmholtzGrowthRate.yml +++ b/examples/KelvinHelmholtzGrowthRate_3D/kelvinHelmholtzGrowthRate.yml @@ -18,7 +18,8 @@ Snapshots: basename: kelvinHelmholtzGrowthRate # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 0.04 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output diff --git a/examples/Noh_3D/noh.yml b/examples/Noh_3D/noh.yml index 1d126f19ba..8811982750 100644 --- a/examples/Noh_3D/noh.yml +++ b/examples/Noh_3D/noh.yml @@ -18,7 +18,8 @@ Snapshots: basename: noh # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 5e-2 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 3e-3 # Time between statistics output diff --git a/examples/SedovBlast_3D/sedov.yml b/examples/SedovBlast_3D/sedov.yml index b80be19544..057e5a18ac 100644 --- a/examples/SedovBlast_3D/sedov.yml +++ b/examples/SedovBlast_3D/sedov.yml @@ -18,7 +18,8 @@ Snapshots: basename: sedov # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 1e-2 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-3 # Time between statistics output diff --git a/examples/SodShockSpherical_3D/sodShock.yml b/examples/SodShockSpherical_3D/sodShock.yml index a26ab95b21..52c06dd65e 100644 --- a/examples/SodShockSpherical_3D/sodShock.yml +++ b/examples/SodShockSpherical_3D/sodShock.yml @@ -18,7 +18,8 @@ Snapshots: basename: sodShock # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 0.1 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output diff --git a/examples/SodShock_3D/sodShock.yml b/examples/SodShock_3D/sodShock.yml index 51a188b6d4..26fbfe4faa 100644 --- a/examples/SodShock_3D/sodShock.yml +++ b/examples/SodShock_3D/sodShock.yml @@ -18,7 +18,8 @@ Snapshots: basename: sodShock # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 0.2 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output diff --git a/examples/VacuumSpherical_3D/vacuum.yml b/examples/VacuumSpherical_3D/vacuum.yml index 881b155b62..92164a18a4 100644 --- a/examples/VacuumSpherical_3D/vacuum.yml +++ b/examples/VacuumSpherical_3D/vacuum.yml @@ -18,7 +18,8 @@ Snapshots: basename: vacuum # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 0.05 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output diff --git a/examples/Vacuum_3D/vacuum.yml b/examples/Vacuum_3D/vacuum.yml index 5ef5ce3da6..45a6b73d54 100644 --- a/examples/Vacuum_3D/vacuum.yml +++ b/examples/Vacuum_3D/vacuum.yml @@ -18,7 +18,8 @@ Snapshots: basename: vacuum # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) delta_time: 0.1 # Time difference between consecutive outputs (in internal units) - + compression: 4 + # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output -- GitLab