mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'develop' of github.com:ecmwf/eccodes into develop
This commit is contained in:
commit
cbd1e8bc51
|
@ -14,7 +14,10 @@ module load python3
|
||||||
|
|
||||||
version=$(cat $TMPDIR/eccodes/VERSION)
|
version=$(cat $TMPDIR/eccodes/VERSION)
|
||||||
|
|
||||||
cd ~masn/REGRESSION_TESTING/ecCodes
|
regression_suite_dir=$TMPDIR/eccodes-regression-tests
|
||||||
|
mkdir -p $regression_suite_dir
|
||||||
|
git clone git@github.com:ecmwf/eccodes-regression-tests.git $regression_suite_dir
|
||||||
|
cd $regression_suite_dir
|
||||||
./par-suite.sh -w $TMPDIR/install/eccodes/$version
|
./par-suite.sh -w $TMPDIR/install/eccodes/$version
|
||||||
|
|
||||||
# For debugging specific test(s)
|
# For debugging specific test(s)
|
||||||
|
|
|
@ -11258,12 +11258,6 @@
|
||||||
parameterCategory = 19 ;
|
parameterCategory = 19 ;
|
||||||
parameterNumber = 43 ;
|
parameterNumber = 43 ;
|
||||||
}
|
}
|
||||||
#Soil moisture
|
|
||||||
'sm' = {
|
|
||||||
discipline = 2 ;
|
|
||||||
parameterCategory = 3 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
}
|
|
||||||
#10 metre u-component of neutral wind
|
#10 metre u-component of neutral wind
|
||||||
'u10n' = {
|
'u10n' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
|
|
@ -11258,12 +11258,6 @@
|
||||||
parameterCategory = 19 ;
|
parameterCategory = 19 ;
|
||||||
parameterNumber = 43 ;
|
parameterNumber = 43 ;
|
||||||
}
|
}
|
||||||
#Soil moisture
|
|
||||||
'Soil moisture' = {
|
|
||||||
discipline = 2 ;
|
|
||||||
parameterCategory = 3 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
}
|
|
||||||
#10 metre u-component of neutral wind
|
#10 metre u-component of neutral wind
|
||||||
'10 metre u-component of neutral wind' = {
|
'10 metre u-component of neutral wind' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
|
|
@ -11258,12 +11258,6 @@
|
||||||
parameterCategory = 19 ;
|
parameterCategory = 19 ;
|
||||||
parameterNumber = 43 ;
|
parameterNumber = 43 ;
|
||||||
}
|
}
|
||||||
#Soil moisture
|
|
||||||
'228039' = {
|
|
||||||
discipline = 2 ;
|
|
||||||
parameterCategory = 3 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
}
|
|
||||||
#10 metre u-component of neutral wind
|
#10 metre u-component of neutral wind
|
||||||
'228131' = {
|
'228131' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
|
|
@ -11258,12 +11258,6 @@
|
||||||
parameterCategory = 19 ;
|
parameterCategory = 19 ;
|
||||||
parameterNumber = 43 ;
|
parameterNumber = 43 ;
|
||||||
}
|
}
|
||||||
#Soil moisture
|
|
||||||
'sm' = {
|
|
||||||
discipline = 2 ;
|
|
||||||
parameterCategory = 3 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
}
|
|
||||||
#10 metre u-component of neutral wind
|
#10 metre u-component of neutral wind
|
||||||
'u10n' = {
|
'u10n' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
|
|
@ -11258,12 +11258,6 @@
|
||||||
parameterCategory = 19 ;
|
parameterCategory = 19 ;
|
||||||
parameterNumber = 43 ;
|
parameterNumber = 43 ;
|
||||||
}
|
}
|
||||||
#Soil moisture
|
|
||||||
'kg m**-3' = {
|
|
||||||
discipline = 2 ;
|
|
||||||
parameterCategory = 3 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
}
|
|
||||||
#10 metre u-component of neutral wind
|
#10 metre u-component of neutral wind
|
||||||
'm s**-1' = {
|
'm s**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
|
|
@ -116,8 +116,8 @@ grib_check_key_equals $temp2 level 5
|
||||||
# ${tools_dir}/grib_filter level.filter $sample_g2
|
# ${tools_dir}/grib_filter level.filter $sample_g2
|
||||||
|
|
||||||
# Related to ECC-530: make sure GRIB2 parameters with typeOfSecondFixedSurface
|
# Related to ECC-530: make sure GRIB2 parameters with typeOfSecondFixedSurface
|
||||||
# have correct parameter definitions (grib_set does not cause scale factor/value loss
|
# have correct parameter definitions (grib_set does not cause scale factor/value loss)
|
||||||
params="228086 228087 228095 228096 228170 228171 228039 228139"
|
params="228086 228087 228095 228096 228170 228171 228139"
|
||||||
for pid in $params; do
|
for pid in $params; do
|
||||||
${tools_dir}/grib_set -s paramId=$pid $sample_g2 $temp
|
${tools_dir}/grib_set -s paramId=$pid $sample_g2 $temp
|
||||||
grib_check_key_equals $temp paramId $pid
|
grib_check_key_equals $temp paramId $pid
|
||||||
|
|
Loading…
Reference in New Issue