Open
Description
The import_uci function takes a HSPF UCI file and imports the tables into the HDF5 file for hsp2 to run. Using this format and process though imposes the HSPF limits that don't exist in hsp2, the most constraining being the three digit limits on PERLND, IMPLND, and RCHRES identifiers. Proposing a space delimited UCI where an @ symbol is used to indicate a default.
HSPF UCI snippet:
PWAT-PARM3
<PLS >***
# - #*** PETMAX PETMIN INFEXP INFILD DEEPFR BASETP AGWETP
1 7 1.6
9 39 33 3.0 1.5
10
END PWAT-PARM3
Proposed space delimited UCI for hsp2 (note the ability to have very large PERLND ids):
PWAT-PARM3
<PLS >***
# - #*** PETMAX PETMIN INFEXP INFILD DEEPFR BASETP AGWETP
10100 10107 @ @ 1.6 @ @ @
90100 @ 39 33 3.0 1.5 @ @ @
9010 @ @ @ @ @ @ @
END PWAT-PARM3
Maybe not need trailing "@" default symbols...
PWAT-PARM3
<PLS >***
# - #*** PETMAX PETMIN INFEXP INFILD DEEPFR BASETP AGWETP
10100 10107 @ @ 1.6
90100 @ 39 33 3.0 1.5
9010
END PWAT-PARM3
Metadata
Metadata
Assignees
Labels
No labels
Activity