autotroph_secondary_species
is intent(out)
rather than intent(inout)
#312
Milestone
autotroph_secondary_species
is intent(out)
rather than intent(inout)
#312
This occurs in three subroutine in
marbl_mod.F90
:marbl_compute_Pprime
marbl_compute_autotroph_uptake
marbl_compute_autotroph_nfixation
Hopefully we are getting lucky, and the compilers (esp at non-DEBUG optimization levels) are treating these as
(inout)
anyway. If that's the case, this won't change answers and should go in ASAP. If it does change answers, I think that means it's relegated to post-CESM 2.1?The text was updated successfully, but these errors were encountered: