check_weatherDB: Checks data in a weather database

Description Usage Arguments

View source: R/WeatherDB_Check.R

Description

Checks data in a weather database

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
check_weatherDB(
  dir_prj,
  fdbWeather,
  repeats = 2L,
  do_preprocess_tempfiles = TRUE,
  n_cores = 20L,
  startyear = 1979,
  endyear = 2010,
  seed = NA
)

Arguments

dir_prj

A character string. The directory path the rSFSW2 simulation project.

fdbWeather

A character string. The file path of weather database.

repeats

An integer value. The number of times each weather object is extracted (repeats > 1 enable comparison of the duplicates).

do_preprocess_tempfiles

A logical value. Set to TRUE, for instance, if a previous run was prematurely aborted.

seed

A seed set, NULL, or NA. NA will not affect the state of the RNG; NULL will re-initialize the RNG; and all other values are passed to set.seed.


Burke-Lauenroth-Lab/SoilWat_R_Wrapper documentation built on Aug. 14, 2020, 5:17 p.m.