Skip to content

Commit

Permalink
Issue #2: replace ERROR with WARNING in tcv_mod.f90 runtime printout
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jul 1, 2020
1 parent a1f83ec commit bbdaf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gsi/tcv_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ subroutine get_storminfo(lunin)
iret = 0
return
else
write(6,*)'GET_STORMINFO: ***ERROR*** num storms to be processed <= 0'
write(6,*)'GET_STORMINFO: ***WARNING*** num storms to be processed <= 0'
write(6,*)'GET_STORMINFO: Check file assigned to unit lucard=',lucard
iret = 99
return
Expand Down Expand Up @@ -255,7 +255,7 @@ subroutine read_tcv_card(nums,storm,lucard,stswitch,slonfg,slatfg,centerid,stid,
iret = 0
return
else
write(6,*)'READ_TCV_CARD: ***ERROR*** num storms to be processed <=0 '
write(6,*)'READ_TCV_CARD: ***WARNING*** num storms to be processed <=0 '
write(6,*)'READ_TCV_CARD: Check file assigned to unit lucard=',lucard
iret = 99
return
Expand Down

0 comments on commit bbdaf21

Please sign in to comment.