abs_lookup_dataFromProfiles
- Workspace.abs_lookup_dataFromProfiles(self, abs_lookup_data: pyarts3.arts.AbsorptionLookupTables | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, abs_bands: pyarts3.arts.AbsorptionBands | None = None, abs_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
abs_bands.Wraps
abs_lookup_dataPrecomputeAll()after creating a simpleatm_pathfrom the input data.Unlike
abs_lookup_dataPrecomputeAll(), this method will initializeabs_lookup_dataAuthor: Richard Larsson
- Parameters:
abs_lookup_data (AbsorptionLookupTables, optional) – Absorption lookup table for scalar gas absorption coefficients. See
abs_lookup_data, defaults toself.abs_lookup_data[OUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]abs_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See
abs_bands, defaults toself.abs_bands[IN]abs_ecs_data (LinemixingEcsData, optional) – Error corrected sudden data. See
abs_ecs_data, defaults toself.abs_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]