-
Notifications
You must be signed in to change notification settings - Fork 26
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 output for N-deposition and ocean alkalinization fluxes #247
add output for N-deposition and ocean alkalinization fluxes #247
Conversation
hamocc/mo_carbch.F90
Outdated
@@ -304,18 +305,28 @@ SUBROUTINE ALLOC_MEM_CARBCH(kpie,kpje,kpke) | |||
if(errstat.ne.0) stop 'not enough memory atmflx' | |||
atmflx(:,:,:) = 0.0 | |||
|
|||
! Allocate field to hold N-deposition fluxes per timestep for inventory caluclations | |||
! Allocate field to hold N-deposition fluxes per timestep for inventory caluclations and output |
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.
Nit picky, but if you change the line, correct the spelling as well :-) (calculations - same below l. 319)
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.
Ok, done!
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.
Thanks for this!
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 fine to me 👍
No description provided.