From 6018ff1616321d59196506e9d7a56084ff813c13 Mon Sep 17 00:00:00 2001 From: Lisa Stillwell Date: Wed, 15 May 2024 13:06:32 -0400 Subject: [PATCH] added maximum inundation to the list of files to copy from TDS --- stage_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage_data.py b/stage_data.py index f800ec8..ec3e751 100644 --- a/stage_data.py +++ b/stage_data.py @@ -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"