Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fort.19 I/O to allow multiple ADCIRC open boundaries #7

Open
gajanan-choudhary opened this issue Oct 22, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@gajanan-choudhary
Copy link
Member

Currently, only 1 "open boundary", i.e., an ADCIRC boundary with water elevation specified, works correctly. This is because ADCIRC reads in data from fort.19 as it marches in time. I had planned to replace fort.19 with a fort.19.new file which would contain correct values. However, the values in fort.19.new are currently only correct for the coupled boundary. We need to either read in correct values from fort.19 and write them in fort.19.new, or read in values from fort.19 inside Python, and then replace the values at coupled boundary with the correct values and increment the BC timestamp so that ADCIRC skips reading fort.19.

@gajanan-choudhary gajanan-choudhary added the bug Something isn't working label Oct 22, 2020
@gajanan-choudhary gajanan-choudhary self-assigned this Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant