-
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
(0.12.0) Implements PISCES
model
#178
Conversation
Hmw ct jsw/pisces
New Box Model merge
Hmw ct jsw/pisces
@johnryantaylor I think this is now ready to merge. You can see the (brief) documentation I've written here https://oceanbiome.github.io/OceanBioME.jl/previews/PR178/model_components/biogeochemical/PISCES/PISCES/ with notes on what is different to Aumount, 2015 here https://oceanbiome.github.io/OceanBioME.jl/previews/PR178/model_components/biogeochemical/PISCES/notable_differences/ Is there anything else you think needs doing? |
@ciadht @hannahmw1, I'm probably going to merge this soon. Thank you for all your work, it was really helpful and I'm not sure I'd have had the dedication to track down all of the bugs that you found. If there's anything else you think we need todo before we merge let me know! But no worries if you don't want to look through it all (I've changed the code quite a lot, mainly to make it work on GPU). |
Hi Jago,
Thanks for keeping us in the loop - exciting to hear its nearly ready to be merged! Hope all goes well with the merge and future of PISCES.
Hannah
…________________________________
From: Jago Strong-Wright ***@***.***>
Sent: 04 October 2024 17:17
To: OceanBioME/OceanBioME.jl ***@***.***>
Cc: hannahmw1 ***@***.***>; Mention ***@***.***>
Subject: Re: [OceanBioME/OceanBioME.jl] Implements `PISCES` model (PR #178)
@ciadht<https://github.com/ciadht> @hannahmw1<https://github.com/hannahmw1>, I'm probably going to merge this soon. Thank you for all your work, it was really helpful and I'm not sure I'd have had the dedication to track down all of the bugs that you found.
If there's anything else you think we need todo before we merge let me know! But no worries if you don't want to look through it all (I've changed the code quite a lot, mainly to make it work on GPU).
—
Reply to this email directly, view it on GitHub<#178 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BCJ3NJMOCYDI5W3FS34Q4NTZZ3ESXAVCNFSM6AAAAABKTERLBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJUGE4DIOBQGY>.
You are receiving this because you were mentioned.
|
Hi Jago, This all looks fantastic! Great to see PISCES becoming a part of OceanBioME! I'm just writing my presentation at the moment and I wondered if you could let me know what happened with the Paris meeting just so I can add it to the end? Thanks, |
Great to hear from you both! @ciadht I'll message you on slack about it |
This PR probably isn't API breaking but there are some major internal changes to support discrete form models so going to bump minor version |
To do (for me but others feel free to open a PR into this branch doing them if you want to):
setup_velocity_fields
and check that function field passing works and check open_bottom is working - addressed in Fixessetup_sinking_velocities
and adds tests #210Implement dust deposition (?)remove dust, should be some general implementation to add as an additional forcing, like river inputs- [ ] Implement mixed layer field - going todo this in OceanosticsI also imagine that there are a lot of GPU issues, and a lot of formatting needs to be changed
CC: @hannahmw1 @ciadht