From 49d8fe345765e45bd6f5731ddf101adca9e2839a Mon Sep 17 00:00:00 2001 From: aho Date: Thu, 25 Aug 2022 19:16:35 +0200 Subject: [PATCH] Update document. Change version to 2.2.0-2 --- DESCRIPTION | 4 ++-- NEWS.md | 5 +++++ man/Compute.Rd | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index af073b1..4c800e7 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 11f5a30..a3ac518 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 7d6db4d..5b03abd 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.} -- GitLab