Testing: S2S hindcasts

This commit is contained in:
Shahram Najm 2023-10-05 10:33:34 +01:00
parent 3a1ea5a54b
commit 73499f2e35
1 changed files with 9 additions and 0 deletions

View File

@ -39,5 +39,14 @@ status=$?
set -e set -e
[ $status -ne 0 ] [ $status -ne 0 ]
# Reforecasts
${tools_dir}/grib_set -s \
tablesVersion=14,productionStatusOfProcessedData=6,productDefinitionTemplateNumber=60 \
$grib2_sample $temp1
${tools_dir}/grib_ls -jm $temp1
grib_check_key_equals $temp1 mars.hdate '20070323'
grib_check_key_equals $temp1 mars.stream 'enfh'
grib_check_key_equals $temp1 isHindcast '1'
# Clean up # Clean up
rm -f $temp1 $temp2 $tempSample rm -f $temp1 $temp2 $tempSample