Skip to content

Commit 8ab9f2d

Browse files
committed
Try normalbw queue (pb with normal queue?)
1 parent e6ea72e commit 8ab9f2d

4 files changed

+6
-4
lines changed

scripts/cyclo_average_CMIP6_ACCESS_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def sort_members(members):
251251

252252
# This `if` statement is required in scripts (not required in Jupyter)
253253
if __name__ == '__main__':
254-
client = Client(n_workers=4, threads_per_worker=1)#, threads_per_worker=1, memory_limit='16GB') # Note: with 1thread/worker cannot plot thetao. Maybe I need to understand why?
254+
client = Client(n_workers=24, threads_per_worker=1)#, threads_per_worker=1, memory_limit='16GB') # Note: with 1thread/worker cannot plot thetao. Maybe I need to understand why?
255255

256256
for member in sorted_members:
257257

scripts/cyclo_average_CMIP6_ACCESS_variables.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
#PBS -P xv83
44
#PBS -N CMIP6_ACCESS_preprocessing
5-
#PBS -l ncpus=48
5+
#PBS -l ncpus=28
6+
#PBS -q normalbw
67
#PBS -l mem=180GB
78
#PBS -l jobfs=4GB
89
#PBS -l walltime=24:00:00

scripts/cyclo_average_unarchived_CMIP6_ACCESS_GM_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def climatology(ds, lumpby):
158158

159159
# This `if` statement is required in scripts (not required in Jupyter)
160160
if __name__ == '__main__':
161-
client = Client(n_workers=44, threads_per_worker=1) #, memory_limit='16GB') # Note: with 1thread/worker cannot plot thetao. Maybe I need to understand why?
161+
client = Client(n_workers=24, threads_per_worker=1) #, memory_limit='16GB') # Note: with 1thread/worker cannot plot thetao. Maybe I need to understand why?
162162

163163
for member in members:
164164

scripts/cyclo_average_unarchived_CMIP6_ACCESS_GM_variables.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#PBS -P xv83
44
#PBS -N average_TiloZ_data
55
#PBS -l ncpus=28
6-
#PBS -l mem=180GB
6+
#PBS -q normalbw
7+
#PBS -l mem=80GB
78
#PBS -l jobfs=4GB
89
#PBS -l walltime=12:00:00
910
#PBS -l storage=gdata/xv83+gdata/dk92+gdata/hh5+gdata/xp65+gdata/p73+scratch/p66

0 commit comments

Comments
 (0)