mirror of https://github.com/ecmwf/eccodes.git
9 lines
195 B
Bash
9 lines
195 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./include.sh
|
||
|
|
||
|
${examples_dir}iterator ${data_dir}/reduced_gaussian_model_level.grib1 > /dev/null
|
||
|
|
||
|
${examples_dir}iterator ${data_dir}/regular_gaussian_model_level.grib1 > /dev/null
|
||
|
|