diff --git a/DESCRIPTION b/DESCRIPTION index af073b1b4205e4f57a6eee4980afcfd01203cff7..4c800e785357f1ca169816ef0864c09b6a42f376 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 2.2.0-1 +Version: 2.2.0-2 Authors@R: c( person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")), person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("aut", "cre")), @@ -39,4 +39,4 @@ License: Apache License 2.0 URL: https://earth.bsc.es/gitlab/es/startR/ BugReports: https://earth.bsc.es/gitlab/es/startR/-/issues SystemRequirements: cdo ecFlow -RoxygenNote: 7.0.1 +RoxygenNote: 7.2.0 diff --git a/NEWS.md b/NEWS.md index 11f5a30f8636c0e1e50d84fdf2d9b0ffc60a4f29..a3ac518c97f257f04b9e62858806b1410a718eb9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# startR v2.2.0-2 (Release date: 2022-08-25) +- Use the destination grid to decide which indices to take after interpolation. +- Bugfix when Start() parameter "return_vars" is not used. +- Allow netCDF files to not have calendar attributes (force it to be standard calendar) + # startR v2.2.0-1 (Release date: 2022-04-19) - Bugfix for the case that the variable has units like time, e.g., "days". - Development of metadata reshaping. The metadata should correspond to data if data are reshaped by parameter "merge_across_dims" and "split_multiselected_dims", as well as if data selectors are not continuous indices. diff --git a/man/Compute.Rd b/man/Compute.Rd index 7d6db4da4d82cf462cb8cb83d1dddfa5ab516a9f..5b03abd18895ba0332f7245be2046384486745ae 100644 --- a/man/Compute.Rd +++ b/man/Compute.Rd @@ -36,7 +36,7 @@ to use for the computation. The default value is 1.} \item{cluster}{A list of components that define the configuration of the machine to be run on. The comoponents vary from the different machines. -Check \href{https://earth.bsc.es/gitlab/es/startR/}{startR GitLab} for more +Check \href{https://earth.bsc.es/gitlab/es/startR/-/blob/master/inst/doc/practical_guide.md}{Practical guide on GitLab} for more details and examples. Only needed when the computation is not run locally. The default value is NULL.}