!$Author: fredfox $ !$Date: 2007-04-23 14:17:16 $ !$Revision: 1.1 $ !$Source: /weru/cvs/weps/weps.src/inc/decomp/tddbug.inc,v $ ! This common block contains the variables used for keeping track of ! time and subregions in the decomp debug output routine. ! + + + VARIABLE DECLARATIONS + + + integer tisr integer tday integer tmo integer tyr common / tddbug / & & tisr, tday, tmo, tyr ! + + + 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.