-
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
Added N conserving option for sinking tracers, timestep utility, and modified examples #39
Conversation
Also realized where I was iterating over kappa before it was incorrect and only going 1 to 365s not the whole year (hence the change in c since I've essentially trial and error worked out that 2.6min time step is about as low as it can go with the sediment model and the grid as configured in the example). |
@syou83syou83 I've changed the examples a bit and cleaned up the directory, hope thats okay with you? I'll add some plots to the readme at some point then merge. |
Sorry just got off a plane but when I was flying I realised the timestep difference between some of the models is because of the diffusivity. When I'm using ~2.6mim the max diffusivity is 2e-2 so I would expect about 30 seconds for the normal 8e-2 FYI @syou83syou83 |
Time step utility is (unsupprisingly) a lot slower than Oceananigans' ones for nonfunctional diffusivity so probably shouldn't use this during the simulation like they do for TimestepWizard, alternatively could by much less regularly. May do that as a test that this is actually the limiting factor.