Skip to content
Snippets Groups Projects
Commit d1c46686 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Setgridtype: docu update

parent 45fbe2f1
No related branches found
No related tags found
No related merge requests found
......@@ -34,13 +34,15 @@ as the size of the target grid description.
Sets the grid type of all input fields. The following grid types are available:
@BeginList unstructured
@Item = curvilinear
Converts regular grid to curvilinear grid
Converts a regular grid to a curvilinear grid
@Item = unstructured
Converts grid type to unstructured grid
Converts a regular or curvilinear grid to an unstructured grid
@Item = dereference
Dereference a reference to a grid
@Item = regular
Converts reduced Gaussian grid to regular Gaussian grid
Converts a reduced Gaussian grid to a regular Gaussian grid
@Item = lonlat
Converts a regular lonlat grid stored as a curvilinear grid back to a lonlat grid
@EndList
@EndDescription
@EndOperator
......@@ -62,7 +64,7 @@ the weights of each grid cell if needed by an operator, e.g. for @oper{fldmean}.
@Item = grid
STRING Grid description file or name
@Item = gridtype
STRING Grid type (curvilinear, unstructured, regular or dereference)
STRING Grid type (curvilinear, unstructured, regular, lonlat or dereference)
@Item = gridarea
STRING Data file, the first field is used as grid cell area
@EndParameter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment