!$Author: fredfox $ !$Date: 2011-04-27 10:01:11 -0500 (Wed, 27 Apr 2011) $ !$Revision: 11825 $ !$HeadURL: https://svn.weru.ksu.edu/weru/weps1/trunk/weps.src/src/inc/soil/tsdbug.inc $ ! This common block contains the variables used for keeping track of ! time and subregions in the soil debug output routine. ! + + + VARIABLE DECLARATIONS + + + integer tisr integer tday integer tmo integer tyr common / tsdbug / & & tisr, tday, tmo, tyr save :: /tsdbug/ ! + + + VARIABLE DEFINITIONS + + + ! tday - The last accessed day of simulation month. ! tmo - The last accessed month of simulation year. ! tyr - The last accessed year of simulation run. ! tisr - The last accessed subregion index.