From c8d647747ddcce0c8455910dc2f85307073dbd56 Mon Sep 17 00:00:00 2001 From: vagudets Date: Tue, 10 Dec 2024 17:15:17 +0100 Subject: [PATCH 1/5] Change tasmin and tasmax from f1h to f24h --- conf/archive_reference.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/archive_reference.yml b/conf/archive_reference.yml index ac7bf27f..851511b3 100644 --- a/conf/archive_reference.yml +++ b/conf/archive_reference.yml @@ -29,7 +29,7 @@ esarchive: "g500":"daily_mean/g500_f1h-r1440x721cds/", "g850":"daily_mean/g850_f1h-r1440x721cds/", "sfcWind":"daily_mean/sfcWind_f1h-r1440x721cds/", - "tasmax":"daily/tasmax-r1440x721cds/", + 24tasmax":"daily/tasmax-r1440x721cds/", "tasmin":"daily/tasmin-r1440x721cds/", "ta300":"daily_mean/ta300_f1h-r1440x721cds/", "ta500":"daily_mean/ta500_f1h-r1440x721cds/", @@ -43,8 +43,8 @@ esarchive: "g500":"monthly_mean/g500_f1h-r1440x721cds/", "g850":"monthly_mean/g850_f1h-r1440x721cds/", "sfcWind":"monthly_mean/sfcWind_f1h-r1440x721cds/", - "tasmax":"monthly_mean/tasmax_f1h-r1440x721cds/", - "tasmin":"monthly_mean/tasmin_f1h-r1440x721cds/", + "tasmax":"monthly_mean/tasmax_f24h-r1440x721cds/", + "tasmin":"monthly_mean/tasmin_f24h-r1440x721cds/", "ta300":"montly_mean/ta300_f1h-r1440x721cds/", "ta500":"monthly_mean/ta500_f1h-r1440x721cds/", "ta850":"monthly_mean/ta850_f1h-r1440x721cds/", -- GitLab From 4cc29789036c8662c082a8727b27735ff179a709 Mon Sep 17 00:00:00 2001 From: vagudets Date: Fri, 13 Dec 2024 11:43:02 +0100 Subject: [PATCH 2/5] Add a comment about data folders --- recipe_template.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipe_template.yml b/recipe_template.yml index 5ba8fbb2..fb84c971 100644 --- a/recipe_template.yml +++ b/recipe_template.yml @@ -5,8 +5,10 @@ Description: Analysis: Horizon: seasonal # Mandatory, str: 'subseasonal', 'seasonal', or 'decadal'. Variables: - # name: variable name(s) in the /esarchive (Mandatory, str) + # name: variable name(s) in the archive (Mandatory, str) # freq: 'monthly_mean', 'daily' or 'daily_mean' (Mandatory, str) + # To check the specific data loaded for each loaded variable, see the archive_*.yml + # files in the conf/ folder. # units: desired data units for each variable. Only available for temperature, # precipitation, and pressure variables. - {name: 'tos', freq: 'monthly_mean', units: 'C'} -- GitLab From cf0500c0e3f8f682257c41ec3ea1e2a791ee5421 Mon Sep 17 00:00:00 2001 From: vagudets Date: Mon, 16 Dec 2024 14:28:34 +0100 Subject: [PATCH 3/5] Adjust comment --- recipe_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe_template.yml b/recipe_template.yml index fb84c971..09c9382d 100644 --- a/recipe_template.yml +++ b/recipe_template.yml @@ -7,8 +7,8 @@ Analysis: Variables: # name: variable name(s) in the archive (Mandatory, str) # freq: 'monthly_mean', 'daily' or 'daily_mean' (Mandatory, str) - # To check the specific data loaded for each loaded variable, see the archive_*.yml - # files in the conf/ folder. + # To check the specific data loaded for each variable and frequency selected, see the archive_*.yml + # see the corresponding archive_*.yml files in the conf/ folder. # units: desired data units for each variable. Only available for temperature, # precipitation, and pressure variables. - {name: 'tos', freq: 'monthly_mean', units: 'C'} -- GitLab From 8d1f9898c70a9ea95b457fa21413ebbdfdb6c788 Mon Sep 17 00:00:00 2001 From: vagudets Date: Mon, 16 Dec 2024 14:35:58 +0100 Subject: [PATCH 4/5] Fix typo --- conf/archive_reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/archive_reference.yml b/conf/archive_reference.yml index 851511b3..063ed470 100644 --- a/conf/archive_reference.yml +++ b/conf/archive_reference.yml @@ -29,7 +29,7 @@ esarchive: "g500":"daily_mean/g500_f1h-r1440x721cds/", "g850":"daily_mean/g850_f1h-r1440x721cds/", "sfcWind":"daily_mean/sfcWind_f1h-r1440x721cds/", - 24tasmax":"daily/tasmax-r1440x721cds/", + "tasmax":"daily/tasmax-r1440x721cds/", "tasmin":"daily/tasmin-r1440x721cds/", "ta300":"daily_mean/ta300_f1h-r1440x721cds/", "ta500":"daily_mean/ta500_f1h-r1440x721cds/", -- GitLab From 6a185771577a7cf0ac56bae07a4231467254dd5c Mon Sep 17 00:00:00 2001 From: vagudets Date: Mon, 16 Dec 2024 15:06:28 +0100 Subject: [PATCH 5/5] Fix typo in template --- recipe_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe_template.yml b/recipe_template.yml index 09c9382d..b9cd5300 100644 --- a/recipe_template.yml +++ b/recipe_template.yml @@ -7,7 +7,7 @@ Analysis: Variables: # name: variable name(s) in the archive (Mandatory, str) # freq: 'monthly_mean', 'daily' or 'daily_mean' (Mandatory, str) - # To check the specific data loaded for each variable and frequency selected, see the archive_*.yml + # To check the specific data loaded for each variable and frequency selected, # see the corresponding archive_*.yml files in the conf/ folder. # units: desired data units for each variable. Only available for temperature, # precipitation, and pressure variables. -- GitLab