mirror of https://github.com/ecmwf/eccodes.git
ECC-751: Changed stream from efra to efcl
This commit is contained in:
parent
8dc88f6454
commit
fc05f411b5
|
@ -1,4 +1,4 @@
|
|||
# EFRA forecast
|
||||
# EFAS climatology control forecast
|
||||
alias mars.origin = inputOriginatingCentre;
|
||||
|
||||
# We need this because 'efas_post_proc' is defined later
|
|
@ -1,4 +1,4 @@
|
|||
# EFRA control forecast
|
||||
# EFAS climatology forecast
|
||||
alias mars.origin = inputOriginatingCentre;
|
||||
|
||||
# We need this because 'efas_post_proc' is defined later
|
|
@ -1,4 +1,4 @@
|
|||
# EFRA Gridded observations
|
||||
# EFAS climatology Gridded observations
|
||||
|
||||
# ECC-701
|
||||
alias mars.step = endStep;
|
|
@ -0,0 +1,13 @@
|
|||
# EFAS climatology perturbed forecast
|
||||
|
||||
alias mars.origin = inputOriginatingCentre;
|
||||
|
||||
alias mars.number = perturbationNumber;
|
||||
|
||||
# We need this because 'efas_post_proc' is defined later
|
||||
meta efas_model sprintf("%s", efas_post_proc) : no_copy;
|
||||
alias mars.model = efas_model;
|
||||
|
||||
alias mars.date = dateOfReanalysis;
|
||||
alias mars.time = timeOfReanalysis;
|
||||
alias mars.hdate = dataDate;
|
|
@ -1,4 +1,4 @@
|
|||
# EFRA simulation forced with observations
|
||||
# EFAS climatology simulation forced with observations
|
||||
# Water Balance
|
||||
|
||||
# ECC-701
|
|
@ -1,13 +0,0 @@
|
|||
# EFRA perturbed forecast
|
||||
#meta efas_suite_name sprintf("%s_%s_%s", inputOriginatingCentre, efas_forecast, efas_post_proc) : no_copy;
|
||||
alias mars.origin = inputOriginatingCentre;
|
||||
|
||||
alias mars.number = perturbationNumber;
|
||||
|
||||
# We need this because 'efas_post_proc' is defined later
|
||||
meta efas_model sprintf("%s", efas_post_proc) : no_copy;
|
||||
alias mars.model = efas_model;
|
||||
|
||||
alias mars.date = dateOfReanalysis;
|
||||
alias mars.time = timeOfReanalysis;
|
||||
alias mars.hdate = dataDate;
|
|
@ -33,7 +33,7 @@
|
|||
1056 ammc Melbourne
|
||||
1057 efas European Flood Awareness System (EFAS)
|
||||
1058 efse European Flood Awareness System (EFAS) seasonal forecasts
|
||||
1059 efra European Flood Awareness System (EFAS) reanalysis
|
||||
1059 efcl European Flood Awareness System (EFAS) climatology
|
||||
1060 wfas Global flood awareness system
|
||||
1070 msdc Monthly standard deviation and covariance
|
||||
1071 moda Monthly means of daily means
|
||||
|
|
|
@ -86,9 +86,9 @@ for t in $types; do
|
|||
done
|
||||
|
||||
# ---------------------------
|
||||
# Stream EFRA
|
||||
# Stream EFCL (Climatology)
|
||||
# ---------------------------
|
||||
${tools_dir}/grib_set -s tablesVersion=19,setLocalDefinition=1,stream=efra,type=fc $ECCODES_SAMPLES_PATH/GRIB2.tmpl $sample
|
||||
${tools_dir}/grib_set -s tablesVersion=19,setLocalDefinition=1,stream=efcl,type=fc $ECCODES_SAMPLES_PATH/GRIB2.tmpl $sample
|
||||
|
||||
# Test a non-ensemble, instantaneous field
|
||||
${tools_dir}/grib_set -s productDefinitionTemplateNumber=70,typeOfPostProcessing=1 $sample $temp1
|
||||
|
@ -97,7 +97,7 @@ ${tools_dir}/grib_set -s setLocalDefinition=1,localDefinitionNumber=41,yearOfRea
|
|||
grib_check_key_equals $temp2 mars.hdate,mars.date '20070323 20191213'
|
||||
# This stream does not have the 'anoffset' key
|
||||
anoffset=`${tools_dir}/grib_get -f -p mars.anoffset $temp2`
|
||||
[ "anoffset" = "not_found" ]
|
||||
[ "$anoffset" = "not_found" ]
|
||||
|
||||
|
||||
# Clean up
|
||||
|
|
Loading…
Reference in New Issue