-
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
auto to poc by grazing diagnostics not computed #443
Comments
What version of MARBL are you using? I can confirm that the latest commit on
|
On $ git diff .
diff --git a/src/marbl_interior_tendency_mod.F90 b/src/marbl_interior_tendency_mod.F90
index e6017ef..de36629 100644
--- a/src/marbl_interior_tendency_mod.F90
+++ b/src/marbl_interior_tendency_mod.F90
@@ -2978,6 +2978,25 @@ subroutine compute_particulate_terms(k, domain, &
POC%remin(k) = c0
POC%sflux_out(k) = c0
POC%hflux_out(k) = c0
+ P_CaCO3%remin(k) = c0
+ P_CaCO3%sflux_out(k) = c0
+ P_CaCO3%hflux_out(k) = c0
+ P_CaCO3_ALT_CO2%remin(k) = c0
+ P_CaCO3_ALT_CO2%sflux_out(k) = c0
+ P_CaCO3_ALT_CO2%hflux_out(k) = c0
+ P_SiO2%remin(k) = c0
+ P_SiO2%sflux_out(k) = c0
+ P_SiO2%hflux_out(k) = c0
+ dust%remin(k) = c0
+ dust%sflux_out(k) = c0
+ dust%hflux_out(k) = c0
+ P_iron%remin(k) = c0
+ P_iron%sflux_out(k) = c0
+ P_iron%hflux_out(k) = c0
+ POP%remin(k) = c0
+ POP%sflux_out(k) = c0
+ POP%hflux_out(k) = c0
+ PON_remin = c0
endif
because our compilers are uninitialized memory that used to slip by (this was fixed on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
graze_sp_poc_zint_100m
and the equivalent variables for other PFTs are all zeros - it seems they are not being calculated in the diagnostics mod.The text was updated successfully, but these errors were encountered: