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

loosen theshold for DOP_loss_P_bal warning messages #397

Open
klindsay28 opened this issue Feb 22, 2022 · 0 comments
Open

loosen theshold for DOP_loss_P_bal warning messages #397

klindsay28 opened this issue Feb 22, 2022 · 0 comments

Comments

@klindsay28
Copy link
Collaborator

In CESM runs, we get many DOP_loss_P_bal warning messages. Users have asked about these on the DiscussCESM forum. We should reduce the volume of these warning messages. One possible approach is to replace

(domain%delta_z(k) * DOP_loss_P_bal .gt. Jint_Ptot_thres)

in subroutine compute_large_detritus_prod in marbl_interior_tendency_mod.F90 with

(domain%delta_z(k) * DOP_loss_P_bal .gt. 1.0e3_r8 * Jint_Ptot_thres)
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