Logo
  • About
  • Installation
  • Examples
    • Getting started
    • Arts catalogue data
    • Recipes
  • Guide
  • The Workspace
  • API Reference
  • For Developers
  • Indices
  • Bibliography
  • Contact
ARTS
  • Examples
  • View page source

Examples

This is a collection of examples for ARTS.

All examples are located in the examples directory of the current branch of ARTS and are run as part of the ARTS continuous integration (CI) system.

Each example is a self-contained Python script or notebook that can be run independently, sometimes requirng the ARTS data to be available.

  • Getting started
    • 1. Basics
      • 1. Create a workspace
      • 2. Setting workspace variables
      • 3. Loading data from file
      • 4. Running a workspace method
      • 5. Create an agenda
    • 2. Clearsky radiative transfer
      • Zeeman
      • Zeeman sensor
      • Zeeman transmission
      • Zeeman sun
      • Zeeman sun scattering
    • 3. Disort
      • Clearsky radiance
      • Clearsky flux
      • Clearsky flux from dataset
    • 4. Scattering calculations
      • Set up a 1D atmosphere
      • Add a field of scattering species properties
        • Ice
        • Rain
      • Create the scattering species
      • Extracting scattering properties
        • Ice
        • Rain
    • Atmosphere
  • Arts catalogue data
    • Cia
    • Lines
  • Recipes
    • Atmospheric flux operator
      • Initialize the operator
      • Get the atmosphere (optional)
      • Get the profile flux for the given atm
      • Plot
    • Absorption by a single species
      • Select absorption species
      • Activate the recipe for this species
      • Select a single temperature, a VMR value, and a range of pressures
      • Select frequency range
      • Use the recipe and convert the results to cross-sections
      • Plot the results
      • Integration test by ensuring some statistics look good
    • Spectral atmospheric flux operator
      • Initialize the operator
      • Get the atmosphere (optional)
      • Get the profile flux for the given atm
      • Plots
Previous Next

© Copyright The ARTS Developers.

Built with Sphinx using a theme provided by Read the Docs.