-
Notifications
You must be signed in to change notification settings - Fork 21
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
Function to Generate elev.th File #135
Comments
@mansurjisan there's also this other tool developed by folks at VIMS: https://github.com/wzhengui/pylibs Please see if the functionality in questions is implemented there or not. If you can identify what is needed there we can implement the same for pyschism as well. @feiye-vims who's the main lead in pyschism development right now? I know I have access and can facilitate merges, etc. but is there anyone from your side actively developing as well? |
Fei can manage the review/merge for pyschism, but we'd appreciate any contribution from you Soroosh or others. We are overwhelmed by tasks. Thx. |
@josephzhang8 sure, if there's nothing for |
I am not the lead in pyschism. And there is no active development on pyschism on our side. I am bringing Hyungju to speed so hopefully he can manage pyschism in the near future. |
We are currently working on setting up the Duck, NC test case for the UFS Coastal App using PySCHISM. While working with this test case, we identified a need for a function in PySCHISM to generate the elev.th file. This file, which contains time-varying surface water elevation data in ASCII format, is provided with the test case, but we are unable to recreate it using the current PySCHISM functionality.
Is there an existing method in PySCHISM to generate this specific elev.th file, matching the format and content of the one provided in the Duck Island test case? If not, could you provide guidance on how we might implement this functionality or suggest an approach to create this file programmatically?
This would greatly help automate test case setup and understand the input file's generation process.
The text was updated successfully, but these errors were encountered: