c ------------------------------------------------------------------ c file 'm1dbug.inc' c This common block contains variables to control c printing of 'dbugging' files before and after the call to the c given subroutine. c + + + VARIABLE DECLARATIONS + + + integer am0hdb integer am0sdb integer am0tdb integer am0cdb integer am0ddb integer am0edb common / m1dbug / i am0hdb, am0sdb, am0tdb, am0cdb, am0ddb, am0edb c + + + VARIABLE DEFINITIONS + + + c am0hdb - flag to print HYDROlogy variables before and after c the call to HYDRO c c values - 0, 1 c c - If variable is set to the following then print c various variables from HYDROlogy submodel c c 0 = no output c 1 = output c am0sdb - flag to print SOIL variables before and after c call to SOIL c values - 0, 1 c - If am0sfl = 1 then print output, c if am0sfl = 0 then print no output c am0tdb - flag to print MANAGEMENT (TILLAGE) variables before and after c call to MANAGE c values - 0, 1 c - If am0tfl = 1 then print output, c if am0tfl = 0 then print no output c am0cdb - flag to print CROP variables before and after c call to CROP c values - 0, 1 c - If am0cfl = 1 then print output, c if am0cfl = 0 then print no output c am0ddb - flag to print DECOMP variables before and after c call to DECOMP c values - 0 ,1 c - If am0dfl = 1 then print output, c if am0dfl = 0 then print no output c am0edb - flag to print EROSION variables before and after c call to EROSION c values - 0, 1 c - If am0efl = 1 then print output, c if am0efl = 0 then print no output c-----------------------------------------------------------------------