Skip to content
Snippets Groups Projects
Commit 1f45eeb3 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Switch on cosmological time integration in the example run scripts of the...

Switch on cosmological time integration in the example run scripts of the EAGLE_* cases. Also switch on the cleaning-up of the h-factors in the ICs.
parent 53d025f4
No related branches found
No related tags found
1 merge request!516More cosmology work
...@@ -49,3 +49,4 @@ SPH: ...@@ -49,3 +49,4 @@ SPH:
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: ./EAGLE_ICs_100.hdf5 # The file to read file_name: ./EAGLE_ICs_100.hdf5 # The file to read
cleanup_h_factors: 1 # Remove the h-factors inherited from Gadget
...@@ -7,5 +7,5 @@ then ...@@ -7,5 +7,5 @@ then
./getIC.sh ./getIC.sh
fi fi
../swift -s -t 16 eagle_100.yml 2>&1 | tee output.log ../swift -c -s -t 16 eagle_100.yml 2>&1 | tee output.log
...@@ -50,4 +50,4 @@ SPH: ...@@ -50,4 +50,4 @@ SPH:
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: ./EAGLE_ICs_12.hdf5 # The file to read file_name: ./EAGLE_ICs_12.hdf5 # The file to read
cleanup_h_factors: 1 # Remove the h-factors inherited from Gadget
...@@ -7,5 +7,5 @@ then ...@@ -7,5 +7,5 @@ then
./getIC.sh ./getIC.sh
fi fi
../swift -s -t 16 eagle_12.yml 2>&1 | tee output.log ../swift -c -s -t 16 eagle_12.yml 2>&1 | tee output.log
...@@ -50,4 +50,5 @@ SPH: ...@@ -50,4 +50,5 @@ SPH:
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: ./EAGLE_ICs_25.hdf5 # The file to read file_name: ./EAGLE_ICs_25.hdf5 # The file to read
cleanup_h_factors: 1 # Remove the h-factors inherited from Gadget
...@@ -7,5 +7,5 @@ then ...@@ -7,5 +7,5 @@ then
./getIC.sh ./getIC.sh
fi fi
../swift -s -t 16 eagle_25.yml 2>&1 | tee output.log ../swift -c -s -t 16 eagle_25.yml 2>&1 | tee output.log
...@@ -49,4 +49,5 @@ SPH: ...@@ -49,4 +49,5 @@ SPH:
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: ./EAGLE_ICs_50.hdf5 # The file to read file_name: ./EAGLE_ICs_50.hdf5 # The file to read
cleanup_h_factors: 1 # Remove the h-factors inherited from Gadget
...@@ -7,5 +7,5 @@ then ...@@ -7,5 +7,5 @@ then
./getIC.sh ./getIC.sh
fi fi
../swift -s -t 16 eagle_50.yml 2>&1 | tee output.log ../swift -c -s -t 16 eagle_50.yml 2>&1 | tee output.log
...@@ -7,5 +7,5 @@ then ...@@ -7,5 +7,5 @@ then
./getIC.sh ./getIC.sh
fi fi
../swift -s -t 16 eagle_6.yml 2>&1 | tee output.log ../swift -c -s -t 16 eagle_6.yml 2>&1 | tee output.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment