c ----------------------------------------------------------------- c file 'm1eros.inc' c This block common is contains variables used for a erosion soil c loss by component. c Must have parameter inlude file: \inc\p1werm.inc c + + + VARIABLE DECLARATIONS + + + real ammegt(mngdpt,mngdpt) real ammegts(mngdpt,mngdpt) real ammegt10(mngdpt,mngdpt) common /m1sim/ r ammegt, ammegts, ammegt10 c + + + VARIABLE DEFINITIONS + + + c ammegt - Total soil loss by grid point (kg/m^2) c range values min max c ------------ --------- --------- c fixed ? ? c typical c ------------ --------- --------- c - This variable array contains the sum total amount c of soil loss for each grid point. c ammegts- Soil loss of the suspension component by grid point (kg/m^2) c range values min max c ------------ --------- --------- c fixed ? ? c typical ? ? c ------------ --------- --------- c - This variable array contains the sum total amount c of suspension soil loss for each grid point. c ammegt10- Soil loss of the PM-10 component by grid point (kg/m^2) c rrange values min max c ------------- --------- --------- c ffixed ? ? c ttypical ? ? c ------------- --------- --------- c - TThis variable array contains the sum total amount c of PM-10 soil loss for each grid point. c-----------------------------------------------------------------------