absorption_lookup_tableFromProfiles
- Workspace.absorption_lookup_tableFromProfiles(self, absorption_lookup_table: pyarts3.arts.AbsorptionLookupTables | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, absorption_bands: pyarts3.arts.AbsorptionBands | None = None, ecs_data: pyarts3.arts.LinemixingEcsData | None = None, pressure_profile: pyarts3.arts.DescendingGrid | None = None, temperature_profile: pyarts3.arts.Vector | None = None, vmr_profiles: pyarts3.arts.SpeciesEnumVectors | None = None, temperature_perturbation: pyarts3.arts.AscendingGrid | None = None, water_perturbation: pyarts3.arts.AscendingGrid | None = None, water_affected_species: pyarts3.arts.ArrayOfSpeciesEnum | None = None, default_isotopologue_ratios: pyarts3.arts.String | None = None) None
Compute the lookup table for all species in
absorption_bands.Wraps
absorption_lookup_tablePrecomputeAll()after creating a simpleray_path_atmospheric_pointfrom the input data.Unlike
absorption_lookup_tablePrecomputeAll(), this method will initializeabsorption_lookup_tableAuthor: Richard Larsson
- Parameters:
absorption_lookup_table (AbsorptionLookupTables, optional) – Absorption lookup table for scalar gas absorption coefficients. See
absorption_lookup_table, defaults toself.absorption_lookup_table[OUT]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid, defaults toself.frequency_grid[IN]absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See
absorption_bands, defaults toself.absorption_bands[IN]ecs_data (LinemixingEcsData, optional) – Error corrected sudden data. See
ecs_data, defaults toself.ecs_data[IN]pressure_profile (DescendingGrid) – Pressure profile [Pa]. [IN]
temperature_profile (Vector) – Temperature profile [K]. [IN]
vmr_profiles (SpeciesEnumVectors) – Volume mixing ratio profiles {SpeciesEnum: [VMR]}. [IN]
temperature_perturbation (AscendingGrid, optional) – Temperature perturbation to use for the lookup table. Defaults to
pyarts3.arts.AscendingGrid()[IN]water_perturbation (AscendingGrid, optional) – Water vapor perturbation to use for the lookup table. Defaults to
pyarts3.arts.AscendingGrid()[IN]water_affected_species (ArrayOfSpeciesEnum, optional) – A list of absorption species that are affected by water vapor perturbations nonlinearly. Defaults to
[][IN]default_isotopologue_ratios (String, optional) – Default isotopologue ratio option to initialize the
AtmPointwith. Defaults to"Builtin"[IN]