From 6ec5cfdfa6bd26ed76bcaff2d8262a1b3aa197a0 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Thu, 9 May 2019 10:26:06 +0100
Subject: [PATCH] No need to modify the EAGLE 12 and EAGLE 25 parameter files.
 The default values work well.

---
 examples/EAGLE_low_z/EAGLE_12/eagle_12.yml | 3 ---
 examples/EAGLE_low_z/EAGLE_25/eagle_25.yml | 5 +----
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
index df72c9f560..1b81cbc213 100644
--- a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
@@ -36,9 +36,6 @@ Statistics:
   time_first:          0.01 # Time of the first stat dump (non-cosmological run) (in internal units)
   delta_time:          1.05 # Time between statistics output
 
-Scheduler:
-  links_per_tasks: 25
-
 # Parameters for the self-gravity scheme
 Gravity:
   eta:                    0.025     # Constant dimensionless multiplier for time integration.
diff --git a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
index 57c366e796..569dbdd148 100644
--- a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
@@ -49,7 +49,7 @@ Gravity:
   theta:                  0.7     # Opening angle (Multipole acceptance criterion)
   comoving_softening:     0.0026994 # Comoving softening length (in internal units).
   max_physical_softening: 0.0007    # Physical softening length (in internal units).
-  mesh_side_length:       256
+  mesh_side_length:       64
 
 # Parameters for the hydrodynamics scheme
 SPH:
@@ -85,9 +85,6 @@ EAGLECooling:
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
 
-Scheduler:
-  links_per_tasks:    25
-
 # EAGLE star formation parameters
 EAGLEStarFormation:
   EOS_density_norm_H_p_cm3:          0.1       # Physical density used for the normalisation of the EOS assumed for the star-forming gas in Hydrogen atoms per cm^3.
-- 
GitLab