Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

decc_2050_model

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decc_2050_model

  • 3.5.1
  • Rubygems
  • Socket score

Version published
Maintainers
4
Created
Source

DECC 2050 CALCULATOR TOOL

A C version and ruby wrapper for the www.decc.gov.uk 2050 energy and climate change excel calculator

Further detail on the project: http://www.decc.gov.uk/2050

Canonical source: http://github.com/decc/decc_2050_model

DEPENDENCIES

  1. ruby 1.9.2 (including development headers)
  2. basic c development headers

This has ONLY been tested on OSX and on Ubuntu 64 bit EC2 ami. Grateful for reports from other platforms.

In the util folder there is an example script that creates a new EC2 EMI, installs all the dependencies and then compiles the gem. It may be useful if you are trying to figure out the complete set of dependencies.

INSTALLATION

Note that this compiles the underlying c code, which might take 10-20 minutes or so

gem install decc_2050_model

UPDATING TO NEWER VERSIONS OF EXCEL MODEL

First of all, you need to be working on the github version of the code, not the rubygem:

git clone http://github.com/decc/decc_2050_model

Then put the new spreadsheet in spreadsheet/model.xlsx

Then, from the top directory of the gem:

bundle
bundle exec rake

The next step is to check whether Rakefile, lib/model/_model_result.rb and lib/model/model_structure.rb need to be altered so that they pick up the correct places in the underlying excel.

The final stage is to build and install the new gem:

gem build model.gemspec
gem install decc_2050_model-<version>.gem 

... where is the version number of the gem file that was created in the folder.

Now follow the instructions in the twenty-fifty server directory in order to ensure that it is using this new version of the gem.

FAQs

Package last updated on 27 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc