atmospheric_profile =================== .. currentmodule:: pyarts3.workspace .. attribute:: Workspace.atmospheric_profile :type: ~pyarts3.arts.ArrayOfAtmPoint An atmospheric profile in ARTS. 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.atmospheric_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.altitude_grid`. .. rubric:: Input to workspace methods .. hlist:: :columns: 2 * :func:`~pyarts3.workspace.Workspace.absorption_lookup_tablePrecompute` * :func:`~pyarts3.workspace.Workspace.absorption_lookup_tablePrecomputeAll` * :func:`~pyarts3.workspace.Workspace.atmospheric_fieldFromProfile` * :func:`~pyarts3.workspace.Workspace.nlte_line_flux_profileIntegrate` * :func:`~pyarts3.workspace.Workspace.ray_path_atmospheric_pointFromProfile` * :func:`~pyarts3.workspace.Workspace.spectral_flux_profilePseudo2D` * :func:`~pyarts3.workspace.Workspace.spectral_radiance_fieldProfilePseudo2D` .. rubric:: Modified by workspace methods .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.atmospheric_profileExtendInPressure` * :func:`~pyarts3.workspace.Workspace.atmospheric_profileFitNonLTE` .. rubric:: Output from workspace methods .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.atmospheric_profileExtract` * :func:`~pyarts3.workspace.Workspace.atmospheric_profileFromGrid` .. :class:`~pyarts3.arts.ArrayOfAtmPoint`