-
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
Add linear ramping-up scenario for ocean alkalinisation #224
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.
The code contribution looks fine to me, so I will approve it. The only question I have is whether or not the parameters can be read in a more sensible way.
@TimotheeBrgs Here is the commit diff: |
Hi @TimotheeBrgs , I agree with @TomasTorsvik that it would be good to discontinue hard-coding individual cases and make the structure more flexible to user demands (we touched upon it in #187). @TomasTorsvik , thanks for the alternative solution! One could even further simplify the routine |
Forgot to re-label the namelist entry ... |
Hi all, thank you for reviewing this, the suggestions and the proposed commit. From @TomasTorsvik's commit, I simplified the code by merging the 2 constant scenarios into a single There is a mention of |
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.
I suggest some minor modifications. Accept if you agree, it should be included in the PR automatically.
Initiate naming convention for shell variables in buildnml such as NAMELIST_VARIABLE Co-authored-by: Tomas Torsvik <[email protected]>
Co-authored-by: Tomas Torsvik <[email protected]>
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.
Just go ahead from side. Approved.
Add linear ramping-up scenario for ocean alkalinisation
mo_read_oafx.F90 was previously including 2 ocean alkalinisation scenarios with constant alkalinity addition over time. This commit adds another scenario with linear ramping up of alkalinity addition from 0 Pmol alk/yr in year
ramp_start
toaddalk_ramp
Pmol alkalinity/yr in yearramp_end
. Then the alkalinity addition is kept constant afterramp_end
.