fn_get_runfile: Retrieve Entire Run Log File from Old OM model

View source: R/utils.R

fn_get_runfileR Documentation

Retrieve Entire Run Log File from Old OM model

Description

Retrieve Entire Run Log File from Old OM model

Usage

fn_get_runfile(
  elementid = -1,
  runid = -1,
  scenid = 37,
  site = "http://deq2.bse.vt.edu",
  cached = TRUE,
  outaszoo = TRUE,
  use_tz = FALSE,
  cleanup = FALSE
)

Arguments

elementid

integer OM model element id

runid

integer run id

scenid

integer - model domain ID

site

URL of om server

cached

boolean - use local copy or force refresh

outaszoo

boolean return as a zoo timeseries if TRUE, or as data frame

use_tz

character pass in a custom timezone for zoo

cleanup

Logical - Should the log file be deleted (TRUE) or written to working directory (FALSE)? Note that the cached argument requires these log files so setting cleanup to FALSE will prevent caching regardless of cached argument

Value

reference class of type openmi.om.equation

See Also

NA

Examples

NA

HARPgroup/hydro-tools documentation built on July 4, 2025, 11:05 a.m.