From bb106fb555a9d37ae96e726478b1efd93c9577ef Mon Sep 17 00:00:00 2001 From: vagudets Date: Mon, 30 Sep 2024 09:10:41 +0200 Subject: [PATCH 1/2] Update path of DWD System 2.1 on esarchive and gpfs --- conf/archive_seasonal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/archive_seasonal.yml b/conf/archive_seasonal.yml index a9caa6fd..60283002 100644 --- a/conf/archive_seasonal.yml +++ b/conf/archive_seasonal.yml @@ -94,7 +94,7 @@ gpfs: DWD-GCFS2.1: name: "DWD GCFS 2.1" institution: "European Centre for Medium-Range Weather Forecasts" - src: "exp/dwd/system21_m1/" + src: "exp/dwd/system21c3s/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", "prlr":"monthly_mean/prlr_f24h/", "sfcWind":"monthly_mean/sfcWind_f6h/", @@ -200,7 +200,7 @@ esarchive: DWD-GCFS2.1: name: "DWD GCFS 2.1" institution: "European Centre for Medium-Range Weather Forecasts" - src: "exp/dwd/system21_m1/" + src: "exp/dwd/system21c3s/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", "prlr":"monthly_mean/prlr_f24h/", "g500":"monthly_mean/g500_f12h/", "sfcWind":"monthly_mean/sfcWind_f6h/", "tasmin":"monthly_mean/tasmin_f24h/", "tasmax":"monthly_mean/tasmax_f24h/"} -- GitLab From 365da332ae300f1d179186a72e5b856189405c4b Mon Sep 17 00:00:00 2001 From: vagudets Date: Mon, 30 Sep 2024 14:21:26 +0200 Subject: [PATCH 2/2] Update prlr, tasmin and tasmax folders --- conf/archive_seasonal.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/conf/archive_seasonal.yml b/conf/archive_seasonal.yml index 60283002..3ce0db5c 100644 --- a/conf/archive_seasonal.yml +++ b/conf/archive_seasonal.yml @@ -96,9 +96,11 @@ gpfs: institution: "European Centre for Medium-Range Weather Forecasts" src: "exp/dwd/system21c3s/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", - "prlr":"monthly_mean/prlr_f24h/", + "prlr":"monthly_mean/prlr_s0-24h/", "sfcWind":"monthly_mean/sfcWind_f6h/", - "psl":"monthly_mean/psl_f6h/"} + "psl":"monthly_mean/psl_f6h/", + "tasmin":"monthly_mean/tasmin_s0-24h/", + "tasmax":"monthly_mean/tasmax_s0-24h/" } nmember: fcst: 50 hcst: 30 @@ -201,9 +203,9 @@ esarchive: name: "DWD GCFS 2.1" institution: "European Centre for Medium-Range Weather Forecasts" src: "exp/dwd/system21c3s/" - monthly_mean: {"tas":"monthly_mean/tas_f6h/", "prlr":"monthly_mean/prlr_f24h/", + monthly_mean: {"tas":"monthly_mean/tas_f6h/", "prlr":"monthly_mean/prlr_s0-24h/", "g500":"monthly_mean/g500_f12h/", "sfcWind":"monthly_mean/sfcWind_f6h/", - "tasmin":"monthly_mean/tasmin_f24h/", "tasmax":"monthly_mean/tasmax_f24h/"} + "tasmin":"monthly_mean/tasmin_s0-24h/", "tasmax":"monthly_mean/tasmax_s0-24h/"} nmember: fcst: 50 hcst: 30 -- GitLab