Skip to content

Commit

Permalink
Merge pull request #46 from ACCESS-NRI/access-esm1p5-further-test-fixes
Browse files Browse the repository at this point in the history
Changed `VALID_REALMS` field from 'atmosphere' to 'atmos'
  • Loading branch information
CodeGat committed Aug 12, 2024
2 parents 26fc4d5 + f2f37d9 commit 8d2e2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "model_config_tests"
version = "0.0.5"
version = "0.0.6"
authors = [
{ name = "ACCESS-NRI" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/model_config_tests/qa/test_access_esm1p5_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
######################################
# Bunch of expected values for tests #
######################################
VALID_REALMS: set[str] = {"atmosphere", "land", "ocean", "ocnBgchem", "seaIce"}
VALID_REALMS: set[str] = {"atmos", "land", "ocean", "ocnBgchem", "seaIce"}
VALID_KEYWORDS: set[str] = {"global", "access-esm1.5"}
VALID_NOMINAL_RESOLUTION: str = "100 km"
VALID_REFERENCE: str = "https://doi.org/10.1071/ES19035"
Expand Down

0 comments on commit 8d2e2ac

Please sign in to comment.