From b597dcd4f742e136fab2684bb14020011ed27549 Mon Sep 17 00:00:00 2001 From: allabres Date: Fri, 3 Feb 2023 12:41:02 +0100 Subject: [PATCH 1/2] Update archive.yml (variables, like tdps, added) --- conf/archive.yml | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/conf/archive.yml b/conf/archive.yml index 9d994ee5..e6567416 100644 --- a/conf/archive.yml +++ b/conf/archive.yml @@ -1,5 +1,3 @@ - - archive: src: "/esarchive/" System: @@ -9,17 +7,23 @@ archive: src: "exp/ecmwf/system5c3s/" daily_mean: {"tas":"_f6h/", "rsds":"_s0-24h/", "prlr":"_s0-24h/", "sfcWind":"_f6h/", - "tasmin":"_f24h/", "tasmax":"_f24h/"} + "tasmin":"_f24h/", "tasmax":"_f24h/", + "ta300":"_f12h/", "ta500":"_f12h/", "ta850":"_f12h/", + "g300":"_f12h/", "g500":"_f12h/", "g850":"_f12h/", + "tdps":"_f6h/", "hurs":"_f6h/"} monthly_mean: {"tas":"_f6h/", "rsds":"_s0-24h/", "prlr":"_s0-24h/", "sfcWind":"_f6h/", - "tasmin":"_f24h/", "tasmax":"_f24h/"} + "tasmin":"_f24h/", "tasmax":"_f24h/", + "ta300":"_f12h/", "ta500":"_f12h/", "ta850":"_f12h/", + "g300":"_f12h/", "g500":"_f12h/", "g850":"_f12h/", + "tdps":"_f6h/"} nmember: fcst: 51 hcst: 25 calendar: "proleptic_gregorian" reference_grid: "/esarchive/exp/ecmwf/system5c3s/monthly_mean/tas_f6h/tas_20180501.nc" system7c3s: - name: "Méteo-France System 7" + name: "Meteo-France System 7" institution: "European Centre for Medium-Range Weather Forecasts" src: "exp/meteofrance/system7c3s/" monthly_mean: {"tas":"_f6h/", "g500":"_f12h/", @@ -106,17 +110,28 @@ archive: daily_mean: {"tas":"_f1h-r1440x721cds/", "rsds":"_f1h-r1440x721cds/", "prlr":"_f1h-r1440x721cds/", + "g300":"_f1h-r1440x721cds/", "g500":"_f1h-r1440x721cds/", + "g850":"_f1h-r1440x721cds/", "sfcWind":"_f1h-r1440x721cds/", "tasmax":"_f1h-r1440x721cds/", - "tasmin":"_f1h-r1440x721cds/"} + "tasmin":"_f1h-r1440x721cds/", + "ta300":"_f1h-r1440x721cds/", + "ta500":"_f1h-r1440x721cds/", + "ta850":"_f1h-r1440x721cds/", + "hurs":"_f1h-r1440x721cds/"} monthly_mean: {"tas":"_f1h-r1440x721cds/", "prlr":"_f1h-r1440x721cds/", "rsds":"_f1h-r1440x721cds/", + "g300":"_f1h-r1440x721cds/", "g500":"_f1h-r1440x721cds/", + "g850":"_f1h-r1440x721cds/", "sfcWind":"_f1h-r1440x721cds/", "tasmax":"_f1h-r1440x721cds/", - "tasmin":"_f1h-r1440x721cds/"} + "tasmin":"_f1h-r1440x721cds/", + "ta300":"_f1h-r1440x721cds/", + "ta500":"_f1h-r1440x721cds/", + "ta850":"_f1h-r1440x721cds/"} calendar: "standard" reference_grid: "/esarchive/recon/ecmwf/era5/monthly_mean/tas_f1h-r1440x721cds/tas_201805.nc" era5land: @@ -127,7 +142,8 @@ archive: "prlr":"_f1h/", "sfcWind":"_f1h/"} monthly_mean: {"tas":"_f1h/","tasmin":"_f24h/", "tasmax":"_f24h/", "prlr":"_f1h/", - "sfcWind":"_f1h/", "rsds":"_f1h/"} + "sfcWind":"_f1h/", "rsds":"_f1h/", + "tdps":"_f1h/"} calendar: "proleptic_gregorian" reference_grid: "/esarchive/recon/ecmwf/era5land/daily_mean/tas_f1h/tas_201805.nc" uerra: -- GitLab From e9261d8cb11c445f5fa5c5f96ae9987fb38b8361 Mon Sep 17 00:00:00 2001 From: allabres Date: Wed, 15 Feb 2023 10:26:42 +0100 Subject: [PATCH 2/2] Update variable-dictionary.yml --- conf/variable-dictionary.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/variable-dictionary.yml b/conf/variable-dictionary.yml index 51252154..8631a318 100644 --- a/conf/variable-dictionary.yml +++ b/conf/variable-dictionary.yml @@ -1,4 +1,3 @@ - vars: ## NOTE: The units field in this file corresponds to CMOR standards. ## Some variables in esarchive may have different units than stated here. @@ -31,6 +30,11 @@ vars: long_name: "Surface Temperature" standard_name: "surface_temperature" accum: no + tdps: + units: "K" + long_name: "2 metre dewpoint temperature" + standard_name: + accum: no sfcWind: units: "m s-1" long_name: "Near-Surface Wind Speed" -- GitLab