EcohydrologyTeam / ClearWater-riverine

A 2D water quality transporter model to calculate conservative advection and diffusion of constituents from an unstructured grid of flows
MIT License
6 stars 0 forks source link

Improve time stamp reader from the hdf5 file #46

Open jrutyna opened 8 months ago

jrutyna commented 8 months ago

Currently, the hdf.py module (see line 30) is using the "Time Date Stamp" table from the hdf5 file. This is okay to use unless the HEC-RAS output is set to sub-second intervals then the "Time Date Stamp (ms)" table should be used. Need to investigate if this has any adverse impacts elsewhere in the repository before making this change.