1.0.9 • Published 8 years ago

poplar-3pg-model v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

poplar-3pg-model

3PG Poplar Growth Model

The Advanced Hardwood Biofuels Northwest project, AHB-NW investigates using poplar as a feedstock source for drop in gasoline replacement in the Pacific Northwest. UC Davis, is part of the sustainability group and created this for popular growth modeling.

You can find web application actively using the model here: poplarmodel.org

The Advanced Hardwood Biofuels Northwest project homepage is here: hardwoodbiofuels.org

Running Model

Checkout the example/index.js for how to setup the model and run.

You can see an example of all parameters required to run the model here: example/fullSampleInputs.json

The basics

Install from NPM

npm install poplar-3pg-model

Run model

var model = require('poplar-3pg-model');

// set input parameters to model (again see example/fullSampleInputs.json);
setParams(model);

// run model for 100 months

try {
  var results = model.run(100);
} catch(e) {
  // the model will preform simple validation an throw errors if
  // inputs are is missing.
}
1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago