diff --git a/conf/archive_reference.yml b/conf/archive_reference.yml index ac7bf27fd8045331122dbdde64de64d49f737f2a..063ed47063a7966da7b6c853c5a40ad00d7a290d 100644 --- a/conf/archive_reference.yml +++ b/conf/archive_reference.yml @@ -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/", diff --git a/recipe_template.yml b/recipe_template.yml index 5ba8fbb2d4d07620829c79e591fb3473acf4bedd..b9cd5300eda36aab5966260156bfcd4afd5dede2 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 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. - {name: 'tos', freq: 'monthly_mean', units: 'C'}