Skip to content

Commit 0ceafa0

Browse files
committed
Refactor input4mips constants for safety
1 parent 4f0283b commit 0ceafa0

File tree

3 files changed

+764
-743
lines changed

3 files changed

+764
-743
lines changed

climateset/download/constants/esgf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .cmip6 import Cmip6Constants
22
from .cmip6plus import Cmip6plusConstants
3-
from .input4mips import Input4mipsConstants
3+
from .input4mips import INPUT4MIPS_CONSTANTS
44

55
CMIP6 = "CMIP6"
66
CMIP6PLUS = "CMIP6Plus"
@@ -13,7 +13,7 @@
1313
ESGF_PROJECTS_CONSTANTS = {
1414
CMIP6: Cmip6Constants,
1515
CMIP6PLUS: Cmip6plusConstants,
16-
INPUT4MIPS: Input4mipsConstants,
16+
INPUT4MIPS: INPUT4MIPS_CONSTANTS,
1717
}
1818

1919
# datasets that provide inputs to climate models

0 commit comments

Comments
 (0)