Skip to content

Commit f9117a1

Browse files
committed
feat: update flow unit in create_catalog from 'ft/s' to 'cfs'
1 parent 1ffb348 commit f9117a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydsm/output/hydroh5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def get_data_tables(self):
173173
def create_catalog(self):
174174
dfc = self.get_channels()
175175

176-
cat_flow = dsm2h5.create_catalog_entry(self.filename, dfc, "flow", "ft/s")
176+
cat_flow = dsm2h5.create_catalog_entry(self.filename, dfc, "flow", "cfs")
177177
cat_area = dsm2h5.create_catalog_entry(self.filename, dfc, "area", "ft^2")
178178
cat_avg_area = dsm2h5.create_catalog_entry(
179179
self.filename, dfc, "area", "ft^2", updown=False

0 commit comments

Comments
 (0)