Shortcut: EVALUATE_FUNCTION_FROM_GRID
| Module | gridtools |
|---|---|
| Description | Usage |
| Calculate the function stored on the input grid at an arbitrary point | |
| output value | type |
| interpolation of the input grid to get the value of the function at the input arguments | scalar |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
| Keyword | Type | Description |
|---|---|---|
| GRID | grid | the name of the grid that we are using to evaluate the function |
| ARG | scalar/vector | the arguments that you would like to use when evaluating the function |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| GRID | input | none | the name of the grid that we are using to evaluate the function |
| ARG | input | none | the arguments that you would like to use when evaluating the function |
| INTERPOLATION_TYPE | compulsory | spline | the method to use for interpolation |
| ZERO_OUTSIDE_GRID_RANGE | optional | false | if we are asked to evaluate the function for a number that is outside the range of the grid set it to zero |