Skip to content

Commit

Permalink
delete pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
AminTorabi-NOAA committed Jul 1, 2024
1 parent a46c6c6 commit 427683d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/troute-network/troute/nhd_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,7 @@ def write_flowveldepth(
nudge_df = pd.concat([nudge_df, empty_df]).loc[flowveldepth.index]
file_name_time = t0
jobs = []
import pdb;pdb.set_trace()

if stream_output_timediff > 0:
ts_per_file = stream_output_timediff*60//stream_output_internal_frequency

Expand Down Expand Up @@ -2209,10 +2209,10 @@ def write_flowveldepth(

filename = 'troute_output_' + file_name_time.strftime('%Y%m%d%H%M') + stream_output_type
args = (stream_output_directory,filename,
flow.iloc,
velocity.iloc,
depth.iloc,
nudge_df.iloc,
flow,
velocity,
depth,
nudge_df,
timestamps_sec,
t0)
if stream_output_type == '.nc':
Expand Down

0 comments on commit 427683d

Please sign in to comment.