Last Updated 10/3/00
Bug Fix - 10/3/00
Some problems in the third preprocessor were occuring with scenario names longer than six characters. This was tracked to a bug in the 'FILES' block processing subroutine. You can download the new zipped tar file or follow these directions:
    In the file /work/wsm/pp/presrc/pre3_change_uci_files/files.f
    change line 17 from
            if (line(i:i).eq.' ') last = i
    to
            if (line(i:i).ne.' ') last = i
    type compile in the /work/wsm/pp/presrc/pre3_change_uci_files/ directory to remake the executable
New Atmospheric Deposition Files - 10/3/00
The previous version of the community model could only handle changes in wet and dry nitrate deposition. This worked fine for most scenarios, but for scoping runs that attempt to model pristine conditions, other types of deposition need to be modified. In addition, dry NH3 deposition will be modeled in the near future, so a system needed to be put into place to handle it.
The new system has atmospheric deposition modification data files for cold-wet, cold-dry, warm-wet, and warm-dry. See the directory /work/wsm/pp/data/s01ref/ for examples.
Bug Fix - 10/4/00
The fifth preprocessor was not updating the atmospheric deposition in the WDM correctly in the linux version. You can download the new zipped tar file for the entire pre and postprocessors or get just the preprocessor5 code here