Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions intake_esgf/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ class CMIP6Plus(CMIP6):
pass


class e3sm(CMIP6):
pass


projects = {
"cmip6": CMIP6(),
"cmip5": CMIP5(),
Expand All @@ -392,6 +396,7 @@ class CMIP6Plus(CMIP6):
"drcdp": DRCDP(),
"input4mips": input4MIPs(),
"cmip6plus": CMIP6Plus(),
"e3sm": e3sm(),
}


Expand Down