TNO Intern

Skip to content
README.md 837 B
Newer Older
CSO - CAMS Satellite Operator
=============================

Tools for assimilation of satellite data in regional air quality model.



Quick clone
-----------

The easiest way is to use an ssh url to clone the repository.
See [How to use the repository](https://ci.tno.nl/gitlab/cams/cso/-/wikis/How-to-use-the-repository) 
on the wiki for how to add an ssh private key to your account:

Then use the following command to clone the repository:

    git  clone  git@ci.tno.nl:cams/cso.git


Tutorial
--------

A tutorial is included in the documentation. Browse to:

    doc/build/html/index.html

For the impatient:

    ./bin/cso rc/tutorial.rc

Eventually first re-create the documentation from the its source files:

    make docu

Note that the documenation requies 'sphinx', 
which is usually part of your python distribution.