LPJ-GUESS is distributed under the Mozilla Public License 2.0.
This applies to all versions.
In the releases above on the "main page",
the licences has been added to the code. It has not, in the code packages on this present page.
If you download the LPJ-GUESS code from this page,
please yourself add this licence file to the root directory of your copy of the LPJ-GUESS code.
Older versions:
Link | Version | Date | Description |
---|---|---|---|
guess_3.0.zip | 3.0 | 2014-06-27 | ZIP archive, Windows style line endings |
guess_3.0.tar.gz | 3.0 | 2014-06-27 | TAR+GZIP archive, Unix style line endings |
guess_2.1.zip | 2.1 | 2010-11-22 | ZIP archive, Windows style line endings |
guess_2.1.tar.gz | 2.1 | 2010-11-22 | TAR+GZIP archive, Unix style line endings |
guess030124 | 2.0 | 2003-01-24 | LPJ-GUESS 2003, for downloading/viewing individual files |
guess030124.tar.gz | 2.0 | 2003-01-24 | LPJ-GUESS 2003, TAR+GZIP archive |
Release notes for LPJ-GUESS 3.0
Documentation is available in the reference directory in the downloads, and in comments in the code.
This is a collection of programs which can be useful when working with LPJ-GUESS. For instance for post processing model output. The package is currently only available in a Unix version, but most of the tools should compile under other platforms with a little extra work.
Link | Description |
---|---|
guess_utilities_1.4.tar.gz | Version 1.4 (2015-09-24), TAR+GZIP archive |
guess_utilities_1.3.tar.gz | Version 1.3 (2013-03-28), TAR+GZIP archive |
guess_utilities_1.3.zip | Version 1.3 (2013-03-28), ZIP archive |
A C++ class that provides functionality for storing large numerical data sets in platform-independent compressed binary files for rapid retrieval using a fast iterative search algorithm. We use it to store lat/long-referenced climate data for input to our models.
Link | Description |
---|---|
fastarchive_1.2.tar.gz | Version 1.2 (2013-02-26), Linux/Unix source code |
fastarchive_1.2.zip | Version 1.2 (2013-02-26), Windows source code |