Add a Grid


Syntax:

members: Field or Timeseries
Field or Timeseries
[Grid_Value Grid_Value]
:members

or

concatstreams:
Field or Timeseries
grid:
/name /Grid_Name def
/units /Grid_Units def
values: Grid_Value :values :grid
addGRID
Field or Timeseries
grid:
/name /Grid_Name def
/units /Grid_Units def
values: Grid_Value :values :grid
addGRID
:concatstreams

Examples:

  • Add a pressure grid using members
  • Add a pressure grid using concatstreams and addGRID
  • Troubleshooting:

    Using members is quicker, but you have more control over name and grid type with addGRID.

    Make sure the other grids match (same X and Y or lat and lon) before adding together.

    addGRID is the opposite of removeGRID