You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Differences between UVNAME and UVQUAN? Is UVNAME a variable applied/created in all segments, whereas UVQUAN is a single variable created for a specific segment?
Cross-domain UVQUAN, i.e., in example below, IF (precx1 > 6.000) THEN, can precx1 which is based on PERLND 1 be used by some other element, like RCHRES 1? (hypothetical to understand full life-cycle)
UCI
Note: Definitions in HSPF manual "Details of User-defined Variable Quantity line" gives a variable named ADDR, but:
This does not appear in the actual UCI. (not in example, or in test UCI from CBP)
Instead, it appears to be a meta-column, the "VNAME" + "CSUB1" ("vari" and ""s1" in manual and CBP examples)
UCI Data Structure
UCI Examples
Example from HSPF_v12.2_manual
*** User-Defined Variable Quantity Lines
*** addr
*** <------>
*** kwd varnam optyp opn vari s1 s2 s3 tp multiply lc ls ac as agfn ***
<****> <----> <----> <-> <----><-><-><-><-><--------> <><-> <><-> <--> ***
UVQUAN prec PERLND 1 PREC 3 DY 1 SUM
Ultra-large hurricanes had poor peak flow performance, so specl was used to adjust land INFEXP parameter when rainfall over 2 week period exceeded 6.0 inches
Tasks
UVNAME
andUVQUAN
? IsUVNAME
a variable applied/created in all segments, whereasUVQUAN
is a single variable created for a specific segment?IF (precx1 > 6.000) THEN
, canprecx1
which is based onPERLND 1
be used by some other element, likeRCHRES 1
? (hypothetical to understand full life-cycle)UCI
ADDR
, but:UCI Data Structure
UCI Examples
Example from HSPF_v12.2_manual
TEST13.UCI
From fortran HSPF base tests:
Hurricane Isabel
INFEXP
parameter when rainfall over 2 week period exceeded 6.0 incheshdf5 Data Model
/SPEC_ACTIONS/UVQUAN/table
DEF: Table Definition
Execution Code
The text was updated successfully, but these errors were encountered: