Skip to content

Commit 0aee6b7

Browse files
committed
Update job partition to 'ceab' for priority municipal data scripts and historical weather update
1 parent b324371 commit 0aee6b7

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

priority_municipal_data.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
#!/bin/bash
22
# filepath: /Users/palmer/research/weather-data-collector-spain/priority_municipal_data.sh
33
#SBATCH --job-name=municipal-priority
4+
#SBATCH --partition=ceab
5+
#SBATCH --nodes=1
6+
#SBATCH --ntasks=1
7+
#SBATCH --cpus-per-task=1
8+
#SBATCH --mem=4G
9+
#SBATCH --time=02:00:00
10+
#SBATCH --mail-type=BEGIN,END,FAIL
11+
12+
#SBATCH --output=logs/municipal_priority_%j.out
13+
#SBATCH --error=logs/municipal_priority_%j.err filepath: /Users/palmer/research/weather-data-collector-spain/priority_municipal_data.sh
14+
#SBATCH --job-name=municipal-priority
415
#SBATCH --partition=standard
516
#SBATCH --nodes=1
617
#SBATCH --ntasks=1

priority_municipal_forecast.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#!/bin/bash
2-
# filepath: /Users/palmer/research/weather-data-collector-spain/priority_municipal_data.sh
3-
#SBATCH --job-name=municipal-priority
4-
#SBATCH --partition=standard
2+
# filepath: /Users/palmer/research/weather-data-collector-spain/priority_municipal_forecast.sh
3+
#SBATCH --job-name=municipal-forecast-priority
4+
#SBATCH --partition=ceab
55
#SBATCH --nodes=1
66
#SBATCH --ntasks=1
77
#SBATCH --cpus-per-task=1
88
#SBATCH --mem=4G
99
#SBATCH --time=02:00:00
1010
#SBATCH --mail-type=BEGIN,END,FAIL
1111
12-
#SBATCH --output=logs/municipal_priority_%j.out
13-
#SBATCH --error=logs/municipal_priority_%j.err
12+
#SBATCH --output=logs/municipal_forecast_priority_%j.out
13+
#SBATCH --error=logs/municipal_forecast_priority_%j.err
1414

1515
# Load required modules
1616
module load LibTIFF/4.6.0-GCCcore-13.3.0
@@ -83,4 +83,4 @@ else
8383
exit 1
8484
fi
8585

86-
# Submit: sbatch priority_municipal_data.sh
86+
# Submit: sbatch priority_municipal_forecast.sh

update_historical_weather.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# filepath: /Users/palmer/research/weather-data-collector-spain/update_historical_weather.sh
33
#SBATCH --job-name=historical-weather
4-
#SBATCH --partition=standard
4+
#SBATCH --partition=ceab
55
#SBATCH --nodes=1
66
#SBATCH --ntasks=1
77
#SBATCH --cpus-per-task=1

update_weather.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# filepath: /Users/palmer/research/weather-data-collector-spain/update_weather.sh
33
#SBATCH --job-name=weather-collect
4-
#SBATCH --partition=standard
4+
#SBATCH --partition=ceab
55
#SBATCH --nodes=1
66
#SBATCH --ntasks=1
77
#SBATCH --cpus-per-task=2

0 commit comments

Comments
 (0)