atm_profile =========== .. currentmodule:: pyarts3.workspace .. attribute:: Workspace.atm_profile :type: ~pyarts3.arts.ArrayOfAtmPoint An atmospheric profile in ARTS. This exists to interface between the fully 3D atmospheric field native to ARTS and various 1D and 2D solvers that make use of profiles for fixed geometries. The atmospheric profile consists of all the relevant atmospheric field data at a discrete profile in the atmosphere. It is often extracted from an :class:`~pyarts3.arts.AtmField` at a single latitude-longitude coordinate but may of course be generated manually. See :attr:`~pyarts3.workspace.Workspace.atm_field` for the data that may be available in the atmospheric point. The size of the profile is the same as :attr:`~pyarts3.workspace.Workspace.alt_grid`. For more information, see :doc:`user.atm_field`. .. rubric:: Input to workspace methods .. hlist:: :columns: 2 * :func:`~pyarts3.workspace.Workspace.abs_lookup_dataPrecompute` * :func:`~pyarts3.workspace.Workspace.abs_lookup_dataPrecomputeAll` * :func:`~pyarts3.workspace.Workspace.atm_fieldFromProfile` * :func:`~pyarts3.workspace.Workspace.atm_pathFromProfile` * :func:`~pyarts3.workspace.Workspace.nlte_line_flux_profileIntegrate` * :func:`~pyarts3.workspace.Workspace.spectral_flux_profilePseudo2D` * :func:`~pyarts3.workspace.Workspace.spectral_rad_fieldProfilePseudo2D` .. rubric:: Modified by workspace method .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.atm_profileFitNonLTE` .. rubric:: Output from workspace methods .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.atm_profileExtract` * :func:`~pyarts3.workspace.Workspace.atm_profileFromGrid` .. rubric:: Related workspace variables .. hlist:: :columns: 2 * :attr:`~pyarts3.workspace.Workspace.atm_field` * :attr:`~pyarts3.workspace.Workspace.atm_path` * :attr:`~pyarts3.workspace.Workspace.atm_point` * :attr:`~pyarts3.workspace.Workspace.nlte_line_flux_profile` * :attr:`~pyarts3.workspace.Workspace.spectral_flux_profile` * :attr:`~pyarts3.workspace.Workspace.subsurf_profile` .. :class:`~pyarts3.arts.ArrayOfAtmPoint`