Skip to content

Releases: spatialmodel/inmap

InMAP Version 1.7.1

23 Sep 22:05
Compare
Choose a tag to compare

Documentation for this release is available here.

Data for evaluating and running the model has not changed changed from previous versions and can be downloaded from the following link: DOI

InMAP Version 1.7.0

02 Dec 22:48
Compare
Choose a tag to compare

Documentation for this release is available here.

Changes in version 1.7.0:

  • Updates to support global simulations
  • Minor enhancements and bug-fixes

Data for evaluating and running the model has not changed changed from previous versions and can be downloaded from the following link: DOI

v1.6.1

10 Sep 20:22
Compare
Choose a tag to compare

Documentation for this release is available here.

Changes in version 1.6.1:

  • Fix bugs

Data for evaluating and running the model is slightly changed from previous versions and can be downloaded from the following link: DOI

v1.6.0

03 Apr 19:44
Compare
Choose a tag to compare

Documentation for this release is available here.

Changes in version 1.6.0:

  • Update documentation
  • Add output variable capability to srpredict
  • Fix bugs in inmap cloud

Data for evaluating and running the model is the same as in v1.3 and can be downloaded from the following link: DOI

v1.5.1

26 Jan 04:49
Compare
Choose a tag to compare

Documentation for this release is available here.

This release contains:

  • The InMAP model as described here
  • The Extended InMAP Economic Input-Output (EIEIO) model, created by CW Tessum, JS Apte, AL Goodkind, NZ Muller, KA Mullins, DA Paolella, S Polasky, NP Springer, SK Thakrar, JD Marshall, and JD Hill
  • The GREET-cst model, created by CW Tessum, JD Marshall, and JD Hill; a previous version is described here

Data for evaluating and running the model is the same as in v1.3 and can be downloaded from the following link: DOI

Changes in version 1.5.1:

  • Update go.mod dependencies

v1.5

01 Dec 01:57
Compare
Choose a tag to compare

Documentation for this release is available here.

Data for evaluating and running the model is the same as in v1.3 and can be downloaded from the following link: DOI

Changes in version 1.5:

  • Add emissions processing tools and user interfaces
  • Add the capability to run simulations in the cloud
  • Many minor changes and bug fixes

v1.4.2

17 May 03:33
Compare
Choose a tag to compare

Documentation for this release is available here.

Data for evaluating and running the model is the same as in v1.3 and can be downloaded from the following link: DOI

Changes in version 1.4.2

  • Fixed configuration bugs
  • Removed default health impact function to clarify calculations
  • Improved (still experimental) graphical user interface
  • Fixed bug in preprocessor (which did not effect existing evaluation data)

v1.4.1

10 Jan 23:16
Compare
Choose a tag to compare

Documentation for this release is available here.

Data for evaluating and running the model is the same as in v1.3 and can be downloaded from the following link: DOI

Changes in version 1.4.1

  • Bug fixes for configuration and graphical user interface

v1.4

05 Dec 11:24
Compare
Choose a tag to compare

Documentation for this release is available here.

Data for evaluating and running the model is the same as in v1.3 and can be downloaded from the following link: DOI

Changes in version 1.4

v1.3

21 Oct 00:10
Compare
Choose a tag to compare

Documentation for this release is available here.

Version 1.3 of the InMAP input data for running simulations for year 2005 in the contiguous US, as well as model evaluation data, can be downloaded from the following link: DOI

Changes in version 1.3:

  • Removed vendored libraries
  • A log file containing information about each model run is now automatically created
  • Added a GEOS-Chem preprocessor
  • Allowed new output variables to be defined as expressions of existing output variables
  • Added "Outputter", a holder for output parameters.
  • Allowed output variable expressions to now be evaluated at the grid level in addition to the grid cell level
  • Incorporated the preprocessor into the main program
  • Added ug/s option for emissions units
  • Added a command for using an SR matrix to make concentration predictions
  • Allowed the use of population-specific mortality rates
  • Changed dependency manager to dep (https://github.com/golang/dep)