ARTS built-in documentation server
Workspace Method WindFieldsCalc
Description
Interpolation of raw wind fields to calculation grids. Heritage from AtmFieldsCalc Internally, WindFieldsCalc applies GriddedFieldPRegrid and GriddedFieldLatLonRegrid. Generally, 'half-grid-step' extrapolation is allowed and applied.
Authors: Richard Larsson
Synopsis
WindFieldsCalc( | 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
OUT | wind_u_field | (Tensor3) | Zonal component of the wind field. |
OUT | wind_v_field | (Tensor3) | Meridional component of the magnetic field. |
OUT | wind_w_field | (Tensor3) | Vertical wind component field. |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | wind_u_field_raw | (GriddedField3) | Raw zonal component of the wind field. |
IN | wind_v_field_raw | (GriddedField3) | Raw meridional component of the magnetic field. |
IN | wind_w_field_raw | (GriddedField3) | Raw vertical wind component field. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
GIN | interp_order | (Index, Default: 1) | Interpolation order (1=linear interpolation). |