readSeasNetCDF: Read in NetCDF data with NCI seasonal structure (one variable...

Description Usage Arguments Details

View source: R/readSeasNetCDF.R

Description

This function is a wrapper for the readNetCDF function to read in data in the NCI seasonal format and convert it to the a continous time series.

Usage

1
2
readSeasNetCDF(filename, varname = NULL, seas = c("djf", "mam", "jja",
  "son"), mask = NULL, mulc = 1)

Arguments

filename

path to input NetCDF file

varname

variable name to read in (one at a time)

seas

string with season names to be read in (see details)

mask

vector (logical) with lon-lat indices to be read in

mulc

Multiplicative factor to be multiplied with NetCDF data (see details)

Details

The variable names are collated from the varname and the season names (e.g. tas_djf). Please note that the sequence of seasons is unrestricted, and a time series with for example annual, summer and winter values can be generated.


jonasbhend/geoutils documentation built on May 19, 2019, 7:27 p.m.