-
Notifications
You must be signed in to change notification settings - Fork 195
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
A more chatty, more friendly Oceananigans #1013
Labels
Comments
Should we define new log levels for this purpose? It's less committing to add "maor logging" when they can be turned off. For example we can have a |
(Sorry, I accidentally unpinned this issue but just re-pinned it) |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes precompilation and model setup tasks can take a fair amount of time. This can lead to head-scratching and/or boredom while running scripts: what is Oceananigans up to, anyways?
To solve this problem and make Oceananigans more friendly and more chatty, we might add some helpful
@info
messages that print at various stages in the model setup process.Looking at the examples gives a helpful overview of model setup. Here's some things we might consider info statements for:
display
model properties)set!(model, ...)
?Simulation
construction (stop criteria, time-step...)run!
initialization (diagnostics, output writers)run!
completion?The text was updated successfully, but these errors were encountered: