import_hecras_1Dmodel_data: Import HEC-RAS 1D Model Data

Description Usage Arguments Value

View source: R/import_hecras_1Dmodel_data.R

Description

Imports data from dss file created from HEC-RAS model

Usage

1
2
3
4
5
6
7
import_hecras_1Dmodel_data(
  model_dss_file,
  plan_names,
  plan_events,
  time_interval,
  Formatted_UnsteadyFlowFileList
)

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 HEC-RAS model results.


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