c ----------------------------------------------------------------- c file 'e2erod.inc' c This block common is contains variables used for a simulation run c for EROSION. c Must have parameter include file: \inc\p1werm.inc c + + + VARIABLE DECLARATIONS + + + real egt (0:mngdpt, 0:mngdpt) real egtss(0:mngdpt, 0:mngdpt) real egt10(0:mngdpt, 0:mngdpt) common /e2erod/ r egt, egtss, egt10 c + + + VARIABLE DEFINITIONS + + + c egt - Total soil loss at a grid point accumulated c for a time period (kg/m^2) c range values min max c ------------ --------- --------- c fixed 0 50 c typical 0 2 c ------------ --------- --------- c egtss - Total suspension soil loss at grid point accumulated c for a time period (kg/m^2) c range values min max c ------------ --------- --------- c fixed 0 20 c typical 0.1 5 c ------------ --------- --------- c egt10 - Total < 10 micron soil loss at grid point accumulated c for a time period (kg/m^2) c range values min max c ------------ --------- --------- c fixed 0 1.0 c typical 0.01 0.1 c ------------ --------- ---------