GriddedData2GriddedDataTimeSeries
Write a series of inputfileGriddedData with the corresponding timeSeries as a single gridded data time series file. The splineDegree defines the possible temporal interpolation of data in the output file. For a file with spline degree 0 (temporal block means) the time intervals in which the grids are valid are defined between adjacent points in time. Therefore one more point in time is needed than the number of input grid files for degree 0.
See also GriddedDataTimeSeries2GriddedData.
Name | Type | Annotation |
---|---|---|
outputfileGriddedDataTimeSeries | filename | |
inputfileGriddedData | filename | file count must agree with number of times+splineDegre-1 |
timeSeries | timeSeries | |
splineDegree | uint | degree of splines |