!$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/hydro/thdbug.inc $ ! This common block contains the variables used for keeping track of ! time and subregions in the hydro debug output routine. ! + + + VARIABLE DECLARATIONS + + + integer tisr integer tday integer tmo integer tyr common / thdbug / & & tisr, tday, tmo, tyr save :: /thdbug/ ! + + + 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.