Giter VIP home page Giter VIP logo

afforestation's Introduction

Afforestation

Project structure

.
├── analysis
│   ├── __init__.py             Analysis package init file.
│   ├── __main__.py             Main entry point program.
│   ├── cdo_calc_load.py        CDO calculations and data loading.
│   ├── cmip_files.py           Locations and function for CMIP files.
│   ├── constants.py            Constants definitions.
│   ├── cstock_stats.py         Table of C stock stats.
│   ├── jaisnb.py               A custom colormap.
│   ├── plot_afforestation.py   Carbon plots script.
│   ├── plot_atmosphere.py      Atmosphere plots script.
│   ├── plot_histograms.py      Histograms plots.
│   ├── plot_land_cover_fractions.py Plotting script for land cover types.
│   ├── plot_models.py          Plotting script for model intercomparison.
│   ├── plot_model_trees.py     Plotting script for model intercomparison of treeFrac.
│   ├── plot_ocean.py           Plotting for ocean.
│   ├── plot_regions.py         Plotting for regional analysis.
│   └── plot_temp_lai.py        Temperature and LAI correlation.
├── data
│   └── README.md
├── doc                         Notes and paper draft go here.
│   ├── afforestation_draft.tex Notes on afforestation simulations.
│   └── afforestation_references.bib
├── LICENCE                     CSIRO Non-Commercial Source Code Licence Agreement v1.0
├── plots                       Location of output plots.
│   └── README.md
├── pyproject.toml              Project packaging backend configuration.
├── README.md
└── setup.cfg                   Installation configuration.

Setup and run

The following installs the analysis scripts as a package in a virtual environment and runs the analysis.

virtualenv affenv
source ./affenv/bin/activate
pip install git+https://gitlab.com/tammasloughran/afforestation.git
python -m analysis

Generate ctags

ctags --recurse --python-kinds=-i analysis

afforestation's People

Contributors

tammasloughran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.