c file 'w1clig.inc' c This common block contains the state variables relating to c the daily WERM weather parameters generated by the CLIGEN weather c generator. c Parameter include files: c + + + VARIABLE DECLARATIONS + + + real awrrh real awtdav real awtyav real awtmav(12) real awtdmx real awtdmn real awtdpt real awzdpt real aweirr character*80 awclsn common / w1clig / r awrrh, awtdav, awtyav, awtmav, awtdmx, awtdmn, r awtdpt, awzdpt, aweirr, awclsn c + + + VARIABLE DEFINITIONS + + + c awrrh - Relative humidity c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the value of the daily c relative humidity. c awtdav - Mean daily air temperature (deg C) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the mean daily c air temperature. c c awtyav - Average yearly air temperature (deg C) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the average c of the monthly maximum and minimum air temperature c averages (deg C) which were obtained from CLIGEN. c c awtmav - Average monthly air temperature (deg C) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the average c of the monthly maximum and minimum air temperature c (deg C) and were obtained from the CLIGEN run file c awtdmx - Maximum daily air temperature (deg C) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the maximum daily c air temperature. c c awtdmn - Minimum daily air temperature (deg C) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the minimum daily c air temperature. c c awtdpt - Daily dew point air temperature (deg C) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the daily dew c point air temperature. c c awzdpt - Daily precipitation (mm) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the daily c precipitation. c c aweirr - Daily global radiation (MJ/m^2) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the value of the daily global c radiation for the simulation site. c c ------------------------------------------------------------------