c ----------------------------------------------------------------- c file 'h1et.inc' c This common block contains the variables representing the c evapotransporation parameters in WERM. c Parameter include files: c + + + VARIABLE DECLARATIONS + + + real ahzea real ahzep real ahzeta real ahzetp real ahzpta real ahzptp real ah0drat common /h1et/ r ahzea, ahzep, ahzeta, ahzetp, ahzpta, ahzptp, r ah0drat c + + + VARIABLE DEFINITIONS + + + c ahzea - Actual bare soil evaporation (mm/day) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the c ahzep - Potential bare soil evaporation (mm/day) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the c ahzeta - Actual evapotransporation (mm/day) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the c ahzetp - potential evapotransporation (mm/day) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the c ahzpta - Actual plant transporation (mm/day) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the c ahzptp - potential plant transporation (mm/day) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the c ah0drat - dryness ratio c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the c -----------------------------------------------------------------