File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ subroutine USAFSI_run(n)
6969 ! ** 28 Jan 21 Updated messages for PMW snow retrievals
7070 ! ** and cleaned some unused codes..................Yeosang Yoon/NASA GSFC/SAIC
7171 ! ** 13 Jan 22 Added support for FNMOC SST GRIB1 file.........Eric Kemp/NASA GSFC/SSAI
72+ ! ** 27 Jun 23 Removed LDT_endrun for normal termination, to avoid error
73+ ! code 1.........................................Eric Kemp/SSAI
7274 ! *****************************************************************************************
7375 ! *****************************************************************************************
7476
@@ -517,7 +519,8 @@ subroutine USAFSI_run(n)
517519#endif
518520
519521 write (LDT_logunit,* ) ' [INFO] NORMAL TERMINATION'
520- call LDT_endrun()
522+ ! call LDT_endrun() ! EMK...Avoid error code 1
523+ return
521524
522525 ! ERROR HANDLING SECTION.
5235264200 continue
You can’t perform that action at this time.
0 commit comments