Skip to content

Commit 4a5a536

Browse files
committed
SR PTHA maps
1 parent 81796fa commit 4a5a536

File tree

6 files changed

+217
-9
lines changed

6 files changed

+217
-9
lines changed

scripts/PaperIIPlots/plotPygmt_gridscore.ipynb

Lines changed: 209 additions & 1 deletion
Large diffs are not rendered by default.
710 KB
Loading
735 KB
Loading
680 KB
Loading
662 KB
Loading

scripts/PaperIIRuns/run.sbatchSR

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#SBATCH --ntasks=1 # total number of tasks (jobs) across all nodes (3 nodes x 10 jobs each)
77
#SBATCH --cpus-per-task=1 # number of CPU cores per task
88
#SBATCH --partition=cpuq
9-
#SBATCH --nodelist=cn08
9+
#SBATCH --nodelist=cn06
1010
# #SBATCH -p gpuq # partition
1111
# #SBATCH --gres=gpu:1 # number of GPUs
1212
# #SBATCH --nodelist=gp02
@@ -160,15 +160,15 @@ cd $MLDir/scripts/PaperIIRuns
160160
# python 05_calcPerfGrid.py SR testfile 1773 961
161161

162162
# # #For plotting PTHA maps for true and pred depths
163-
# python 07_calcPTHA.py SR PTHA_rate 1773 961
164-
# python 07_calcPTHA.py SR emulator_rate 1773 961
163+
python 07_calcPTHA.py SR PTHA_rate 1773 961
164+
python 07_calcPTHA.py SR emulator_rate 1773 961
165165

166166
#For comparison plots
167-
conda deactivate
168-
conda activate rioxarray_env
169-
# python 06_compare_depths.py SR compare_pygmt 1773 961
170-
python 06_compare_depths.py SR compare 1773 961 0
171-
# finished commands
167+
# conda deactivate
168+
# conda activate rioxarray_env
169+
# # python 06_compare_depths.py SR compare_pygmt 1773 961
170+
# python 06_compare_depths.py SR compare 1773 961 0
171+
# # finished commands
172172
echo ...........
173173
end=`date +%s`
174174
elapsed=`expr $end - $begin`

0 commit comments

Comments
 (0)