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