mirror of https://github.com/ecmwf/eccodes.git
Testing: bufr_dump_fortran
This commit is contained in:
parent
8e13283799
commit
cdaf6d1317
|
@ -18,6 +18,8 @@ fLog=${label}".log"
|
|||
rm -f $fLog
|
||||
|
||||
tempBufr=outfile.bufr
|
||||
tempDir=${label}.dir
|
||||
mkdir -p $tempDir
|
||||
|
||||
bufr_files=`cat ${data_dir}/bufr/bufr_data_files.txt`
|
||||
|
||||
|
@ -48,6 +50,8 @@ if command -v pkg-config >/dev/null 2>&1; then
|
|||
fi
|
||||
fi
|
||||
|
||||
cd $tempDir
|
||||
|
||||
for file in ${bufr_files}
|
||||
do
|
||||
tempSrc=$label.$file.f90
|
||||
|
|
Loading…
Reference in New Issue