diff --git a/DESCRIPTION b/DESCRIPTION index f6d30e6e5719a4072095e474a7a88f8caef17ef2..ad606306956ae9ba51162b987f8f0a8e9a7a8db3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,13 +7,13 @@ Authors@R: c( person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = "aut")) Description: The advanced version of package 's2dverification'. It is intended for 'seasonal to decadal' (s2d) climate forecast verification, but - it can also be used in other kinds of forecasts or general climate analysis. + it can also be used in other kinds of forecasts or general climate analysis. This package is specially designed for the comparison between the experimental and observational datasets. The functionality of the included functions covers from data retrieval, data post-processing, skill scores against observation, - to visualization. Compared to 's2dverification', 's2dv' adopts the regime of - package 'multiApply'. Therefore, it can use multi-core for computation and work - with multi-dimensional arrays with a higher level of flexibility. + to visualization. Compared to 's2dverification', 's2dv' is more compatible + with the package 'startR', able to use multiple cores for computation and + handle multi-dimensional arrays with a higher flexibility. Depends: maps, methods, diff --git a/README.md b/README.md index c7646b5ee0d26c72c52bc08e5b4aeedc06c898ef..717bf0801f846f6035a5a32ab63c2a4a1c88305f 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ This package is specially designed for the comparison between the experimental and observational datasets. The functionality of the included functions covers from data retrieval, data post-processing, skill scores against obeservation, to visualization. Compared to 's2dverification', 's2dv' adopts the regime of -package 'multiApply'. Therefore, it can use multi-core for computation and work -with multi-dimensional arrays with a higher level of flexibility. +package 'multiApply'. Therefore, it is compatible with the package 'startR', +able to use multiple cores for computation and handle multi-dimensional arrays +with a higher flexibility than s2dverification. Find more information about its previous package s2dverification on GitLab or on the diff --git a/man/s2dv-package.Rd b/man/s2dv-package.Rd index fc3eb9450c0682d6104c446b3412df919c4b9010..71e5d16a00c1bb64c5213335ece11a5f6e888f84 100644 --- a/man/s2dv-package.Rd +++ b/man/s2dv-package.Rd @@ -12,9 +12,9 @@ it can also be used in other kinds of forecasts or general climate analysis. This package is specially designed for the comparison between the experimental and observational datasets. The functionality of the included functions covers from data retrieval, data post-processing, skill scores against observation, -to visualization. Compared to 's2dverification', 's2dv' adopts the regime of -package 'multiApply'. Therefore, it can use multi-core for computation and work -with multi-dimensional arrays with a higher level of flexibility. +to visualization. Compared to 's2dverification', 's2dv' is more compatible +with the package 'startR', able to use multiple cores for computation and +handle multi-dimensional arrays with a higher flexibility. } \references{ \url{https://earth.bsc.es/gitlab/es/s2dverification/}