File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ MIN_CAT_Z=1.8
13
13
LYACOLORE_SEED=123
14
14
DLA_BIAS=2.0
15
15
DLA_BIAS_METHOD=' b_const'
16
- DOWNSAMPLING=0.5
16
+ DOWNSAMPLING=1.0
17
17
18
18
# 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"
21
23
22
24
# specify details of colore output
23
25
COLORE_NGRID=4096
@@ -42,7 +44,9 @@ V_CODE_MIN="0"
42
44
V_REALISATION=" 0"
43
45
44
46
# 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}/"
46
50
47
51
echo " output will written to " $OUTPUT_PATH
48
52
if [ ! -d $OUTPUT_PATH ] ; then
130
134
131
135
EOF
132
136
137
+ # copy run file to the output location for record
138
+ cp $RUN_FILE $OUTPUT_PATH
139
+
140
+ # send the job to the queue
133
141
sbatch $RUN_FILE
You can’t perform that action at this time.
0 commit comments