-
Notifications
You must be signed in to change notification settings - Fork 69
Workflow
Robert Pincus edited this page Jul 27, 2018
·
3 revisions
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.
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
Users must provide methods for computing the optical properties of clouds and gases.