Skip to content

Commit

Permalink
Merge pull request #229 from WCRP-CORDEX/domain_id
Browse files Browse the repository at this point in the history
update domain_id
  • Loading branch information
larsbuntemeyer authored Nov 18, 2024
2 parents 6e48713 + 916d527 commit 1721e4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions CORDEX-CMIP6_domain_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@
"domain": "Australasia",
"domain_id": "AUS-50"
},
"ANT-50": {
"domain": "Antarctica",
"domain_id": "ANT-50"
},
"ARC-50": {
"domain": "Arctic",
"domain_id": "ARC-50"
},
"MED-50": {
"domain": "Mediterranean",
"domain_id": "MED-50"
Expand Down Expand Up @@ -148,6 +140,10 @@
"domain": "South East Asia",
"domain_id": "SEA-25"
},
"SEA-12": {
"domain": "South East Asia",
"domain_id": "SEA-12"
},
"SAM-50i": {
"domain": "South America",
"domain_id": "SAM-50i"
Expand Down Expand Up @@ -213,4 +209,4 @@
"domain_id": "SEA-25i"
}
}
}
}
2 changes: 1 addition & 1 deletion scripts/cordex_cv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CMIP6_CV_URL = "https://raw.githubusercontent.com/PCMDI/cmip6-cmor-tables/master/Tables/CMIP6_CV.json"

domain_table_url = [
"https://raw.githubusercontent.com/WCRP-CORDEX/domain-tables/main/CORDEX-CMIP5_rotated_grids.csv",
"https://raw.githubusercontent.com/WCRP-CORDEX/domain-tables/main/CORDEX-CMIP6_rotated_grids.csv",
"https://raw.githubusercontent.com/WCRP-CORDEX/domain-tables/main/CORDEX-CMIP5_regular_grids.csv",
]

Expand Down

0 comments on commit 1721e4e

Please sign in to comment.