Releases: spatialmodel/inmap
InMAP Version 1.7.1
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:
InMAP Version 1.7.0
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:
v1.6.1
v1.6.0
v1.5.1
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:
Changes in version 1.5.1:
- Update go.mod dependencies
v1.5
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:
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
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:
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
v1.4
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:
Changes in version 1.4
- Bug fixes for GEOS-Chem preprocessor
- Added a graphical user interface (https://github.com/ctessum/gobra)
- Made configuration more flexible using https://github.com/spf13/viper
v1.3
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:
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)