Skip to content

Commit

Permalink
Changed VALID_REALMS field from 'atmosphere' to 'atmos'
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 12, 2024
1 parent 26fc4d5 commit 4d56d7f
Showing 1 changed file with 1 addition and 1 deletion.
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 4d56d7f

Please sign in to comment.