Skip to content

Commit aa73d69

Browse files
author
James Farr
committed
Minor run script changes
1 parent 2037b96 commit aa73d69

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

run_process_colore.sh

100644100755
File mode changed.

run_process_colore_multi_node.sh

100644100755
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ MIN_CAT_Z=1.8
1313
LYACOLORE_SEED=123
1414
DLA_BIAS=2.0
1515
DLA_BIAS_METHOD='b_const'
16-
DOWNSAMPLING=0.5
16+
DOWNSAMPLING=1.0
1717

1818
# specify process flags
19-
MM_FLAGS="--desi-footprint-pixel-plus"
20-
MT_FLAGS="--add-small-scale-fluctuations --add-DLAs --add-RSDs --add-QSO-RSDs"
19+
MM_FLAGS=""
20+
#MM_FLAGS="--desi-footprint-pixel-plus"
21+
#MT_FLAGS="--add-small-scale-fluctuations --add-DLAs --add-RSDs --add-QSO-RSDs --transmission-only"
22+
MT_FLAGS="--add-DLAs --add-RSDs --add-QSO-RSDs"
2123

2224
# specify details of colore output
2325
COLORE_NGRID=4096
@@ -42,7 +44,9 @@ V_CODE_MIN="0"
4244
V_REALISATION="0"
4345

4446
# full path to folder where output will be written
45-
OUTPUT_PATH="/global/cscratch1/sd/jfarr/LyaSkewers/CoLoRe_GAUSS/v${V_CODE_MAJ}/v${V_CODE_MAJ}.${V_CODE_MIN}.${V_REALISATION}/"
47+
OUTPUT_PATH="/global/cscratch1/sd/jfarr/LyaSkewers/CoLoRe_GAUSS/test_velocity_interpolation_full_no_ssf/"
48+
#OUTPUT_PATH="/global/cscratch1/sd/jfarr/LyaSkewers/CoLoRe_GAUSS/v${V_CODE_MAJ}/v${V_CODE_MAJ}.${V_CODE_MIN}.${V_REALISATION}/"
49+
#OUTPUT_PATH="/project/projectdirs/desi/mocks/lya_forest/london/v${V_CODE_MAJ}.${V_CODE_MIN}/v${V_CODE_MAJ}.${V_CODE_MIN}.${V_REALISATION}/"
4650

4751
echo "output will written to "$OUTPUT_PATH
4852
if [ ! -d $OUTPUT_PATH ] ; then
@@ -130,4 +134,8 @@ date
130134
131135
EOF
132136

137+
# copy run file to the output location for record
138+
cp $RUN_FILE $OUTPUT_PATH
139+
140+
# send the job to the queue
133141
sbatch $RUN_FILE

0 commit comments

Comments
 (0)