# the second script to run - starts SME and runs it for all the landuse types
# and for the different fertilizer application rates

# SME project HUNT
# SME model HNMD
# SME scenario $1

# generate_run $1 $2

rm ../DriverOutput/grid.dat

run_fallow $1

run_forest $1

run_loop_soyb $1 

run_loop_wheat $1 

run_loop_corn $1 

cp_run $1 $2

