mirror of https://github.com/ecmwf/eccodes.git
ECC-1552: Improve test
This commit is contained in:
parent
c6f0164f93
commit
6f28ad0c2e
|
@ -47,15 +47,15 @@ done
|
|||
|
||||
# Various grid types
|
||||
${tools_dir}/grib_get -p projString $grib2_sample > $tempText
|
||||
grep -q "proj=longlat" $tempText
|
||||
grep -q "proj=longlat +R=6367470" $tempText
|
||||
${tools_dir}/grib_get -p projString $ECCODES_SAMPLES_PATH/regular_ll_pl_grib2.tmpl > $tempText
|
||||
grep -q "proj=longlat" $tempText
|
||||
grep -q "proj=longlat +R=6371229" $tempText
|
||||
${tools_dir}/grib_get -p projString $ECCODES_SAMPLES_PATH/regular_gg_ml_grib1.tmpl > $tempText
|
||||
grep -q "proj=longlat" $tempText
|
||||
grep -q "proj=longlat +R=6367470" $tempText
|
||||
${tools_dir}/grib_get -p projString $ECCODES_SAMPLES_PATH/reduced_ll_sfc_grib1.tmpl > $tempText
|
||||
grep -q "proj=longlat" $tempText
|
||||
grep -q "proj=longlat +R=6367470" $tempText
|
||||
${tools_dir}/grib_get -p projString $ECCODES_SAMPLES_PATH/reduced_gg_pl_32_grib2.tmpl > $tempText
|
||||
grep -q "proj=longlat" $tempText
|
||||
grep -q "proj=longlat +R=6371229" $tempText
|
||||
|
||||
|
||||
${tools_dir}/grib_set -s gridType=lambert_azimuthal_equal_area $grib2_sample $tempGrib
|
||||
|
|
Loading…
Reference in New Issue