-
Notifications
You must be signed in to change notification settings - Fork 25
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
Hamocc kwrbioz off - enable remin and primary prod throughout full water column #367
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Should be tested thoroughly that (a) lkwrbioz_off=false is bit-for-bit, and (b) lkwrbioz=true shows an expected behavior.
I'd suggest to remove the switch as soon as this has be tested with reasonable results and make "one-loop" configuration the standard.
Hi @JorgSchwinger , testing is in progress. Wrt removing the switch: you suggest to first perform the current PR and then deleting stuff in a second step after the current PR has merged? |
Yes, that's what I meant. |
Looks fine to me. |
Sorry for being a bit slow on these things these days... - I did a 10 year run (that I guess, I should continue to one full century) and after 10 years, integrated primary production is boostet up to about 58GtC/yr with an export production of about 8.6GtC/yr - let's see where that goes with a longer run time. I still need to check wrt master which I will perform hereafter. |
Dear @mvertens , I am running into issues, when trying setup a new baseline run. What I performed:
this runs into the error:
The variable |
This sounds a bit suspicious to me ("normal" PP would be around 40 PgC, right?) so a quite substantial increase! - But yes, let's see where it goes. |
Well, PP is a rather uncertain value - ranging from about 40-60 PgC/yr - so the new value would be at the upper limit. Through remineralization you have a substantial gain of recycled nutrients, which fosters PP. I hope to get results on the longer term (100a) evolution by tmw. |
@mvertens , ok, for now, I add
to circumnavigate the issue - switching off air-sea flux settings. However, I am not 100% sure, if it is the right thing to do on the long term. Any comment on this? |
I performed now the regression testing (after adding the little addition above to |
The image shows the pattern of depth-integrated primary production after 60a run time. Unfortunately, the run crashed due to time limit issues (again - see #369) and only went until year 60. However, from the monitoring output, I can see that after -somewhat expected- 20 years, the primary production stabilizes at around 60PgC/yr. Export production (as of currently defined output As briefly discussed with @JorgSchwinger , I push the PR, while the default behavior remains as the |
Potential tuning parameters are the mortality of phytoplankton and zooplankton as well as its grazing pressure on PP + remineralization rates and sinking velocity in the euphotic zone. |
This is a first draft PR to introduce the possibility to perform the processes of remineralization and primary production throughout the whole water column (#365). I essentially switch off any remineralization-related processes in the primary production-oriented loop and leave those to the second loop, if
lkwrbioz_off=true
, while keeping phytoplankton and zooplankton mortality in the primary production loop.There are remaining issues with the current version:
Once the version is tested, one could consider removing the flexibility completely and use the current setting (
lkwrbioz_off=true
) as default by deleting unnecessary code parts.Closes #365