...@@ -59,6 +59,6 @@ match_info <- ConfigApplyMatchingEntries(configuration, 'tas', ...@@ -59,6 +59,6 @@ match_info <- ConfigApplyMatchingEntries(configuration, 'tas',
} }
\author{ \author{
History: History:
0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version 0.1 - 2015-05 (N. Manubens) - First version
} }
\keyword{datagen} \keyword{datagen}
...@@ -125,7 +125,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, ConfigEditEntry, ...@@ -125,7 +125,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, ConfigEditEntry,
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr 0.1 - 2015-05 (N. Manubens) - First version\cr
1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
} }
\keyword{datagen} \keyword{datagen}
...@@ -196,7 +196,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, ...@@ -196,7 +196,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition,
} }
\author{ \author{
History: History:
0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version 0.1 - 2015-05 (N. Manubens) - First version
1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
} }
\keyword{datagen} \keyword{datagen}
...@@ -89,7 +89,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, ...@@ -89,7 +89,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition,
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr 0.1 - 2015-05 (N. Manubens) - First version\cr
1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
} }
\keyword{datagen} \keyword{datagen}
...@@ -56,7 +56,7 @@ ConfigShowDefinitions(configuration) ...@@ -56,7 +56,7 @@ ConfigShowDefinitions(configuration)
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr 0.1 - 2015-05 (N. Manubens) - First version\cr
1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
} }
\keyword{datagen} \keyword{datagen}
...@@ -76,7 +76,7 @@ PlotAno(InsertDim(trend$detrendedmod,2,1), InsertDim(trend$detrendedobs,2,1), ...@@ -76,7 +76,7 @@ PlotAno(InsertDim(trend$detrendedmod,2,1), InsertDim(trend$detrendedobs,2,1),
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-11 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2011-11 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -132,10 +132,10 @@ corr2 <- veriApply("Corr2", ...@@ -132,10 +132,10 @@ corr2 <- veriApply("Corr2",
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-04 (V. Guemas, \email{vguemas@bsc.es}) - Original code\cr 0.1 - 2011-04 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
1.1 - 2014-10 (M. Menegoz, \email{martin.menegoz@bsc.es}) - Adding siglev argument\cr 1.1 - 2014-10 (M. Menegoz) - Adding siglev argument\cr
1.2 - 2015-03 (L.P. Caron, \email{louis-philippe.caron@bsc.es}) - Adding method argument\cr 1.2 - 2015-03 (L.P. Caron) - Adding method argument\cr
1.3 - 2017-02 (A. Hunter, \email{alasdair.hunter@bsc.es}) - Adapted to veriApply() 1.3 - 2017-02 (A. Hunter) - Adapted to veriApply()
} }
\keyword{datagen} \keyword{datagen}
...@@ -96,7 +96,7 @@ code, inspired by R. Benestad's EOF() in R package clim.pact.\cr ...@@ -96,7 +96,7 @@ code, inspired by R. Benestad's EOF() in R package clim.pact.\cr
1- Reversion of latitudes in the weights\cr 1- Reversion of latitudes in the weights\cr
2- Correlation matrix was used instead of covariance\cr 2- Correlation matrix was used instead of covariance\cr
3- Double use of the weights\cr 3- Double use of the weights\cr
0.3 - 2014-03 (Virginie Guemas, \email{virginie.guemas@bsc.es}) - Bug-fixes:\cr 0.3 - 2014-03 (Virginie Guemas) - Bug-fixes:\cr
1- Weight computation - division by sum of cos(lat)\cr 1- Weight computation - division by sum of cos(lat)\cr
2- Shuffling of EOFs in EOF.2 intermediate vector\cr 2- Shuffling of EOFs in EOF.2 intermediate vector\cr
3- Crash when neofs = 1 sorted out\cr 3- Crash when neofs = 1 sorted out\cr
...@@ -105,7 +105,7 @@ code, inspired by R. Benestad's EOF() in R package clim.pact.\cr ...@@ -105,7 +105,7 @@ code, inspired by R. Benestad's EOF() in R package clim.pact.\cr
1- BIG cleanup of code and clarification\cr 1- BIG cleanup of code and clarification\cr
2- Reduction of the number of transpositions and associated bug-fixes\cr 2- Reduction of the number of transpositions and associated bug-fixes\cr
4- Remove of the obsolete LINPACK options\cr 4- Remove of the obsolete LINPACK options\cr
0.5 - 2014-04 (Virginie Guemas, \email{virginie.guemas@bsc.es}) - Fixes:\cr 0.5 - 2014-04 (Virginie Guemas) - Fixes:\cr
1- Bug-fix in dimensions handling EOF composition restitutes now the 1- Bug-fix in dimensions handling EOF composition restitutes now the
original field in all cases\cr original field in all cases\cr
2- Simplification of the convention transpose\cr 2- Simplification of the convention transpose\cr
...@@ -118,6 +118,6 @@ original file\cr ...@@ -118,6 +118,6 @@ original file\cr
weighted by cos(lat)\cr weighted by cos(lat)\cr
7- Division of EOF by weights so that the reconstruction is simply 7- Division of EOF by weights so that the reconstruction is simply
EOF * PC\cr EOF * PC\cr
1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN 1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -24,8 +24,8 @@ print(dim(Enlarge(data, 5))) ...@@ -24,8 +24,8 @@ print(dim(Enlarge(data, 5)))
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2011-03 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improved\cr 1.1 - 2015-03 (N. Manubens) - Improved\cr
} }
\keyword{datagen} \keyword{datagen}
...@@ -56,7 +56,7 @@ PlotEquiMap(eno, sampleData$lon, sampleData$lat) ...@@ -56,7 +56,7 @@ PlotEquiMap(eno, sampleData$lon, sampleData$lat)
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-05 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2011-05 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -63,7 +63,7 @@ Guemas V, Auger L, Doblas-Reyes FJ, Rust H, Ribes A, 2014, Dependencies in ...@@ -63,7 +63,7 @@ Guemas V, Auger L, Doblas-Reyes FJ, Rust H, Ribes A, 2014, Dependencies in
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2012-06 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -44,7 +44,7 @@ PlotAno(InsertDim(ensmod, 2, 1), sdates = startDates, fileout = ...@@ -44,7 +44,7 @@ PlotAno(InsertDim(ensmod, 2, 1), sdates = startDates, fileout =
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2012-02 (V. Guemas) - Original code\cr
1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN 1.0 - 2012-02 (N. Manubens) - Formatting to CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -34,7 +34,7 @@ print(alpha) ...@@ -34,7 +34,7 @@ print(alpha)
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2012-06 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr 0.1 - 2012-06 (L. Auger) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -31,7 +31,7 @@ print(alpha) ...@@ -31,7 +31,7 @@ print(alpha)
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2012-02 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -30,7 +30,7 @@ plot(series, type = 'l') ...@@ -30,7 +30,7 @@ plot(series, type = 'l')
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2012-04 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr 0.1 - 2012-04 (L. Auger) - Original code\cr
1.0 - 2012-04 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN 1.0 - 2012-04 (N. Manubens) - Formatting to CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -34,8 +34,8 @@ print(indices) ...@@ -34,8 +34,8 @@ print(indices)
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2011-04 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improved 1.1 - 2015-03 (N. Manubens) - Improved
} }
\keyword{datagen} \keyword{datagen}
...@@ -29,8 +29,8 @@ print(dim(InsertDim(InsertDim(a[, , , ], 2, 1), 4, 1))) ...@@ -29,8 +29,8 @@ print(dim(InsertDim(InsertDim(a[, , , ], 2, 1), 4, 1)))
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2011-03 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements 1.1 - 2015-03 (N. Manubens) - Improvements
} }
\keyword{datagen} \keyword{datagen}
...@@ -23,7 +23,7 @@ print(LeapYear(1993)) ...@@ -23,7 +23,7 @@ print(LeapYear(1993))
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-03 (V. Guemas, \email{vguemas@bsc.es}) - Original code\cr 0.1 - 2011-03 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
} }
\keyword{datagen} \keyword{datagen}
...@@ -897,10 +897,10 @@ sampleData <- s2dverification:::.LoadSampleData('tos', c('experiment'), ...@@ -897,10 +897,10 @@ sampleData <- s2dverification:::.LoadSampleData('tos', c('experiment'),
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 0.1 - 2011-03 (V. Guemas) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN\cr 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr
1.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Generalisation + parallelisation\cr 1.2 - 2015-02 (N. Manubens) - Generalisation + parallelisation\cr
1.3 - 2015-07 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements related to configuration file mechanism\cr 1.3 - 2015-07 (N. Manubens) - Improvements related to configuration file mechanism\cr
1.4 - 2016-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Added subsetting capabilities 1.4 - 2016-01 (N. Manubens) - Added subsetting capabilities
} }
\keyword{datagen} \keyword{datagen}
...@@ -111,7 +111,7 @@ data <- s2dverification:::.LoadDataFile(list(dataset_type = 'exp', ...@@ -111,7 +111,7 @@ data <- s2dverification:::.LoadDataFile(list(dataset_type = 'exp',
} }
\author{ \author{
History:\cr History:\cr
0.1 - 2015-01 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version 0.1 - 2015-01 (N. Manubens) - First version
} }
\keyword{datagen} \keyword{datagen}
\keyword{internal} \keyword{internal}