Skip to content

Commit 802fdcf

Browse files
authored
Merge branch 'main' into update-pixi
2 parents be9e84b + 38f458c commit 802fdcf

39 files changed

Lines changed: 1444 additions & 608 deletions

.github/workflows/check-rtw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Setup Cylc
46-
uses: cylc/setup-cylc@99ce72c7841aa3f222420d2df16fa31a31f76fde # v1.0.1
46+
uses: cylc/setup-cylc@813acd1873cef608f14e354cec57e2de5a7eb3bf # v1.0.2
4747
with:
4848
cylc_rose: true
4949

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
persist-credentials: false
2525
- name: Set up Python
26-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
26+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2727
with:
2828
python-version: "3.x"
2929
- name: Install pypa/build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
persist-credentials: false
43-
- uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
43+
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
4444
with:
4545
frozen: true
4646
environments: ${{ matrix.environment }}

.github/workflows/test-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
persist-credentials: false
35-
- uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
35+
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
3636
with:
3737
frozen: true
3838
environments: esmvalcore-dev

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
persist-credentials: false
42-
- uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
42+
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
4343
with:
4444
frozen: true
4545
environments: ${{ matrix.environment }}

.github/workflows/update-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
persist-credentials: false
2121
- name: Set up pixi
22-
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
22+
uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
2323
with:
2424
run-install: false
2525
- name: Update lockfiles

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Run zizmor 🌈
21-
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
21+
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
2222
with:
2323
advanced-security: false

doc/sphinx/source/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ A list of the datasets for which a CMORizers is available is provided in the fol
273273
| CERES-SYN1deg | rlds, rldscs, rlus, rluscs, rlut, rlutcs, rsds, rsdscs, rsus, rsuscs, rsut, rsutcs (3hr) | 3 | NCL |
274274
| | rlds, rldscs, rlus, rlut, rlutcs, rsds, rsdt, rsus, rsut, rsutcs (Amon) | | |
275275
+----------------------------------------+------------------------------------------------------------------------------------------------------+------+-----------------+
276-
| CLARA-AVHRR | clt, clivi, clwvi, lwp (Amon) | 3 | NCL |
276+
| CLARA-AVHRR | clt, clivi, clwvi, lwp (Amon, CFday) | 3 | Python |
277277
+----------------------------------------+------------------------------------------------------------------------------------------------------+------+-----------------+
278278
| CLOUDSAT-L2 | clw, clivi, clwvi, lwp (Amon) | 3 | NCL |
279279
+----------------------------------------+------------------------------------------------------------------------------------------------------+------+-----------------+

doc/sphinx/source/recipes/recipe_ref_fire.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ The ConFire model relies on a variety of observational datasets (see references)
3535
* ESA CCI Biomass
3636
* ISIMIP3a GSWP3-W5E5 dataset
3737

38+
For the CMIP7 version of the recipe, the time period is chosen to overlap
39+
with reliable burned area observations, namely GFED5.
40+
3841
Note: If custom ConFire run files are to be used for the diagnostic,
3942
they need to be present inside the auxiliary directory defined in the
4043
user configuration file `config_user.yml`.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Common global attributes for Cmorizer output
2+
attributes:
3+
dataset_id: CLARA-AVHRR
4+
version: A3
5+
tier: 2
6+
type: sat
7+
project_id: OBS6
8+
source: "https://cds.climate.copernicus.eu/datasets/satellite-cloud-properties"
9+
reference: "clara-a3"
10+
comment: ""
11+
12+
variables:
13+
# monthly means
14+
clivi_month:
15+
mip: Amon
16+
short_name: clivi
17+
raw: iwp_allsky
18+
filename: IWPmm{year}*.nc
19+
clt_month:
20+
mip: Amon
21+
short_name: clt
22+
raw: cfc
23+
filename: CFCmm{year}*.nc
24+
lwp_month:
25+
mip: Amon
26+
short_name: lwp
27+
raw: lwp_allsky
28+
filename: LWPmm{year}*.nc
29+
clwvi_month:
30+
mip: Amon
31+
short_name: clwvi
32+
raw: ['lwp_allsky', 'iwp_allsky']
33+
filename: ['LWPmm{year}*.nc', 'IWPmm{year}*.nc']
34+
operator: sum
35+
# daily means
36+
clivi_day:
37+
mip: CFday
38+
short_name: clivi
39+
raw: iwp_allsky
40+
filename: IWPdm{year}{month}*.nc
41+
clt_day:
42+
mip: CFday
43+
short_name: clt
44+
raw: cfc
45+
filename: CFCdm{year}{month}*.nc
46+
lwp_day:
47+
mip: CFday
48+
short_name: lwp
49+
raw: lwp_allsky
50+
filename: LWPdm{year}{month}*.nc
51+
clwvi_day:
52+
mip: CFday
53+
short_name: clwvi
54+
raw: ['lwp_allsky', 'iwp_allsky']
55+
filename: ['LWPdm{year}{month}*.nc', 'IWPdm{year}{month}*.nc']
56+
operator: sum

0 commit comments

Comments
 (0)