Skip to content

Workflow

Robert Pincus edited this page Jul 27, 2018 · 3 revisions

A typical workflow for a clear-sky calculation is to

  1. allocate memory
  2. set gas concentration values
  3. compute the optical properties of the gaseous atmosphere
  4. compute radiative fluxes

This repository contains all the pieces needed to perform a clear-sky calculation. An example is provided.

An all-sky calculation is a small variant

  1. allocate memory
  2. set gas concentration values
  3. compute the optical properties of the gaseous atmosphere
  4. compute the optical properties of aerosol and add these to the optical properties
  5. compute the optical properties of clouds and add these to the optical properties
  6. compute radiative fluxes

Users must provide methods for computing the optical properties of clouds and gases.

Clone this wiki locally