ARTS built-in documentation server

Workspace Method WindFieldsCalcExpand1D

Description

Interpolation of 1D raw atmospheric fields to create 2D or 3D
homogeneous wind fields.  Derived from AtmFieldsCalcExpand1D

The method works as WindFieldsCalc, but accepts only raw 1D
wind fields. The raw data is interpolated to p_grid and
the obtained values are applied for all latitudes, and also
longitudes for 3D, to create a homogeneous atmosphere.

Authors: Richard Larsson

Synopsis

WindFieldsCalcExpand1D( wind_u_field, wind_v_field, wind_w_field, p_grid, lat_grid, lon_grid, wind_u_field_raw, wind_v_field_raw, wind_w_field_raw, atmosphere_dim, interp_order )

Variables

OUTwind_u_field(Tensor3)Zonal component of the wind field.
OUTwind_v_field(Tensor3)Meridional component of the magnetic field.
OUTwind_w_field(Tensor3)Vertical wind component field.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INwind_u_field_raw(GriddedField3)Raw zonal component of the wind field.
INwind_v_field_raw(GriddedField3)Raw meridional component of the magnetic field.
INwind_w_field_raw(GriddedField3)Raw vertical wind component field.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
GINinterp_order(Index, Default: 1)Interpolation order (1=linear interpolation).