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

ifort process_binary_soilmoisture_subbasins.fall22.f90 -o a.out_soi_moi
./a.out_soi_moi
