-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timeseries/other DSN access to STATE/specl #60
Comments
Import a ts and transform into step indexed, timestep uniform data frame.
|
Work session 12/26/2023
|
Time series writers, i.e, used for logging, may not be included in the domain dependency list, so we need a way of saying "also, run anything that depends on the STATE value of things that are running in the current domain". Example, O2 = withdrawal in cfs, and we may wish to log the original value, before HSP2 decides whether or not there is sufficient water available.
|
develop-specact-ts
https://github.com/HARPgroup/HSPsquared/tree/develop-specact-ts/HSP2EXT SOURCES
andEXT TARGETS
), for the reach in question.HSP2IO/hdf.py
:read_ts()
root
of a given domain, i.e.,RCHRES_R001
orRCHRES_R002
, there is currently no data that contains that information passed intohydr
!get_timeseries()
requires information akin to that in theEXT SOURCES
block lines. Specifically, it uses:MFACTOR
- multiplier (default is 1.0, which means no conversion)TMEMN
- member name (see UCI EXT SOURCES) - only used intransform
to guess conversion ifhow
is FalseTRAN
- the transformation method (passed to transform ashow
)transform(ts, name, how, siminfo)
get_timeseries()
1st Draft
Standalone
The text was updated successfully, but these errors were encountered: