Action: REFERENCE_GRID
| Module | gridtools |
|---|---|
| Description | Usage |
| Setup a constant grid by either reading values from a file or definining a function in input | |
| output value | type |
| the constant function on the grid that was specified in input | grid |
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_MIN | compulsory | auto | the lower bounds for the grid |
| GRID_MAX | compulsory | auto | the upper bounds for the grid |
| PERIODIC | compulsory | none | are the grid directions periodic |
| FILE | compulsory | none | the name of the file that contains the reference data |
| VALUE | compulsory | none | the name of the value that should be read from the grid |
| FUNC | optional | not used | the function to compute on the grid |
| GRID_BIN | optional | not used | the number of bins for the grid |
| GRID_SPACING | optional | not used | the approximate grid spacing (to be used as an alternative or together with GRID_BIN) |
| VAR | optional | not used | the names to give each of the grid directions in the function |