setup_edr: Setup EDR run

Description Usage Arguments Value Author(s)

View source: R/setup_edr.R

Description

Using an existing ED2IN file as a template, create a new ED2IN and history file configured for running EDR.

Usage

1
2
3
4
5
6
7
setup_edr(
  ed2in,
  output_dir,
  datetime = ISOdatetime(ed2in[["IYEARA"]], ed2in[["IMONTHA"]], ed2in[["IDATEA"]], 12,
    0, 0, tz = "UTC"),
  ...
)

Arguments

ed2in

ED2IN list object (see PEcAn.ED2::read_ed2in).

output_dir

Directory in which run files will be stored

datetime

Date time object (or compliant string) at which to run EDR. Defaults to 12 noon on start date in ED2IN.

Value

Path to EDR-configured ED2IN file.

Author(s)

Alexey Shiklomanov


ashiklom/PEcAnRTM documentation built on March 7, 2020, 7:46 a.m.