###### Things to look for in new file versions from OAQPS's contractors. ######

Any new file will require modification to postprocess.sh to integrate it into the code jar.

1.  moves2smkEF script

Hardcoding the 'ec2-user' works more smoothly than passing the user name to the script as an input. 
Without this change, you might see permisssions errors connecting to the database.

  #$dbh = DBI->connect($connectionInfo, $sqlUser, $sqlPass) or die "Could not connect to database: $db\n";
  $dbh = DBI->connect($connectionInfo, 'ec2-user', $sqlPass) or die "Could not connect to database: $db\n";


2.  pollutant_formulas file

Delete formulas for CHROMTRI if they're present.  MOVES no longer has CHROMTRI pollutant, and leaving the formula there will crash the post-processing.