find_sites_with_bad_weather: Determine which site_ids in the weather database do not have...

Description Usage Value

View source: R/WeatherDB_Check.R

Description

Determine which site_ids in the weather database do not have weather data for every requested climate scenario

Usage

1
2
3
4
5
6
7
8
9
find_sites_with_bad_weather(
  fdbWeather,
  site_labels = NULL,
  siteID_by_dbW = NULL,
  scen_labels = NULL,
  scenID_by_dbW = NULL,
  chunk_size = 500L,
  verbose = FALSE
)

Value

A logical vector of length site_labels respectively siteID_by_dbW. The TRUE elements indicate sites for which the weather database lacks some or all data. If all data are in the weather database, then FALSE.


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