-
Notifications
You must be signed in to change notification settings - Fork 1
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
Variable sinking rates in WOMBAT-lite #14
Comments
Starting this now. I was going to use BLING as the format to introduce the variable sinking scheme that has been used in the development of WOMBAT. However, it looks like BLING has variable sinking rates but does this implicitly rather then explicitly. They do not carry actively sinking tracers that are affected by the ocean circulation, which is what we want for WOMBAT. This is a problem. There are two solutions as I see:
|
Another option could be to extend the generic tracer vertical diffusion routines to allow spatially varying sinking rates |
But vertical diffusion is not sinking right? Or is this where the sinking is handled by MOM? If it is possible to extend the vertical diffusion routines to allow variable sinking rates, this would be really good going forward because there is a lot of theory and research about how the size and excess density of particles controls sinking speeds in seawater and it would be good to tap into this for developments/research in the future. |
Yeah, the sinking is handled as part of the vertical diffusion routines in generic tracers. I can't say off the top of my head how easy it would be, but worth looking in to. |
Hmmm... I will need help with this stuff. Can we talk to someone who is at work currently at ACCESS-NRI to help with this part of the dev? I can also reach out to people at CSIRO who are more numerically gifted than me or more familiar with the vertical tracer routines. |
@chrisb13 maybe could help? The (constant) sinking is handled in the I haven't looked in detail, but it looks like there's already the ability to specify a 3D "vertical movement" field for prognostic tracers. I think the intended application is for migration, but perhaps we could use this for spatially variable sinking in WOMBAT? |
Snap! |
Okay I'm going to move onto some revisions and writing, but this looks promising. I'd like to meet with you @dougiesquire and @chrisb13 at some point to see whether it would be possible to modify the generic_tracer_utils.F90 file so that we can implement variable sinking in MOM. Specific questions I have are:
|
If we calculate the vertical movement from sinking within WOMBAT, I'm not sure we'd need to modify |
Also happy to meet and chat. |
Let's go tomorrow? When's good for you Dougie? |
Flexible for @dougiesquire but might have a meeting with the US, likely morning here. Afternoon is mostly safe (except for 2:15-4pm) |
Apologies I can't do today and I'm away next week. Could do the week after |
Okay let's leave this for a moment and come back to it when Dougie's back. I have plenty to get on with in the meantime, although I am a bit nervous about the end of November coming up and having WOMBAT-lite working properly in generic tracers by the end of year. |
Update @dougiesquire @chrisb13. I've managed to the get the "move_vertical" functionality working with WOMBATlite. My detritus tracer is now sinking using this function. However, the sinking tracer is not being deposited to the sediments at the bottom grid cell, and so it is accumulating to unrealistic values in the water column just above the sediments. Due to the complexity of the code, I might need some help figuring this out. I will continue to work on it in the meantime though. Below is figure of what I'm talking about. You can see the accumulation of detritus in the bottom grid cell on shallow shelves. Note that the scale is a log10 scale, so the peak value there is 200 mmol/m3 of organic carbon, when typical values in productive waters are < 3. |
Takes ~40 minutes to run 1 year. ======================================================================================
|
Add a spatially variable sinking rate into WOMBAT-lite, although alternatives may need to be found, such as instead adding an explicit DOC (dissolved organic carbon) tracer.
The text was updated successfully, but these errors were encountered: