c file 'main\w1cli.inc' c This common block contains the buffers that cligen data is read into C Edit History C 08-Mar-99 wjr created C c Parameter include files: c + + + VARIABLE DECLARATIONS + + + integer wcd(mndayr) integer wcm(mndayr) integer wcy(mndayr) real wwzdpt(mndayr) real wwtdmx(mndayr) real wwtdmn(mndayr) real wgrad(mndayr) real wwtdpt(mndayr) common /w1cli/ * wwzdpt, wwtdmx, wwtdmn, wgrad, wwtdpt, wcd, wcm, wcy C the following definitions don't match the variables declared. C this should be fixed. 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 ------------------------------------------------------------------