Description Usage Arguments Details Value See Also Examples
enlarge netCDF file in its x and y dimension
1 | mHM_enlargeNETCDF(netcdf, x, y, var, fixcorner = 1)
|
netcdf |
netCDF file |
x |
integer, x dimension length after enlargement of field |
y |
integer, y dimension length after enlargement of field |
var |
name of varable to process |
fixcorner |
field corner not to be moved, Default: 1. See detail |
fixcorner 1: bottomleft, fixcorner 2: topleft, fixcorner 3: topright, fixcorner 4: bottomright
NULL, new netCDF file will be written beside exiating in-netCDF
open.nc
,var.get.nc
,create.nc
,dim.def.nc
,var.def.nc
,att.copy.nc
,var.put.nc
,close.nc
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.