nc_check: Check netCDF file

Description Usage Arguments Value

View source: R/utils-nc.R

Description

Check netCDF file

Usage

1
nc_check(filename, varid, timeid, latid, lonid)

Arguments

filename

Filename for the netCDF input (relative or absolute path).

varid

String with the main variable identifier.

timeid

String with the time dimension identifier.

latid

String with the latitude dimension identifier.

lonid

String with the longitude dimension identifier.

Value

Reference to ncdf4 object.


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.