Subject: Modification to Climate-FVS
Name: Nick Crookston
Date: May 18 2012
Variants affected: All western variants

Description: Added new mortality logic and overhauled the output table.  Also
added code to push the new database tables into the database. A new keyword 
parameter was added to the mortmult keyword. This is all covered in a revision
of the document called: Climate-FVS Version 2: Keyword Guide and Notes for Users. 

Impact on users: Outputs will be different. This change includes support
for new variables in the input as well.

Files:
A       changeNotes/2012.05.18_ncrookston.txt
 This file
 
MM      tests/FVSiec/makefile
 Added tests and included an "Id" field
      
M       pg/src/putstd.f
M       pg/src/getstd.f
 Added calls to climate putget

M       FVScrc_sourceList.txt
M       FVSwcc_sourceList.txt
M       FVSpnc_sourceList.txt
M       FVSktc_sourceList.txt
M       FVSsoc_sourceList.txt
M       FVScac_sourceList.txt
M       FVSecc_sourceList.txt
M       FVSttc_sourceList.txt
M       FVSutc_sourceList.txt
M       FVSwsc_sourceList.txt
M       FVScic_sourceList.txt
M       FVSiec_sourceList.txt
M       FVSbmc_sourceList.txt
M       FVSncc_sourceList.txt
M       FVSemc_sourceList.txt
 Added lines to include new files to compile:
    ../clim/base/src/clputget.f
    ../dbs/src/dbsclsum.f
    
M       clim/base/src/clauestb.f
 Mostly change the output report
 
A       clim/base/src/clputget.f
 put/get of the climate model variables
 
M       common/CLIMATE.F77
 added some variables to support the reworked mortality and removed an 
 unused array.
 
M       dbs/src/DBSCOM.F77
M       dbs/src/dbsinit.f
M       dbs/src/dbsin.f
M       dbs/src/dbsppput.f
M       dbs/src/dbsppget.f
  above routines have minor mods to support FVS_Climate
A       dbs/src/dbsclsum.f
  added to build the FVS_Climate table
  
M       dbs/src/dbsdiags.f -- changed an output format and data type
M       base/src/exclim.f 
  added code to resolve newly called routines

