Version 2.12 - 09/22/2016
Bug fixes
- Updated the uniqueness checks when importing control measure efficiency records to take into account the minimum and maximum capacity columns
- Updated the labels used for the maximum cost per ton and maximum annualized cost control strategy constraints to reflect that the constraints are specified in dollars matching the cost year of the control strategy, not a fixed reference year
Enhancements
- Consolidated database connections via the Tomcat-managed connection pool
- Expanded control measure cost equation Type 2 to support new NOx non-EGU control measures
- Updated NOx non-EGU control measures with new cost data, SCC assignments, and cost equations
- Changed the final cost-per-ton calculations in CoST to use the net emissions reduction instead of gross; this change impacts costs when replacement controls are applied
Upgrading from v2.11.1
Before starting, shut down the Tomcat server.
-
Apply schema upgrade statements from Cost_Schema_Upgrade.setup (all statements labeled as 08/04/2016). The package db_updates.v2.12.zip includes a version of Cost_Schema_Upgrade.setup with just the updates needed.
\i Cost_Schema_Upgrade.setup -
Load updated functions.
\i cost_equations_v2.sql -
Copy new emf.war file into Tomcat webapps directory
-
Copy new emf-client.jar into EMF client directory
-
Update version in database
UPDATE emf.properties SET value = 'v2.12 - 09/22/2016' WHERE name = 'EMF-version';
Once all updates are complete, start the Tomcat server.
To load the updated ptnonipm control measures, use the Import option from the Control Measures Manager window. Select the suite of nox_nonegu_20160713_*.csv files. Purge the existing ptnonipm control measures during the import.