-
Notifications
You must be signed in to change notification settings - Fork 3
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
GraysHarbor and NY tidal examples #1
base: main
Are you sure you want to change the base?
Conversation
@YuchengZhang-hub can you remove the output from the jupyter notebooks? Also it looks like this does not include what @rjleveque did for Grays Harbor. @rjleveque do you want to include that as well? |
Sure, do you want me to create .html files for the jupyter notebooks that include outputs just like what Dr. Leveque did? |
No, just make the notebooks not contain the output. |
I just cleared all outputs from the notebooks. |
It looks like there are still a number of figures (png files) in the PR. Are those from output? |
The figures are used to explain things (for example, I used them to show the physical domain and gauge locations) in jupyter notebook, they are generated from make .plots and not from jupyter notebooks itself. They could be deleted if you want. |
If they can be generated by running the code then they should definitely be removed. |
A few additional changes:
|
@YuchengZhang-hub: Thanks for working on this, I'm interested to see the comparisons of the approaches! I just tried running the code in Following up on @mandli's comment regarding repeated code, you also have two different directories |
Hello Dr. @rjleveque , the height.txt could be generated from the Jupyter notebook and it should be moved to _output subdirectory. Following Dr. @mandli 's comment, I'm working on simplifying the directories, I should be able to have a new commit ready tomorrow. |
Thanks, I got the example to run fine. Another thing I noticed is that you read in the full |
Great idea, thanks. I'm going to implement it now. I just made a lot of changes to the structures of my directories, I also made height.txt take into account of time shift and scaling so it doesn't need to be implemented in bc2amr.f90. I also included your ocean forcing code, hope that's OK or I could delete it. |
Which ocean forcing code? |
Dr. Leveque's code, the forced surface tide (https://github.com/rjleveque/geoclaw_tides/tree/main/GraysHarbor) |
@rjleveque are you ok with us moving your other code into this one? |
Yes, I think it's a good idea to include that code here as well. I'll try to go through these examples again in more detail soon. |
No description provided.