Skip to content

Commit

Permalink
* Merge branch 'main' into 660-coordinate-variables
Browse files Browse the repository at this point in the history
* Replaced a couple of Union[Type, None] with Optional[Type]
  • Loading branch information
charles-turner-1 committed Oct 17, 2024
2 parents 52c7cb0 + 017cd2d commit 67e124e
Show file tree
Hide file tree
Showing 12 changed files with 478 additions and 123 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Set up Python 3.11
uses: actions/setup-python@v5
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1

Expand All @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gadi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout repository
### Latest at time of writing
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Sync repository to Gadi
### Latest at time of writing
uses: up9cloud/action-rsync@v1.4
Expand Down
9 changes: 9 additions & 0 deletions config/cordex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
builder: null

translator: CordexTranslator

sources:

- metadata_yaml: /g/data/xp65/admin/intake/metadata/cordex_ig45/metadata.yaml
path:
- /g/data/ig45/catalog/v2/esm/catalog.json
126 changes: 126 additions & 0 deletions config/metadata_sources/cordex-ig45/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
name: cordex_ig45
experiment_uuid: c7021d1e-7ba2-11ef-beb5-000007d3fe80
description: 20km regional projections for CORDEX-CMIP6 from the Queensland Future Climate Science Program
long_description: >-
This dataset includes projections at 20km and 10km, formatted to meet the CORDEX-CMIP6 data standards.
The 20km projections were derived from the 10km projections.
model:
- CMIP6
frequency:
- day
- mon
- 1hr
- fx
variable:
- clt
- tauv
- clh
- clwvi
- ua850
- sund
- ua100m
- va250
- uas
- prc
- vas
- mrfso
- rlds
- ta200
- hus1000
- hus600
- prw
- hus850
- va200
- tas
- clivi
- zg200
- rsut
- va600
- rsdt
- tasmax
- sfcWindmax
- va850
- mrso
- ps
- hus400
- ta1000
- ua250
- tauu
- pr
- va925
- snc
- hus200
- clm
- zg500
- hurs
- rlut
- hus300
- rsds
- ua200
- psl
- ta850
- va400
- zg400
- snm
- ta925
- prsn
- hus250
- zg1000
- ta600
- zg925
- huss
- ta500
- va1000
- zg700
- zmla
- hfss
- zg850
- ua925
- zg600
- ua300
- rsus
- hus500
- sfcWind
- ts
- va500
- va100m
- ua500
- ua700
- va700
- soilt
- snd
- ua1000
- ta700
- hfls
- tasmin
- zg250
- cll
- hus700
- rlus
- va300
- ua600
- hus925
- ta250
- ua400
- prhmax
- sftlf
- ta400
- ta300
- snw
- zg300
- orog
- sftlaf
nominal_resolution:
- 20km
- 10km
version:
contact: NCI
email: help@nci.org.au
reference:
license:
url: https://geonetwork.nci.org.au/geonetwork/srv/eng/catalog.search#/metadata/f7465_8388_5100_7022
parent_experiment:
related_experiments:
notes:
keywords:
- cmip
Loading

0 comments on commit 67e124e

Please sign in to comment.