#!/bin/bash

for dfh in 12 20 405 ; do 
    # This just sets up script files for a case. You'll need to run the scripts created to perform the simulation
    setUpCase -cores 64 -dfh $dfh -current 100
done
echo "Done preparing job scripts"
ls run-*.csh
