WindRawRead

Workspace.WindRawRead(self: pyarts.arts._Workspace, wind_u_field_raw: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.GriddedField3]] = self.wind_u_field_raw, wind_v_field_raw: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.GriddedField3]] = self.wind_v_field_raw, wind_w_field_raw: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.GriddedField3]] = self.wind_w_field_raw, basename: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

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.

Author(s): Richard Larsson

Parameters:
  • wind_u_field_raw (GriddedField3, optional) – Raw zonal component of the wind field. See wind_u_field_raw, defaults to self.wind_u_field_raw [OUT]

  • wind_v_field_raw (GriddedField3, optional) – Raw meridional component of the magnetic field. See wind_v_field_raw, defaults to self.wind_v_field_raw [OUT]

  • wind_w_field_raw (GriddedField3, optional) – Raw vertical wind component field. See wind_w_field_raw, defaults to self.wind_w_field_raw [OUT]

  • basename (String) – Name of scenario, probably including the full path. For example: “/data/wind_field”. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]