...
Section | |||||||
---|---|---|---|---|---|---|---|
|
Table of Contents
Table of Contents | ||||
---|---|---|---|---|
|
|
Table of Contents
Table of Contents | ||||
---|---|---|---|---|
|
Input definition
...
Input data may be specified either by giving a path in the Source parameter or by giving a GRIB-based data object in the Data parameter. Note that you should specify either Source or Data, not both.
...
- Finite Element-based interpolation with linear base functions
- Linear: FEM with supporting triangular mesh
- Bilinear: FEM with supporting quadrilateral mesh (for reduced grids, possibly containing triangles instead of highly-distorted quadrilaterals)
- Grid box method (based on Model grid box and time step)
- Grid Box Average: input/output grid box intersections interpolation preserving input value integrals (conservative interpolation)
- Grid Box MaximumStatistics: input/output grid box intersections value maximumstatistics - see parameter Interpolation Statistics for possible computations
- K-nearest neighbours based:
- K-Nearest Neighbours: general method combining nearest method (choice of neighbours) and distance weighting (choice of interpolating neighbour values)
- Nearest Neighbour: parametrised version of K-Nearest Neighbours to chose a nearest neighbouring input point to define output point value
- Nearest LSM: interpolated output point takes input only from input points of the same type (land or sea — requires setting land/sea masks)
- Structured methods, exploiting grid structure and configurable stencil for fast interpolations (non cacheable, so do not benefit from speedups on subsequent runs)
- Structured Bilinear: bilinear interpolation
- Structured Bicubic: bicubic interpolation
- Structured Biquasicubic: computationally economic bicubic interpolation
- Automatic: see above.
...
Associated options supporting Nearest Method Grid Box Statistics (described above):
- Distance: in [m] choice of closest points by distance to input point
- Distance Tolerance: in [m] tolerance checking the farthest from nearest points (when Nearest Method is Nclosest or nearest)
- Nclosest: choice of n-closest input points to input point
Interpolation Statistics
Associated options supporting Nearest Method (described above). Possible values are:
- count
- count_above_upper_limit
- count_below_lower_limit
- maximum
- minimum
- mode_real
- mode_integral
- mode_boolean
- median_integral
- median_boolean
- mean
- variance
- skewness
- kurtosis
- stddev
- automatic
Distance Weighting
Only available if Interpolation is K Nearest Neighbours. General way on how to interpolate input neighbouring point values to output points, including the Inverse Distance Weighting (IDW) class methods (see Wikipedia), which operates over input points returned by Nearest Method. Possible values are:
...