From 0c190362dfed5e8127713ae42c4a0fb064eef4bc Mon Sep 17 00:00:00 2001 From: loikki <loic.hausammann@protonmail.ch> Date: Mon, 18 Feb 2019 11:37:42 +0100 Subject: [PATCH] Use redshift dependent UVB in SmallCosmoVolume_cooling --- .../SmallCosmoVolume_cooling/small_cosmo_volume.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml b/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml index 9e0fb14c33..96f1046541 100644 --- a/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml +++ b/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml @@ -88,7 +88,7 @@ EAGLEChemistry: GrackleCooling: CloudyTable: CloudyData_UVB=HM2012.h5 # Name of the Cloudy Table (available on the grackle bitbucket repository) WithUVbackground: 1 # Enable or not the UV background - Redshift: 0 # Redshift to use (-1 means time based redshift) + Redshift: -1 # Redshift to use (-1 means time based redshift) WithMetalCooling: 1 # Enable or not the metal cooling ProvideVolumetricHeatingRates: 0 # (optional) User provide volumetric heating rates ProvideSpecificHeatingRates: 0 # (optional) User provide specific heating rates -- GitLab