ARTS built-in documentation server

Workspace Method AtmFieldsExpand1D

Description

Maps a 1D case to 2D or 3D homogeneous atmospheric fields.

This method takes a 1D atmospheric case and converts it to the
corresponding case for 2D or 3D. The atmospheric fields (t_field,
z_field and vmr_field) must be 1D and match p_grid. The size of
the new data is determined by atmosphere_dim, lat_grid and
lon_grid. That is, these later variables have been changed since
the original fields were created.

The method deals only with the atmospheric fields, and to create
a true 2D or 3D version of a 1D case, a demand is also that the
ellipsoid is set to be a sphere.

Authors: Patrick Eriksson

Synopsis

AtmFieldsExpand1D( t_field, z_field, vmr_field, p_grid, lat_grid, lon_grid, atmosphere_dim, chk_vmr_nan )

Variables

OUT+INt_field(Tensor3)The field of atmospheric temperatures.
OUT+INz_field(Tensor3)The field of geometrical altitudes.
OUT+INvmr_field(Tensor4)VMR field.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
GINchk_vmr_nan(Index, Default: 1)Flag to determine if a search for NaN shall be performed or not.