Skip to content

Commit d5db352

Browse files
committed
Merge branch 'main' into target-grid-cordex-domain
2 parents 1b6e678 + b03c23d commit d5db352

21 files changed

Lines changed: 708 additions & 102 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2.1
33

44
orbs:
5-
codecov: codecov/codecov@5.3.0
5+
codecov: codecov/codecov@6.0.0
66
pixi: prefix-dev/pixi@0.1.0
77

88
jobs:

.github/ISSUE_TEMPLATE/data_issue_report.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,33 @@ name: Dataset issue report
33
about: Create a report about a problematic dataset
44
title: 'Dataset problem: '
55
labels: ''
6-
assignees: valeriupredoi, zklaus
6+
assignees: valeriupredoi
77

88
---
99

1010
**Describe the dataset issue**
1111
A clear and concise description of what the problem with the data is is. Here are some guidelines that you can use
12-
right out the box by filling in the blanks (note that, if needed we will assist you with writing a fix; also note that
13-
if the problem is with a CMIP6 dataset, we will alert the ESGF and/or the model developers for them to fix the problem
14-
in the long run; fixes for CMIP5 by the model developers are no longer possible):
12+
right out the box by filling in the blanks. If needed we will assist you with writing a fix.
13+
Please check the [ESGF errata service](https://errata.ipsl.fr/static/index.html) to
14+
see if the problem has already been reported and report it there if it is not.
15+
Please link to the errata issue in your report here.
1516

1617
- Data file has been changed by you in any way (if you answer yes the issue will be void and closed, we are not
1718
supporting custom-made datasets that present problems, it is your resposability to fix those problems):
18-
- Project (CMIP5/CMIP6/OBS/obs4MIPs/etc):
19+
- Project (CMIP7/CMIP6/obs4MIPs/CORDEX/OBS/etc.):
1920
- Full dataset description (fill out as many as you know, please):
2021
- dataset:
22+
- ensemble:
2123
- experiment:
2224
- mip:
2325
- grid:
24-
- type:
25-
- version:
26-
- tier:
2726
- variable used:
28-
- data version:
27+
- version:
2928
- Problems encountered (please describe what the actual problems are: e.g. wrong standard name, issue with dimensions):
3029
- Pointer to existing copy of data on ESGF node (it would be very useful if you could provide a physical
3130
fullpath to the file(s) that are causing the problem, e.g. on CEDA Jasmin or DKRZ):
3231
- Other notes and mentions:
3332

34-
**Assign the right people**
35-
If you are already a member of the ESMValTool GitHub project, please assign Valeriu Predoi (valeriupredoi) and
36-
Klaus Zimmermann (zklaus) to the issue. They will then check the issue raised and propagate it further to the
37-
data model developers.
38-
3933
**Please attach**
4034
- The recipe that you are trying to run, you can find a copy in the `run` directory in the output directory
4135
- The `main_log_debug.txt` file, this can also be found in the `run` directory in the output directory

.github/workflows/build-and-deploy-on-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false

.github/workflows/citation_file_validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
2020
steps:
2121
- name: Check out a copy of the repository
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
persist-credentials: false
2525
- name: Check whether the citation metadata from CITATION.cff is valid

.github/workflows/run-tests-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- test-py314
3232
name: ${{ matrix.os }} ${{ matrix.environment }}
3333
steps:
34-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- test-r
3333
name: ${{ matrix.os }} ${{ matrix.environment }}
3434
steps:
35-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636
with:
3737
fetch-depth: 0
3838
persist-credentials: false

.github/workflows/update-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pixi-update:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727
args: [--markdown-linebreak-ext=md]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: "v0.15.15"
29+
rev: "v0.15.16"
3030
hooks:
3131
- id: ruff-check
3232
args: [--fix]

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@
224224
"affiliation": "SMHI, Sweden",
225225
"name": "Lenhardt, Julien",
226226
"orcid": "https://orcid.org/0000-0002-9949-3989"
227+
},
228+
{
229+
"affiliation": "Climate Resource, Australia",
230+
"name": "Lewis, Jared",
231+
"orcid": "https://orcid.org/0000-0002-8155-8924"
227232
}
228233
],
229234
"description": "ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts.",

CITATION.cff

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ authors:
228228
family-names: Lenhardt
229229
given-names: Julien
230230
orcid: "https://orcid.org/0000-0002-9949-3989"
231+
-
232+
affiliation: "Climate Resource, Australia"
233+
family-names: Lewis
234+
given-names: Jared
235+
orcid: "https://orcid.org/0000-0002-8155-8924"
231236

232237
cff-version: 1.2.0
233238
date-released: 2026-03-10

0 commit comments

Comments
 (0)