Skip to content
Draft
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
18 changes: 3 additions & 15 deletions esmvalcore/config/configurations/data-hpc-mo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,25 @@
projects:
CMIP6:
data:
mo: &cmip6
mo:
type: esmvalcore.io.local.LocalDataSource
rootpath: /data/users/managecmip/champ
dirname_template: "{project}/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{mip}/{short_name}/{grid}/{version}"
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}_{grid}*.nc"
mo-old-vdi:
<<: *cmip6
priority: 2
rootpath: /project/champ/data
CMIP5:
data:
mo: &cmip5
mo:
type: esmvalcore.io.local.LocalDataSource
rootpath: /data/users/managecmip/champ
dirname_template: "{project.lower}/{product}/{institute}/{dataset}/{exp}/{frequency}/{modeling_realm}/{mip}/{ensemble}/{version}/{short_name}"
filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}*.nc"
mo-old-vdi:
<<: *cmip5
priority: 2
rootpath: /project/champ/data
CORDEX:
data:
mo: &cordex
mo:
type: esmvalcore.io.local.LocalDataSource
rootpath: /data/users/managecmip/champ
dirname_template: "{project.lower}/output/{domain}/{institute}/{driver}/{exp}/{ensemble}/{institute}-{dataset}/{rcm_version}/{mip}/{short_name}/{version}"
filename_template: "{short_name}_{domain}_{driver}_{exp}_{ensemble}_{institute}-{dataset}_{rcm_version}_{mip}*.nc"
mo-old-vdi:
<<: *cordex
priority: 2
rootpath: /project/champ/data
obs4MIPs:
data:
mo:
Expand Down