From 397cc4427b5e6968eb2b910f7d28733807341b94 Mon Sep 17 00:00:00 2001 From: alejandrobodas Date: Wed, 1 Nov 2023 14:08:18 +0000 Subject: [PATCH] #3177 review. Fix author position and docstring; delete print statement. --- .zenodo.json | 9 +++++---- CITATION.cff | 9 +++++---- .../diag_scripts/iht_toa/single_model_diagnostics.py | 3 +-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index b19b301317..11e2188ba9 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -5,10 +5,6 @@ "name": "Andela, Bouwe", "orcid": "0000-0001-9005-8940" }, - { - "affiliation": "MetOffice, UK", - "name": "Bodas-Salcedo, Alejandro" - }, { "affiliation": "DLR, Germany", "name": "Broetz, Bjoern" @@ -90,6 +86,11 @@ "name": "Bock, Lisa", "orcid": "0000-0001-7058-5938" }, + { + "affiliation": "MetOffice, UK", + "name": "Bodas-Salcedo, Alejandro", + "orcid": "0000-0002-7890-2536" + }, { "affiliation": "BSC, Spain", "name": "Caron, Louis-Philippe", diff --git a/CITATION.cff b/CITATION.cff index 7ec65a6968..147e3acd17 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,10 +8,6 @@ authors: family-names: Andela given-names: Bouwe orcid: "https://orcid.org/0000-0001-9005-8940" - - - affiliation: "MetOffice, UK" - family-names: Bodas-Salcedo - given-names: Alejandro - affiliation: "DLR, Germany" family-names: Broetz @@ -94,6 +90,11 @@ authors: family-names: Bock given-names: Lisa orcid: "https://orcid.org/0000-0001-7058-5938" + - + affiliation: "MetOffice, UK" + family-names: Bodas-Salcedo + given-names: Alejandro + orcid: "https://orcid.org/0000-0002-7890-2536" - affiliation: "BSC, Spain" family-names: Caron diff --git a/esmvaltool/diag_scripts/iht_toa/single_model_diagnostics.py b/esmvaltool/diag_scripts/iht_toa/single_model_diagnostics.py index 71433269b6..fc917a8aa5 100644 --- a/esmvaltool/diag_scripts/iht_toa/single_model_diagnostics.py +++ b/esmvaltool/diag_scripts/iht_toa/single_model_diagnostics.py @@ -99,7 +99,7 @@ def get_provenance_record(filenames, figure_caption): def matching_strings(list_of_strings, substrings): - """Return the subset of strings that of files . + """Return subset of ``list_of_strings`` with matches in ``substrings``. Parameters ---------- @@ -983,7 +983,6 @@ def main(config): logger.info("Dataset %s", dataset_name) iht[model_name][dataset_name] = ImpliedHeatTransport(files) - print(iht) # Produce plots plot_single_model_diagnostics(iht, config)