From c88ae7daf0d1f106d70aae4fa12307251e991eee Mon Sep 17 00:00:00 2001 From: Nuria Perez Zanon Date: Tue, 27 May 2025 16:51:32 +0200 Subject: [PATCH 1/2] seasonal config reviwed for gpfs scorecards --- conf/archive_seasonal.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/conf/archive_seasonal.yml b/conf/archive_seasonal.yml index 2670afec..d4e2d56e 100644 --- a/conf/archive_seasonal.yml +++ b/conf/archive_seasonal.yml @@ -25,6 +25,7 @@ gpfs: institution: "European Centre for Medium-Range Weather Forecasts" src: "exp/ecmwf/system51c3s/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", + "tos":"monthly_mean/tos_f6h/", "prlr":"monthly_mean/prlr_s0-24h/", "sfcWind":"monthly_mean/sfcWind_f6h/", "psl":"monthly_mean/psl_f6h/"} @@ -59,6 +60,7 @@ gpfs: monthly_mean: {"tas":"monthly_mean/tas_f6h/", "prlr":"monthly_mean/prlr_f24h/", "sfcWind":"monthly_mean/sfcWind_f6h/", + "tos":"monthly_mean/tos_f6h/", "psl":"monthly_mean/psl_f6h/"} nmember: fcst: 50 @@ -73,6 +75,7 @@ gpfs: institution: "European Centre for Medium-Range Weather Forecasts" src: "exp/meteofrance/system8c3s/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", + "tos":"monthly_mean/tos_f6h/", "prlr":"monthly_mean/prlr_s0-24h/", "sfcWind": "monthly_mean/sfcWind_f6h/", "psl":"monthly_mean/psl_f6h/"} @@ -119,7 +122,8 @@ gpfs: institution: "European Centre for Medium-Range Weather Forecasts" src: "exp/ukmo/glosea6_system602-c3s/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", - "prlr":"monthly_mean/prlr_f24h/", + "tos":"monthly_mean/tos_f6h/", + "prlr":"monthly_mean/prlr_s0-24h/", "sfcWind":"monthly_mean/sfcWind_f6h/", "psl":"monthly_mean/psl_f6h/"} nmember: @@ -135,8 +139,9 @@ gpfs: institution: "NOAA NCEP" #? src: "exp/ncep/system2c3s/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", - "prlr":"monthly_mean/prlr_f24h/", + "prlr":"monthly_mean/prlr_s0-24h/", "sfcWind":"monthly_mean/sfcWind_f6h/", + "tos":"monthly_mean/tos_f6h/", "psl":"monthly_mean/psl_f6h/"} nmember: fcst: 124 @@ -153,6 +158,7 @@ gpfs: monthly_mean: {"tas":"monthly_mean/tas_f6h/", "prlr":"monthly_mean/prlr_s0-24h/", "sfcWind":"monthly_mean/sfcWind_f6h/", + "tos":"monthly_mean/tos_f6h/", "psl":"monthly_mean/psl_f6h/", "tasmin":"monthly_mean/tasmin_s0-24h/", "tasmax":"monthly_mean/tasmax_s0-24h/" } @@ -184,6 +190,9 @@ gpfs: institution: "European Centre for Medium-Range Weather Forecasts" src: "exp/eccc/eccc5/" monthly_mean: {"tas":"monthly_mean/tas_f6h/", + "psl":"monthly_mean/psl_f6h/", + "sfcWind":"monthly_mean/sfcWind_f6h/", + "tos":"monthly_mean/tos_f6h/", "prlr":"monthly_mean/prlr_s0-24h/"} nmember: fcst: 20 @@ -191,7 +200,8 @@ gpfs: calendar: "proleptic_gregorian" time_stamp_lag: "+1" reference_grid: "conf/grid_description/griddes_eccc5.txt" - land_sea_mask: "/gpfs/projects/bsc32/esarchive_cache/exp/eccc5/constant/sftof/sftof.nc" + land_sea_mask: "/gpfs/projects/bsc32/esarchive_cache/exp/eccc/eccc5/constant/sftof/sftof.nc" + orography: "/gpfs/projects/bsc32/esarchive_cache/exp/eccc/eccc5/constant/orography.nc" ######################################################################### esarchive: src_sys: "/esarchive/" -- GitLab From 50ea36b635eaab78d7420783dec5ecf91aa50923 Mon Sep 17 00:00:00 2001 From: Nuria Perez Zanon Date: Tue, 27 May 2025 16:53:52 +0200 Subject: [PATCH 2/2] include tos to era5 in gpfs --- conf/archive_reference.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/archive_reference.yml b/conf/archive_reference.yml index c97ca34a..b3a75502 100644 --- a/conf/archive_reference.yml +++ b/conf/archive_reference.yml @@ -17,6 +17,7 @@ gpfs: "prlr":"weekly_mean/prlr_f1h-r1440x721cds/", "sfcWind":"weekly_mean/sfcWind_f1h-r1440x721cds/"} monthly_mean: {"tas":"monthly_mean/tas_f1h-r1440x721cds/", + "tos":"monthly_mean/tos_f1h-r1440x721cds/", "psl":"monthly_mean/psl_f1h-r1440x721cds/", "prlr":"monthly_mean/prlr_f1h-r1440x721cds/", "sfcWind":"monthly_mean/sfcWind_f1h-r1440x721cds/"} -- GitLab