Subject:  Additional FFE tables available for use with the Database Extension to FVS
Name: Stephanie Rebain	
Date: 12/20/2004
Variants affected:
all variants with FFE (all variants except LS, NE, CS, and AK)

Description:
Five FFE output tables were added to the Database Extension.  User's can now output
the Fuel Consumption Report, Burn Conditions Report, Mortality Report, Summary 
Snag Report, and Detailed Snag Report directly to a database.  Five additional
database keywords were created to do this (FuelRept, BurnRept, MortRept, SnagSum,
and SnagOut).  
 
      NEW DATABASE EXTENSION KEYWORDS

      FuelRept 
      field 1: 1 = both database and standard output are requested
               2 = database output only
               (default is 1)

      BurnRept 
      field 1: 1 = both database and standard output are requested
               2 = database output only
               (default is 1)

      MortRept 
      field 1: 1 = both database and standard output are requested
               2 = database output only
               (default is 1)
      
      SnagSum 
      field 1: 1 = both database and standard output are requested
               2 = database output only
               (default is 1)

      SnagOut 
      field 1: 1 = both database and standard output are requested
               2 = database output only
               (default is 1)                              

See the User's Guide to the Database Extension of FVS for more details.

Impact on users:
This change will not change FVS output.  It simply provides users with additional capabilities.
The new database keywords will be available for selection in Suppose in the next Suppose update.

Files:
fire/base/fmfout.f - added calls to dbsfmburn, dbsfmmort, and dbsfmfuel
fire/base/fmsout.f - added a call to dbsfmdsnag
fire/base/fmssum.f - added a call to dbsfmssnag
dbs/src/dbsfmmort.f - new subroutine to output FFE mortality report to database
dbs/src/dbsfmburn.f - new subroutine to output FFE burn conditions report to database
dbs/src/dbsfmfuel.f - new subroutine to output FFE fuel consumption report to database
dbs/src/dbsfmssnag.f - new subroutine to output FFE snag summary report to database
dbs/src/dbsfmdsnag.f - new subroutine to output FFE detailed snag report to database
dbs/src/dbsppput.f - added the new connection reference variables
dbs/src/dbsppget.f - added the new connection reference variables
dbs/src/dbsin.f - added the five new database keywords 
                 (BurnRept, FuelRept, MortRept, SnagSum, and SnagOut)
dbs/src/dbsinit.f - initialized some of the new variables
dbs/src/dbsblkd.f - initialized some of the new variables
dbs/src/DBSCOM.F77 - added new variables for each table - id number and 
                     connection reference number
base/src/exdbs.f - added entry points for the five new dbs subroutines
dbs/dbsDocument/DBSUserGuide.doc 

Makefiles altered to include the five new objects:
dbs/obj/makefile
dbs/ak/makefile
dbs/ca/makefile
dbs/cr/makefile
dbs/cs/makefile
dbs/ie/makefile
dbs/ls/makefile
dbs/ne/makefile
dbs/pn/makefile
dbs/se/makefile
dbs/sn/makefile
dbs/ut/makefile
dbs/wc/makefile
bin/FCWindows_NT.make