#!/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 --mail-type=all        # send email when job begins/ends/fails
#SBATCH --mail-user=wenchang@princeton.edu
# Wenchang Yang (wenchang@princeton.edu)
# Fri Dec 17 17:07:58 EST 2021
set -v#e

ln -s ../SST/lintrend/*.nc .
ln -s ../RH/lintrend/*.nc .
ln -s ../Vshear/lintrend/*.nc .
ln -s ../PI/lintrend/*.nc .
