Results of a monthly precipitation homogenization
Results of a homogenization of monthly precipitation totals in 2001-2010.
This data set contains:
Homogenized precipitations arranged in a 12x10x6 array
Row precipitations arranged in a 12x10x5 array
Data frame with station's coordinates (X,Y,Z), codes and names (invented)
Initial date of the time vector
Number of data per series
Number of decimals of the data
Number of series after the homogenization
Number of series before the homogenization
Number of months or number of data per year and station
Type of data normalization used during the homogenization
Time vector associated to the data
Synthetic precipitation data generated for the dahgrid
example.
data(pcp_results) #station information after the homogenization: print(est.c) #raw monthly precipitations of the third station: print(t(dat[,,3])) #homogenized monthly precipitations of the third station: print(t(dah[,,3])) #range of the dates of the data: range(x) #other parameters of the homogenization: cat('First date:',ini,'\nNumber of data per station:',nd, '\nNumber of decimals:',ndec, '\nNumber of series before the homogenization:',nei, '\nNumber of series after the homogenization:',ne, '\nNumber of "months" (number of data per year and station):',nm, '\nType of data normalization:',std,'(normal ratio)\n') #clean memory space: rm(est.c,dat,dah,ini,nd,ndec,ne,nei,nm,std,x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.