#!/bin/bash

for dfh in 13 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 16 -dfh $dfh -current 100
done
echo "Done preparing job scripts"
ls run-*.csh
