Skip to content
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

for O_no_remi_w_no_NO3, no remineralization occurs when NO3 conc. is <0, even if O2 is present #34

Open
MrAzana opened this issue Apr 8, 2024 · 0 comments

Comments

@MrAzana
Copy link

MrAzana commented Apr 8, 2024

This is in tracer.F90 lines 530-533. Seems to me that it should be:

if defined O_no_remi_w_no_no3

             if (t(i,k,j,ino3,taum1).lt.0 .AND. t(i,k,j,io2,taum1).le.0) then
                nud = 0
             endif

is this the intended behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant