File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cat $def_dir/grib2/boot.def > $bootfile
23
23
echo ' assert( year == 1990 );' >> $bootfile
24
24
echo >> $bootfile
25
25
26
- export ECCODES_DEFINITION_PATH=$PWD /$tempDir /definitions
26
+ export ECCODES_DEFINITION_PATH=$PWD /$tempDir /definitions: $ECCODES_DEFINITION_PATH
27
27
# This will activate the print statement above
28
28
${tools_dir} /grib_set -s year=1990 $sample_grib2 /dev/null
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cat $def_dir/grib2/boot.def > $bootfile
23
23
echo ' print "DEBUG: [gridType=] [typeOfLevel=]";' >> $bootfile
24
24
echo >> $bootfile
25
25
26
- export ECCODES_DEFINITION_PATH=$PWD /$tempDir /definitions
26
+ export ECCODES_DEFINITION_PATH=$PWD /$tempDir /definitions: $ECCODES_DEFINITION_PATH
27
27
# This will activate the print statement above
28
28
${tools_dir} /grib_get -p edition $sample_grib2 > $tempOut
29
29
grep -q " DEBUG: gridType=regular_ll typeOfLevel=surface" $tempOut
You can’t perform that action at this time.
0 commit comments