Skip to content

Commit da61828

Browse files
committed
Enforce 'hivdi' and not 'h2ivdi' both in directories and files
1 parent 3246db6 commit da61828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

output/modules/Hivdi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_module_data(self):
8181
for s_rid in self.sos_rids:
8282
if s_rid in hv_rids:
8383
try:
84-
hv_ds = Dataset(hv_dir / f"{int(s_rid)}_h2ivdi.nc", 'r')
84+
hv_ds = Dataset(hv_dir / f"{int(s_rid)}_hivdi.nc", 'r')
8585
hv_dict["reach"]["Q"][index] = hv_ds["reach"]["Q"][:].filled(self.FILL["f8"])
8686
hv_dict["reach"]["A0"][index] = hv_ds["reach"]["A0"][:].filled(np.nan)
8787
# hv_dict["reach"]["alpha"][index] = hv_ds["reach"]["alpha"][:].filled(np.nan)

0 commit comments

Comments
 (0)