File tree Expand file tree Collapse file tree 3 files changed +3
-565
lines changed
Expand file tree Collapse file tree 3 files changed +3
-565
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ ecbuild_add_executable (
99 SOURCES preprocess_ldas.F90 preprocess_ldas_routines.F90
1010 LIBS GEOSldas_GridComp MAPL)
1111
12- ecbuild_add_executable (
13- TARGET tile_bin2nc4.x
14- SOURCES tile_bin2nc4.F90
15- LIBS MAPL)
16-
1712ecbuild_add_executable (
1813 TARGET mwrtm_bin2nc4.x
1914 SOURCES util/inputs/mwRTM_params/mwrtm_bin2nc4.F90
Original file line number Diff line number Diff line change 518518 if($file_ext == nc4) then
519519 /bin/mv $ofile $THISDIR/.
520520 else
521- set binfile = `echo $ofile | rev | cut -d'.' -f2- | rev`
522- set decr_file = `echo $ofile | rev | cut -d'.' -f3- | rev`.ctl
523- ($GEOSBIN/tile_bin2nc4.x $binfile $decr_file $TILECOORD ; \\
524- /bin/mv ${{binfile}}.nc4 $THISDIR/. ; \\
525- /bin/rm ${{binfile}}.bin) &
521+ set rc = -1
522+ echo "ERROR: detected unexpected binary output file(s), exit without post-processing"
523+ exit $rc
526524 endif
527525 end
528526 wait
You can’t perform that action at this time.
0 commit comments