Learn R Programming

evapoRe (version 1.0.1)

download_gldas_noah: GLDAS_NOAH data downloader

Description

Downloading GLDAS NOAH evapotranspiration data

Usage

download_gldas_noah(
  path = "",
  domain = "raw",
  time_res = "monthly",
  variable = "e",
  version = ""
)

Value

No return value, called to download the data set.

Arguments

path

a character string with the path where the data will be downloaded.

domain

a character string with the desired domain data set. Suitable options are:

  • "raw" for default available spatial coverage,

  • "global" for data sets with global (land and ocean) coverage,

  • "land" for data sets with land only coverage,

  • "ocean", for data sets with ocean only coverage.

time_res

a character string with the desired time resolution. Suitable options are:

  • "monthly",

  • "yearly",

  • "daily"

variable

a character string for the variable. Suitable options are:

  • "e" for actual evapotranspiration,

  • "pet" for potential evapotranspiration.

version

an optional character string for the version. Suitable options are:

  • "v2-0" for version 2.0,

  • "v2-1" for version 2.1,

  • "" for default version v2-0.