Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 785 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 785 Bytes

Climate

Python and bash scripts to process climate projections data. Codes developped for UNESCO-IOC (International Oceanographic Commission), in the framework of European Commision/7th framework programme "GEOWOW" and GEF "Transboundary Water Assessment Program"

The scripts process CMIP5 models outputs, as obtained from ESGF data portal. Python scripts require cdms2 library to be installed, this library generaly come with its own python. A way to have the libraries working is to source the initialisation script before calling the python script itself:

$: source /usr/local/uvcdat/1.2.0/bin/setup_cdat.sh

$: ./make_ensembleMean_TOS.py

see wiki page: https://github.com/BrunoCombal/climate/wiki

latest release: https://github.com/BrunoCombal/climate/releases/latest