View source: R/combine_netcdf.R
combine_netcdf | R Documentation |
Combines a series of netCDFs that all have the same spatial extent, set of variables, and units of time
combine_netcdf(filenames, combined_name)
filenames |
a list of filenames for netCDFs you wish to combine |
combined_name |
the name of the combined netCDF, must end with ".nc" |
No object is returned, the combined netCDF file is written to disk with the name specified by 'combined_name'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.