nmme: NMME

View source: R/nmme.R

nmmeR Documentation

NMME

Description

This function returns an NMME object.

Usage

nmme(
  model = "GFDL-SPEAR",
  simulation_type = "hindcast",
  dataset = "monthly",
  variable = "prec",
  location = ".",
  config = nmme_config(),
  ...
)

Arguments

model

Character.

simulation_type

Character.

dataset

Character.

config

List.

...

Additional arguments.

Value

List.

Examples

## Not run: 
urls = nmme()
download_nmme(urls[1])

## End(Not run)

simonmoulds/nmme documentation built on April 15, 2022, 5:22 p.m.