#!/bin/bash # Job name: #SBATCH --job-name=run_MITgcm_Pantopo # # Project: #SBATCH --account=geofag # # Wall clock limit: #SBATCH --time=670:0:0 # # Max memory usage per core (MB): #SBATCH --mem-per-cpu=4G # #SBATCH --ntasks=12 # ##SBATCH --nodes=8 ### # Set up job environment export LANG=en_US.UTF-8 export LC_ALL=en_US source /cluster/bin/jobsetup # NOTE cd to where you have the WRF model cd /usit/abel/u1/livde/Master/MITgcm/verification/highres/Pangea2deg_smooth_wall3/build ### module load netcdf.intel mpirun ./mitgcmuv > mitgcmuv.out # END