#!/usr/bin/env bash
#SBATCH --nodes=1                # node count
#SBATCH --ntasks=1               # total number of tasks across all nodes
#SBATCH --cpus-per-task=1        # cpu-cores per task (>1 if multi-threaded tasks)
#SBATCH --mem-per-cpu=4G         # memory per cpu-core (4G is default)
#SBATCH --time=24:00:00          # total run time limit (HH:MM:SS)
##SBATCH --array=1-100#%32              # job array with index values 1, 2, ..., {nyears*nens}; max job # is 32 if specified
#SBATCH --mail-type=all        # send email when job begins/ends/fails
#SBATCH --mail-user=wenchang@princeton.edu
# Wenchang Yang (wenchang@princeton.edu)
# Sat Dec 18 23:38:58 EST 2021
set -v#e
##ii_task=
ln -s PI/fig*.png .
ln -s SST/fig*.png .
ln -s RH/fig*.png .
ln -s Vshear/fig*.png .
