1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
.. drslib documentation master file, created by
sphinx-quickstart on Thu Jul 8 11:22:21 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
esgf-drslib documentation
=========================
Drslib is a Python library for processing data intended for publishing
into the Earth System Grid Federation (`ESGF`_). It was first
designed for the 5th Climate Model Intercomparison Project (CMIP5_)
Data Reference Syntax (DRS_). It has subsequently been extended to
support the SPECS_ and CORDEX_ projects and provides an internal API
for future extension. Drslib API-level code for working with DRS
components, algorithms for decuding DRS components from incomplete
information and a command-line tool for manipulating data files into
the recommended DRS directory structure.It has been developed by the
`Centre for Environmental Data Archival <http://ceda.ac.uk>`_ as part
of the ESG Federation.
.. _CMIP5: http://cmip-pcmdi.llnl.gov/cmip5/
.. _DRS: http://cmip-pcmdi.llnl.gov/cmip5/docs/cmip5_data_reference_syntax.pdf
.. _ESGF: http://esgf.org/
.. _CORDEX: http://wcrp-cordex.ipsl.jussieu.fr/
.. _SPECS: http://www.specs-fp7.eu/
User Guide
----------
.. toctree::
:maxdepth: 3
intro.rst
howto.rst
command.rst
product.rst
schemes.rst
Reference
---------
.. toctree::
:maxdepth: 3
modules.rst
Appendix
--------
.. toctree::
:maxdepth: 3
cmip3.rst
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|