Skip to content

HSPF implementation by the Chesapeake Bay Program

rburghol edited this page Dec 20, 2021 · 1 revision

p532c Examples

St. Marys River

  • ships as standard with install
# Go to basic model tree on our system
cd ./run/standard

./run_lug.csh p532cal_062211 stmary
# Run the land suimulation
./run_land.csh p532cal_062211 stmary
# Generate the Riverine portion:
./run_rug.csh p532cal_062211 stmary


Roanoke River

  • MUST use p53sova set of inputs here since this is the only p53 data set that contains land cover data for the non-bay segments (manufactured with some scripts here at DEQ-WSP).
# Go to basic model tree on our system
cd /opt/model/p53/run

# Set up the segment files
cd make_seglists
./basingen.csh p53sova 7074
cd ..
# First param "p53cal" chooses the model scenario - we use this for WQ, but for water supply only we would use p53sova (which does only hydrology and also includes the southern VA rivers)

# generate land use files (required) - note: you have touse the whole river segment name now
cd scenario
./run_lug.csh p53cal JB0_7074_0000
# Run the land suimualtion
./run_land.csh p53cal JB0_7074_0000

# Gerneate the Riverine portion - does not work for this one since it is tidal and has now river in HSPF - but if it did we would use RUN_RUG:
./run_rug.csh p53cal JB0_7074_0000

Hopewell Segment of Tidal James

# Go to basic model tree on our system
cd /opt/model/p53/run

# Set up the segment files
cd make_seglists
./basingen.csh p53cal 7074
cd ..
# First param "p53cal" chooses the model scenario - we use this for WQ, but for water supply only we would use p53sova (which does only hydrology and also includes the southern VA rivers)

# generate land use files (required) - note: you have touse the whole river segment name now
cd scenario
./run_lug.csh p53cal JB0_7074_0000
# Run the land suimualtion
./run_land.csh p53cal JB0_7074_0000

# Gerneate the Riverine portion - does not work for this one since it is tidal and has now river in HSPF - but if it did we would use RUN_RUG:
./run_rug.csh p53cal JB0_7074_0000

Chickahominy River

# Go to basic model tree on our system
cd /opt/model/p53/p532c-sova/run

# Set up the segment files
# Note: 7050 is tidal, so no river simulaton will be run, thus we need to run segment 7052 if we want to harvest river segment info
cd make_seglists
#./basingen.csh p532sova 7050
./basingen.csh p532sova 7052

cd ../standard/
#./run_all.csh p532sova JB0_7050_0000
./run_all.csh p532sova JB0_7052_0001

# go the OM migration script directory
cd /opt/model/p53/p532deq1/php/
#./copy_river_dsn-2.0.sh p53sova 7050 1000
./copy_river_dsn-2.0.sh p53sova 7052 1000