This function selects a region (and optionally a level) from a bunch of AC SAF NetCDF files that match the same pattern of the filename, and writes the output to a new file.
acsaf_box_mergetime(
path,
pattern,
outfile,
lon1 = -180,
lon2 = 180,
lat1 = -90,
lat2 = 90,
nc34 = 3
)
A NetCDF file including the merged time series of the selected region is written.
The directory of input NetCDF files without / at the end (character).
A part of the filename, which is the same for all desired input files (character). The pattern has to be a character string containing a regular expression.
Filename of output NetCDF file. This may include the directory (character).
Longitude of lower left corner (numeric).
Longitude of upper right left corner (numeric).
Latitude of lower left corner (numeric).
Latitude of upper right corner (numeric). Longitude of upper right corner (numeric).
NetCDF version of output file. If nc34 = 3
the output file will be
in NetCDFv3 format (numeric). Default output is NetCDFv4.
Other data manipulation functions:
add_grid_info()
,
box_mergetime()
,
cmsaf.transform.coordinate.system()
,
levbox_mergetime()
,
remap()