ARTS built-in documentation server
Workspace Method WindRawRead
Description
Reads wind field data from a scenario. A full set of field components is read (NOTE: fails if scenario only contains selected field components). The files can be anywhere, but must all be in the same directory specified by 'basename'. Naming convention for the field component files is basename.wind_u.xml for the u-component, v- and w-components accordingly.
Authors: Richard Larsson
Synopsis
WindRawRead( | wind_u_field_raw, wind_v_field_raw, wind_w_field_raw, basename ) |
Variables
OUT | wind_u_field_raw | (GriddedField3) | Raw zonal component of the wind field. |
OUT | wind_v_field_raw | (GriddedField3) | Raw meridional component of the magnetic field. |
OUT | wind_w_field_raw | (GriddedField3) | Raw vertical wind component field. |
GIN | basename | (String) | Name of scenario, probably including the full path. For example: "/data/wind_field" |