get_met_narr: Get NARR meteorology data files

Description Usage Arguments

View source: R/get_met_narr.R

Description

This function downloads NARR meteorology data files from the NOAA FTP server and saves them to a specified folder. Files can be downloaded by specifying a list of filenames (in the form of "NARR{YYYY}{MM}").

Usage

1
get_met_narr(days, duration, direction, path_met_files)

Arguments

days

A vector of days that the model will run. This is combined with the daily_hours to produce a series of date-times.

duration

The duration of each model run (whether it is in the forward direction or running backwards) in hours.

direction

An option to select whether to conduct the model in the "forward" (default) or "backward" directions.

path_met_files

A full directory path to which the meteorological data files will be saved.


rich-iannone/SplitR documentation built on Nov. 2, 2021, 2:32 a.m.