Skip to content

Version 3.6 - 05/15/2020

Compare
Choose a tag to compare
@cseppan cseppan released this 16 May 00:55
· 248 commits to master since this release

CoST

  • Fix a memory issue when creating controlled inventories from Least Cost control strategies
  • Clarify the description of replacement control measure handling on the Control Strategy Constraints tab
  • Update control strategies to not apply controls to inventory sources with existing control efficiencies over 100%
  • Update cost equation type 2b to only apply to sources whose design capacity is less than 1500 HP
  • Fix description for cost equation type 1
  • Add option to export multiple Strategy Detailed Results in a single file
  • Add quick search to the Control Strategy Manager window

EMF

  • Add quick search to the Dataset Type Manager window

Upgrading from v3.5

Download the necessary update files

Control measure database updates

cost_equations_v2.sql
populate_least_cost_strategy_worksheet.sql
run_max_emis_red_strategy.sql
run_multi_pollutant_max_emis_red_strategy.sql

New server WAR file

emf.war

New client JAR files

emf-client.jar
epa-commons.jar

Database updates

Before starting, shut down the Tomcat server.

Update stored procedures:

\i cost_equations_v2.sql
\i populate_least_cost_strategy_worksheet.sql
\i run_max_emis_red_strategy.sql
\i run_multi_pollutant_max_emis_red_strategy.sql

Update equation description:

UPDATE emf.equation_types SET equation =
'Scaling Factor = (Model Plant boiler capacity / MW) ^ (Scaling Factor Exponent)
Capital Cost = Capital Cost Multiplier x Design Capacity x Scaling Factor x 1,000
Fixed O&M = Fixed O&M Cost Multiplier x Design Capacity x Scaling Factor x 1,000
Variable O&M = Variable O&M Cost Multiplier x Design Capacity x Capacity Factor x 8,760'
WHERE name = 'Type 1';

EMF server updates

Copy the new emf.war into the Tomcat webapps directory.

Update the EMF version in the database:

UPDATE emf.properties SET value = 'v3.6 - 05/15/2020' WHERE name = 'EMF-version';

Client updates

Copy the new emf-client.jar file into the EMF client directory.

Copy the new epa-commons.jar file into the EMF/lib client directory.

Finishing up

Once all updates are complete, start the Tomcat server.