Giter VIP home page Giter VIP logo

witness-core's Introduction

ClimateEconomics

Description

ClimateEconomics is the Python package to evaluate the effect of energy way of production on climate change and macro-economy.

Prerequisite

In order to satisfy dependencies, following prerequisites need to be satisfied:

  • deployment of gems package and its requirements (see requirements.txt of gems package)
  • deployment of energy_models package and its requirements (see requirements.txt of energy_models package)
  • deployment of sos_trade_core_package and its requirements (see requirements.txt of sos_trade_core_package package)
  • libraries in requirements.txt

The following command can be used to install the package listed in requirements.txt $$pip install -r requirements.txt --trusted-host pypi.org --trusted-host files.pythonhosted.org$$

Overview

This package contains the following disciplines:

  • agiculture, to determine the area taken by food to feed humanity
  • resources (coal, gas, oil, uranium), to evaluate to quantity left and the extraction price of resources.
  • carboncycle, to take into account the natural cycle of carbon
  • carbonemissions, to evaluate the quantity of CO2 emitted
  • damagemodel, to evaluate the impact of environmental damage on the economy
  • macroeconomics, the evaluate different indicator of the global economy
  • policymodel, to evaluate the price of the CO2 taxes
  • population, to evaluate the global population
  • tempchange, to evaluate the change of temperature
  • utility, to evaluate the utility

For more information, please look at the documentation associated.

Models are in core folder. Disciplines and associated documentations are in sos_wrapping folder. To create a documentation associated to a discipline, create a documentation folder in sos_wrapping/discipline_folder and name the documentation file as the discipline file, disc_file_name.markdown. Processes(couple several disciplines) and usecases(process with specific inputs) are in sos_processes folder. To run a usecase, run usecase.py file as Python run.

Associated tests are in tests folder. l0 tests are unitary tests. They are used for stand alone disciplines and models. l1 tests are used to test gradient computation of disciplines and usecases. l2 tests are used to test gradient computation of process. To run a test, run test.py file as Python unit-test. To run all test, use the command nose2 .

documentation folder gives details about the optimisation problem formulation.

Contributing

Communicating with the SoSTrades team

Looking at the future

Regionalisation

At the moment, results given by Witness process and the different models are global results which are an average over the world. In order to have more accuracy, we want to add regionalisation aspect. The first step is to propose a regionalisation continent by continent.

License

The witness-core source code is distributed under the Apache License Version 2.0. A copy of it can be found in the LICENSE file.

The witness-core product depends on other software which have various licenses. The list of dependencies with their licenses is given in the CREDITS.rst file.

witness-core's People

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.