Subject: TREESZCP implementation for large tree diameter growth
Name: Gary Dixon
Date: 03/24/05
Variants affected: All variants

Description: The TREESZCP keyword was implemented about 3/4/05 but not  
announced to the public because it wasn't fully functional. To date it
only affected mortality. These changes make it also affect large tree
diameter growth.

Impact on users: None at this point.

Files: dgbnd.f for NI, SN, WC  
             1) added PRGPRM and CONTRL common blocks
             2) added code for size cap compliance
       dgbnd.f for WS
             1) removed obsolete code which also removed dependency on PLOT
             2) changed the include of the PLOT common to the CONTRL common
             3) added code for size cap compliance
             
       base/src/initre.f
             1) modified message written when processing the TREESZCP keyword.
       
       xx\obj\makefile for xx = AK, CA, CR, CS, IE, LS, NE, NI, SE,
                                SO33, UT, WC
             1) added PRGPRM and CONTRL to the dependency list for dgbnd.
       sn\obj\makefile
             1) added PRGPRM and CONTRL to the dependency list for dgbnd.
             2) removed the duplicate listing of dgbnd.o in the subroutine
                list.
       ws\obj\makefile
             1) changed PLOT to CONTRL to the dependency list for dgbnd.
                
       
