!$Author$ !$Date$ !$Revision$ !$HeadURL$ ! ----------------------------------------------------------------- MODULE w1clig_def ! replaces file 'w1clig.inc' ! This common block contains the state variables relating to ! the daily WERM weather parameters generated by the CLIGEN weather ! generator. ! + + + VARIABLE DECLARATIONS + + + real :: awrrh ! daily relative humidity. real :: awtdav ! Mean daily air temperature (deg C) real :: awtyav ! Average yearly air temperature (deg C) obtained from CLIGEN. real :: awzypt ! Average yearly total precipitation (mm) real :: awtmav(12) ! Average monthly air temperature (deg C) obtained from the CLIGEN run file real :: awtmnav(12) ! Average monthly minimum air temperature (deg C) obtained from the CLIGEN run file real :: awtmxav(12) ! Average monthly maximum air temperature (deg C) obtained from the CLIGEN run file real :: awzmpt(12) ! Average monthly total precipitation depth (mm) real :: awtdmxprev ! Maximum daily air temperatureof the previous day (deg C) real :: awtdmn ! Minimum daily air temperature (deg C) real :: awtdmx ! Maximum daily air temperature (deg C) real :: awtdmnnext ! Minimum daily air temperature of the next day (deg C) real :: awtdpt ! Daily dew point air temperature (deg C) real :: awzdpt ! Daily precipitation (mm) real :: awdurpt ! real :: awpeaktpt ! Normalized time to peak of Daily precipitation (time to peak/duration) real :: awpeakipt ! Normalized intensity of peak Daily precipitation (peak intensity/average intensity) real :: aweirr ! Daily global radiation (MJ/m^2) character(len=80) :: awclsn ! CLIGEN station name from WEPS.RUN file END MODULE w1clig_def