-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
199 data request 20km regional projections for cordex cmip6 queensland future climate science #219
Merged
rbeucher
merged 30 commits into
main
from
199-data-request-20km-regional-projections-for-cordex-cmip6-queensland-future-climate-science
Oct 17, 2024
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
95e53e7
Updated .gitignore to include some vs code settings
charles-turner-1 13b38a9
* Added type hints
charles-turner-1 f89ece1
More type hints
charles-turner-1 aeaa970
Type hint upddates
charles-turner-1 6eb659e
Updated data_vars => variables in parse_access_ncfile to allow coordi…
charles-turner-1 f36050f
Added a bunch of type annotations & starting to look at how we fit in…
charles-turner-1 ca1743e
Updated all the builders to use a dataclass rather than a tuple:
charles-turner-1 1c5378e
- Updated the builders to use separate coordinate & variables
charles-turner-1 7f34102
- Added mypy checks for 3.9..3.12. Note type hints fail on Python3.9 …
charles-turner-1 bc0265c
Rewrote type hints to be compatible with Python3.9 (T | None => Optio…
charles-turner-1 f84d383
Fixed some issues tests weren't catching
charles-turner-1 7799c8d
Renamed => - makes indexing more consistent
charles-turner-1 e6590c9
Fixed a couple of issues relating to changing from coords => coord in…
charles-turner-1 0c96e28
Add cmip6_ig45 to catalog
marc-white 1d9f429
- Moved coordinate variables back into variables (simpler interface)
charles-turner-1 3e8ad02
Merge branch 'main' into 660-coordinate-variables
charles-turner-1 27e460f
Merge branch '660-coordinate-variables' into 199-data-request-20km-re…
charles-turner-1 396df8e
Cleaned up _cmip_realm_translator & added sorting to test (order unim…
charles-turner-1 40b055e
Merge branch 'main' into 660-coordinate-variables
charles-turner-1 73265b5
Merge branch '660-coordinate-variables' of https://github.com/ACCESS-…
charles-turner-1 babc3da
Added _DispatchKeys dataclass to hold tagnames
charles-turner-1 0e2d669
Refactored a bunch of the translations out to the DefaultTranslator
charles-turner-1 28a8a46
Updated translators.py to include CordexTranslator, added config/cord…
charles-turner-1 8dc5c2a
Working cordex translator
charles-turner-1 b3dc52d
gerge branch 'refactor_translators' into 199-data-request-20km-region…
charles-turner-1 b3da577
Revert "Merge branch '660-coordinate-variables' into 199-data-request…
charles-turner-1 b303840
- Updated tests (covered missing lines introduced by refactor found by
charles-turner-1 6deea5d
gerge branch 'main' into 199-data-request-20km-regional-projections-f…
charles-turner-1 cd0e241
- Renamed experiment in metadata.yaml
charles-turner-1 35c20fb
Add missing newlines to end of yaml & json files
charles-turner-1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] | ||
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 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marc-white Can you confirm this is where we are wanting to store our metadata files? Just wanna double check I've understood correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is correct.