amps_files: AMPS files

View source: R/amps-files.R

amps_filesR Documentation

AMPS files

Description

Antarctic Mesoscale Prediction System GRIB files.

Usage

amps_files()

amps_model_files(time.resolution = "4hourly", grid = "d1", ...)

amps_d1files(time.resolution = "4hourly", ...)

amps_d2files(time.resolution = "4hourly", ...)

Arguments

time.resolution

a placeholder, defaults to "4hourly" and remains unused

grid

one of 'd1' (30km resolution) or 'd2' (10km resolution)

...

reserved, unused

Details

'amps_files' returns all the files, 'amps_model_files' returns the files with date set from the file name, 'amps_d1files' and 'amps_d2files' return only the 30km and 10 km resolution grids respectively.

Examples

## Not run: 
  amps_files()
  amps_model_files()
  amps_d1files()
  amps_d2files()

## End(Not run)

AustralianAntarcticDivision/raadfiles documentation built on Feb. 15, 2024, 6:14 p.m.