ARTS built-in documentation server
Workspace Method GriddedFieldLatLonExpand
Description
Expands the latitude and longitude grid of the GriddedField to [-90, 90] and [0,360], respectively. Expansion is only done in the dimension(s), where the grid size is 1. The values from the input data will be duplicated to accomodate for the larger size of the output field. gfield_raw_out and gfield_raw_in can be the same variable.
Authors: Oliver Lemke
Synopsis
GriddedFieldLatLonExpand( | out, in ) |
Variables
GOUT | out | (GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3) | Expanded gridded field. |
GIN | in | (GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3) | Raw input gridded field. |