Skip to content

Commit

Permalink
pass options through queue-sampling for JASMIN
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Aug 6, 2024
1 parent 75ed643 commit adb1694
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions bin/jasmin/queue-sampling
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ set -euo pipefail
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

# 12em NCSN++
# /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_12em_cncsnpp/bham_pSTV
# epoch_100 ${em} bham64_ccpm-4x_12em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_12em_cncsnpp/bham_pSTV

# 1em NCSN++
# epoch_100 ${em} bham64_ccpm-4x_1em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_1em_cncsnpp/bham_pSTV

# 12em Plain U-Net
# /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_12em_plain_unet/bham_pSTV
# epoch_100 ${em} bham64_ccpm-4x_12em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_12em_plain_unet/bham_pSTV

# 1em Plain U-Net
# /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_1em_plain_unet/bham_pSTV
# epoch_100 ${em} bham64_ccpm-4x_1em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_1em_plain_unet/bham_pSTV

for em in 01; do sbatch --gres=gpu:1 --partition=orchid --account=orchid --time=01:00:00 --mem=16G -- ${SCRIPT_DIR}/lotus-sampling-wrapper epoch_100 ${em} bham64_ccpm-4x_1em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_1em_plain_unet/bham_pSTV; done
sbatch --gres=gpu:1 --partition=orchid --account=orchid --time=01:00:00 --mem=16G -- ${SCRIPT_DIR}/lotus-sampling-wrapper $@

0 comments on commit adb1694

Please sign in to comment.