Skip to content

Commit 1cc676d

Browse files
committed
remove tile_bin2nc4.F90
1 parent bcfba7e commit 1cc676d

File tree

3 files changed

+3
-565
lines changed

3 files changed

+3
-565
lines changed

GEOSldas_App/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
1712
ecbuild_add_executable (
1813
TARGET mwrtm_bin2nc4.x
1914
SOURCES util/inputs/mwRTM_params/mwrtm_bin2nc4.F90

GEOSldas_App/lenkf_j_template.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,9 @@
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

0 commit comments

Comments
 (0)