-
Notifications
You must be signed in to change notification settings - Fork 16
Override
Thomas Nipen edited this page Jan 30, 2019
·
2 revisions
This calibrator can override the value in specific gridpoints.
The radius surrounding each parameter location (in number of gridpoints) is specified by radius
. A setting of radius=3
sets a particular value into a 7x7 gridpoint box surrounding the nearest gridpoint to the parameter location. maxElevDiff
prevents the value to be written to gridpoints that are not within some elevation difference relative to the parameter location.
- radius (int): apply to all gridpoints in a surrounding square neighbourhood with this half width
- maxElevDiff (float): do not override values for gridpoints in the neighborhood that deviates in altitude relative to the parameter location (in meters)
Local parameter files are supported. Parameters must be of length 1 and contains the value to write into the grid.