We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0283b commit 0ceafa0Copy full SHA for 0ceafa0
climateset/download/constants/esgf.py
@@ -1,6 +1,6 @@
1
from .cmip6 import Cmip6Constants
2
from .cmip6plus import Cmip6plusConstants
3
-from .input4mips import Input4mipsConstants
+from .input4mips import INPUT4MIPS_CONSTANTS
4
5
CMIP6 = "CMIP6"
6
CMIP6PLUS = "CMIP6Plus"
@@ -13,7 +13,7 @@
13
ESGF_PROJECTS_CONSTANTS = {
14
CMIP6: Cmip6Constants,
15
CMIP6PLUS: Cmip6plusConstants,
16
- INPUT4MIPS: Input4mipsConstants,
+ INPUT4MIPS: INPUT4MIPS_CONSTANTS,
17
}
18
19
# datasets that provide inputs to climate models
0 commit comments