File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33# SBATCH -p amd
44# SBATCH -J obs_merging
5- # SBATCH -N 1
5+ # SBATCH -N 4
66# SBATCH --ntasks-per-node=1
7- # SBATCH -t 20 :00:00
7+ # SBATCH -t 10 :00:00
88# SBATCH --mem=256G
9+ # SBATCH --array=0-44
910
1011# cd /gpfs/space/home/holgerv/gis_holgerv/river_quality/scripts/grqa_processing
1112cd /gpfs/terra/export/samba/gis/holgerv/river_quality/scripts/grqa_processing
@@ -17,9 +18,8 @@ module load python
1718source activate river_quality
1819
1920# code_file="/gpfs/space/home/holgerv/gis_holgerv/river_quality/data/GRQA/meta/GRQA_param_codes.txt"
20- # code_file="/gpfs/terra/export/samba/gis/holgerv/GRQA_v1.3/GRQA_meta/GRQA_param_codes.txt"
21- # readarray param_codes < ${code_file}
22- # param_code=${param_codes[$SLURM_ARRAY_TASK_ID]}
23- param_code=" TEMP"
21+ code_file=" /gpfs/terra/export/samba/gis/holgerv/GRQA_v1.3/GRQA_meta/GRQA_param_codes.txt"
22+ readarray param_codes < ${code_file}
23+ param_code=${param_codes[$SLURM_ARRAY_TASK_ID]}
2424
25- ~ /.conda/envs/river_quality/bin/python obs_merging.py ${param_code}
25+ ~ /.conda/envs/river_quality/bin/python obs_merging.py ${param_code}
You can’t perform that action at this time.
0 commit comments