c$Author: fredfox $ c$Date: 2001-08-15 17:08:59 $ c$Revision: 1.2.2.3 $ c$Source: /weru/cvs/weps/weps.src/inc/main/w1cli.inc,v $ 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) integer maxday integer n_header real wwzdpt(mndayr) real wwdurpt(mndayr) real wwpeaktpt(mndayr) real wwpeakipt(mndayr) real wwtdmx(mndayr) real wwtdmn(mndayr) real wgrad(mndayr) real wwtdpt(mndayr) common /w1cli/ & wwzdpt, wwtdmx, wwtdmn, wgrad, & wwtdpt, wwdurpt, wwpeaktpt, wwpeakipt, & wcd, wcm, wcy, maxday, n_header C the following definitions don't match the variables declared. C this should be fixed. c + + + VARIABLE DEFINITIONS + + + c wcd - day c wcm - month c wcy - year c maxday - maximum number of days in the year c n_header - number of lines in the cligen file header c wwzdpt - Daily precipitation (mm) c wwdurpt - Duration of Daily precipitation (hours) c wwpeaktpt - Normalized time to peak of Daily c precipitation (time to peak/duration) c wwpeakipt - Normalized intensity of peak Daily c precipitation (peak intensity/average intensity) c wwtdmx - Maximum daily air temperature (deg C) c wwtdmn - Minimum daily air temperature (deg C) c wgrad - Daily global radiation (MJ/m^2) c wwtdpt - Daily dew point air temperature (deg C)