mirror of https://github.com/ecmwf/eccodes.git
ECC-1781: Further cleanup
This commit is contained in:
parent
ed62343032
commit
5bddfc819e
|
@ -22,6 +22,11 @@
|
||||||
MEMBERS = double *las
|
MEMBERS = double *las
|
||||||
MEMBERS = double *los
|
MEMBERS = double *los
|
||||||
MEMBERS = long Nj
|
MEMBERS = long Nj
|
||||||
|
MEMBERS = long isRotated
|
||||||
|
MEMBERS = double angleOfRotation
|
||||||
|
MEMBERS = double southPoleLat
|
||||||
|
MEMBERS = double southPoleLon
|
||||||
|
MEMBERS = long disableUnrotate
|
||||||
END_CLASS_DEF
|
END_CLASS_DEF
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -49,6 +49,8 @@ ${tools_dir}/grib_get_data "$samp_dir/sh_ml_grib2.tmpl" > $tempText
|
||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
${tools_dir}/grib_get_data $samp_dir/reduced_rotated_gg_pl_320_grib1.tmpl > $tempText
|
${tools_dir}/grib_get_data $samp_dir/reduced_rotated_gg_pl_320_grib1.tmpl > $tempText
|
||||||
${tools_dir}/grib_get_data $samp_dir/reduced_rotated_gg_pl_320_grib2.tmpl > $tempText
|
${tools_dir}/grib_get_data $samp_dir/reduced_rotated_gg_pl_320_grib2.tmpl > $tempText
|
||||||
|
ECCODES_DEBUG=-1 ${tools_dir}/grib_get_data ${data_dir}/reduced_gaussian_sub_area.grib2 > $tempText 2>&1
|
||||||
|
grep -q "sub-area num points=53564" $tempText
|
||||||
|
|
||||||
|
|
||||||
# ECC-1642: badly encoded regular grids
|
# ECC-1642: badly encoded regular grids
|
||||||
|
|
Loading…
Reference in New Issue