Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise the user-config.yml to support updated MO user config requirements #2658

Merged
merged 4 commits into from
Feb 11, 2025
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
24 changes: 23 additions & 1 deletion esmvalcore/config/configurations/defaults/config-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ drs:
# OBS: not_yet
# OBS6: not_yet

# Site-specific entries: Met Office
# Site-specific entries: Met Office - Old VDI
# Uncomment the lines below to locate data at the Met Office.
#rootpath:
# CMIP5: /project/champ/data/cmip5/output1
Expand All @@ -263,6 +263,28 @@ drs:
# ana4mips: BADC
# native6: default

# Site-specific entries: Met Office - New VDI
# Uncomment the lines below to locate data at the Met Office.
#rootpath:
# CMIP5: /data/users/managecmip/champ/cmip5/output1
# CMIP6: /data/users/managecmip/champ/CMIP6
# CORDEX: /data/users/managecmip/champ/cordex/output
# OBS: /data/users/esmval/ESMValTool/obs
# OBS6: /data/users/esmval/ESMValTool/obs
# obs4MIPs: /data/users/esmval/ESMValTool/obs
# ana4mips: /data/users/managecmip/champ/ana4MIPs
# native6: /data/users/esmval/ESMValTool/rawobs
# RAWOBS: /data/users/esmval/ESMValTool/rawobs
#drs:
# CMIP5: BADC
# CMIP6: BADC
# CORDEX: BADC
# OBS: default
# OBS6: default
# obs4MIPs: default
# ana4mips: BADC
# native6: default

# Site-specific entries: NCI
# Uncomment the lines below to locate data at NCI.
#rootpath:
Expand Down