Skip to content

Commit

Permalink
Fix for listing of available ADCIRC result files, i.e., fort.63.nc
Browse files Browse the repository at this point in the history
  • Loading branch information
shinbunya committed Jul 10, 2024
1 parent 5fdd4d6 commit 55ec72f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adda/adda.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ def main(args):
if "/".join(u.split('/')[0:2]) <= args.current_time:
urls2.append(os.path.join(fw_dir,u))
urls=urls2


urls = sorted(urls)
utilities.log.info('URL list before filtering is:\n{}'.format('\n'.join(urls)))

if not urls:
Expand Down

0 comments on commit 55ec72f

Please sign in to comment.