Tutorials
Tutorials will live here
Clear-sky calculation
A typical workflow for a clear-sky calculation is to
- allocate memory
- set gas concentration values
- compute the optical properties of the gaseous atmosphere
- compute radiative fluxes
This repository contains all the pieces needed to perform a clear-sky calculation. An example is provided.
All-sky calculation
An all-sky calculation is a small variant
- allocate memory
- set gas concentration values
- compute the optical properties of the gaseous atmosphere
- compute the optical properties of aerosol and add these to the optical properties
- compute the optical properties of clouds and add these to the optical properties
- compute radiative fluxes
An example of this workflow is available in the repository. The example also demonstrates how to complete an end-to-end calculation on a GPU using OpenACC. Users must provide methods for computing the optical properties of clouds and gases (an example cloud optics class is provided).