Skip to content

Commit

Permalink
#3177 review. Fix author position and docstring; delete print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas committed Nov 1, 2023
1 parent fb54090 commit 397cc44
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 5 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions esmvaltool/diag_scripts/iht_toa/single_model_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 397cc44

Please sign in to comment.