Description Usage Arguments Value Examples
Creates a NetCDF file from an array with values.
1 2 |
arr |
array containing the values to export in netcdf. |
varunit |
character. units in which variable is measured. |
varname |
character. name of the variable |
longname |
character. long name of the variable |
lons |
numeric. vector of longitudes. |
lats |
numeric. vector of latitudes. |
inidate |
date. initial day of observations. |
scale |
character. temporal units for the variable (usually "days", "months" or "years") |
out |
character. path to the output file. |
A NetCDF file is created in the path specified in the "out" parameter.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.