-
Notifications
You must be signed in to change notification settings - Fork 10
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
Mediterranean example doesn't seem to use ECCORestoring
correctly
#221
Comments
Yes, in main the function ECCO_restoring_forcing is missing from ECCO_restoring.jl and the inlined ECCORestoring has completely different arguments which need to be restructured. Maybe someone meant to write the former function or has already done this and not yet included it? In the examples subdirectory the call occurs in the mediterranean_simulation_with_ecco_restoring.jl but also in two other cases,both in mesoscale_resolving_omip directory. |
What happened is that the source code was changed, but the example was not updated. We're still working on getting all the examples to be tested; this has been a slow process due to the computationally intensive nature of the examples. cc @navidcy |
The Mediterranean example is not part of the docs yet so it's not being run every time the docs are built. Lines 15 to 22 in 5a32b35
|
Unless I am misunderstanding something, this seems wrong:
ClimaOcean.jl/examples/mediterranean_simulation_with_ecco_restoring.jl
Lines 81 to 82 in b19c13b
I'm not sure if there is another example of how to use
ECCORestoring
lying around?The text was updated successfully, but these errors were encountered: