-
Notifications
You must be signed in to change notification settings - Fork 4
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
The request of the inital data for examples #3
Comments
Hello, |
Slip is a parameter that defines whether free-slip or no-slip boundary conditions are used. g is the gravitational acceleration, rho0 had something to do with density but both of the parameters may not be used in the final version of the code. h0 is the offset of the density of the fluid, I think, as in h=h0+h' I used gnuplot to plot the results a couple of years ago... but the files have the form of a table and are probably also plotable with other tools. "RHS" is standing for "Right Hand Side" of the equation. |
You might also like to consult this alternative version of the shallow water model, which is based on the reference one in this repository: https://github.com/samhatfield/fugaku_toys/tree/master/shallow_water It's simpler in some respects and includes a script for converting the model output to NetCDF. But it doesn't have the Reduced Precision Emulator. You will also need to change the compiler to GNU or something, since it is designed for running on Fugaku. |
Hello,
When I want to implement the code on my computer. I find the code needs to open ./initial/u.dat file etc. Are these files will be generated automatically or I need to predefine them? If these files need to be predefined, can you share these files?
Thanks
The text was updated successfully, but these errors were encountered: