#!/bin/bash -l
 
#SBATCH -C haswell
#SBATCH --qos=shared
#SBATCH --time=12:00:00
#SBATCH --job-name=tCLM
#SBATCH --account m2398
#SBATCH -C haswell

ifort process_binary_soiltemp_clm.fall22.f90 -o a.out_tclm
./a.out_tclm
