Skip to content
Luke edited this page Jul 28, 2017 · 5 revisions

sat_pp is a command-line based utility for visualising and analysing satellite observations of trace gases and associated GEOS-Chem model output.

It contains two parts, the pre-processor (CL_preprocess) and the post-processor (CL). All the code is currently written in Python 2, using several imported modules.

Part of the pre-processor is an AMF calculator. The code for this calculator - effectively treated as a 'black box' - is not included in this repository, but can instead be found here.

Install:

Quick use guides

Code specifics

For users looking to modify the code

Clone this wiki locally