There was an error while loading. Please reload this page.
1 parent 3246db6 commit da61828Copy full SHA for da61828
1 file changed
output/modules/Hivdi.py
@@ -81,7 +81,7 @@ def get_module_data(self):
81
for s_rid in self.sos_rids:
82
if s_rid in hv_rids:
83
try:
84
- hv_ds = Dataset(hv_dir / f"{int(s_rid)}_h2ivdi.nc", 'r')
+ hv_ds = Dataset(hv_dir / f"{int(s_rid)}_hivdi.nc", 'r')
85
hv_dict["reach"]["Q"][index] = hv_ds["reach"]["Q"][:].filled(self.FILL["f8"])
86
hv_dict["reach"]["A0"][index] = hv_ds["reach"]["A0"][:].filled(np.nan)
87
# hv_dict["reach"]["alpha"][index] = hv_ds["reach"]["alpha"][:].filled(np.nan)
0 commit comments