docType
dataformat
The data set provides with a variable named 'sampleMap'.
sampleMap$mod is an array that contains the experimental data and the dimension meanings and values are:
c(# of experimental datasets, # of members, # of starting dates, # of lead-times, # of latitudes, # of longitudes)
c(1, 3, 5, 60, 2, 3)
sampleMap$obs is an array that contains the observational data and the dimension meanings and values are:
c(# of observational datasets, # of members, # of starting dates, # of lead-times, # of latitudes, # of longitudes)
c(1, 1, 5, 60, 2, 3)
sampleMap$lat is an array with the 2 latitudes covered by the data (see examples on Load() for details on why such low resolution).
sampleMap$lon is an array with the 3 longitudes covered by the data (see examples on Load() for details on why such low resolution).