From b78548a2fb00acff128f9beb8e6def2e42e59cd6 Mon Sep 17 00:00:00 2001
From: lhausamm <loic_hausammann@hotmail.com>
Date: Fri, 10 Nov 2017 11:09:05 +0100
Subject: [PATCH] Update params

---
 examples/parameter_example.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml
index 948731d787..b52aeb380d 100644
--- a/examples/parameter_example.yml
+++ b/examples/parameter_example.yml
@@ -143,3 +143,9 @@ LambdaCooling:
   hydrogen_mass_abundance:     0.75  # Hydrogen mass abundance (dimensionless)
   cooling_tstep_mult:          1.0   # Dimensionless pre-factor for the time-step condition
 
+# Cooling with Grackle 2.0
+GrackleCooling:
+  GrackleCloudyTable: CloudyData_UVB=HM2012.h5 # Name of the Cloudy Table
+  UVbackground: 1 # Enable or not the UV background
+  GrackleRedshift: 0 # Redshift to use (-1 means time based redshift)
+  GrackleHSShieldingDensityThreshold: 1.1708e-26 # self shielding threshold in internal system of units
-- 
GitLab