import_hecras_2Dmodel_data: Import HEC-RAS 2D Model Data

Description Usage Arguments Value

View source: R/import_hecras_2Dmodel_data.R

Description

Imports 'FLOW-TOTAL' timeseries from SA Connections in dss file created from HEC-RAS model

Usage

1
2
3
4
5
6
7
8
import_hecras_2Dmodel_data(
  model_dss_file,
  plan_names,
  plan_events,
  time_interval,
  Formatted_UnsteadyFlowFileList,
  SA2D_CONNECTIONS
)

Arguments

model_dss_file

jobjRef; open dss file where observed data is stored hydrograph using dssrip.

plan_names

list; list of the plan names as they are written in Part F of dss path.

plan_events

list; list of years of when events used in the plans occured.

time_interval

character; time interval chosen to run HEC-RAS model,matches Part E dss path.

Formatted_UnsteadyFlowFileList

list; list containing the unsteady flow data for each plan; output from import_hecras_unsteadyflowfiles function.

Value

A list of data frames with the SA Connection timeseries from HEC-RAS model results.


mpdougherty/razviz documentation built on April 1, 2021, 4:16 p.m.