You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because NWM output should be the same directory as other SCHISM inputs, it already exists before ModelDriver gets to writing NWM. Since the driver passes the overwrite information to NWM, and NWM writer sees that the directory exists, it errors out.
In other words, one needs to always pass overwrite=True for the ModelDriver.write to work when NWM forcing is included.
Because NWM output should be the same directory as other SCHISM inputs, it already exists before
ModelDriver
gets to writing NWM. Since the driver passes theoverwrite
information to NWM, and NWM writer sees that the directory exists, it errors out.In other words, one needs to always pass
overwrite=True
for theModelDriver.write
to work when NWM forcing is included.To reproduce the issue:
And the output:
The text was updated successfully, but these errors were encountered: