Skip to content

Commit

Permalink
added maximum inundation to the list of files to copy from TDS
Browse files Browse the repository at this point in the history
  • Loading branch information
lstillwe committed May 15, 2024
1 parent 0099dd0 commit 6018ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from urllib import parse
from datetime import datetime, timezone

filelist = {'zeta_max': 'maxele.63.nc', 'swan_HS_max': 'swan_HS_max.63.nc', 'wind_max': 'maxwvel.63.nc', 'water_levels': 'fort.63.nc'}
filelist = {'zeta_max': 'maxele.63.nc', 'swan_HS_max': 'swan_HS_max.63.nc', 'wind_max': 'maxwvel.63.nc', 'water_levels': 'fort.63.nc', 'inund_max': 'maxinundepth.63.nc'}
mode = 0o755

NHC_Url = "https://www.nhc.noaa.gov/gis-at.xml"
Expand Down

0 comments on commit 6018ff1

Please sign in to comment.