select_output_variables_w_awk: Selects RHESSys output variables

View source: R/select_output_variables_w_awk.R

select_output_variables_w_awkR Documentation

Selects RHESSys output variables

Description

This function does etc, etc... Requires that an awk file be created that indicates the columns that correspond to the variable(s) of interest. See create_awk

Usage

select_output_variables_w_awk(
  output_variables,
  output_folder,
  run,
  output_initiation
)

Arguments

output_variables

A data frame containing containing variable of interest, location/name of awk file (relative to output_file location), and the location/name of rhessys output file with variable of interest.

output_folder

Folder where rhessys output is located (e.g. 'out')

run

Simulation number. Used to reset files in allsim at beginning of simulation

output_initiation

For multiple scenarios


ryanrbart/rhessysR documentation built on March 29, 2024, 4:30 p.m.