Skip to content

Commit

Permalink
Tag Summary: fix bug #163
Browse files Browse the repository at this point in the history
Testing: verified that this fixed an ERS failure that sometimes happened with high-PE count

Files Modified:
	modified:   src/marbl_mod.F90
  • Loading branch information
klindsay28 committed May 26, 2017
1 parent 7689296 commit e10619f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/marbl_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2018,6 +2018,16 @@ subroutine marbl_compute_particulate_terms(k, domain, &
(flux - POC%sed_loss(k) - (sed_denitrif*dz_loc*denitrif_C_N))
endif

else

if (ladjust_bury_coeff) then
glo_avg_fields_interior(glo_avg_field_ind_interior_POC_bury) = c0
glo_avg_fields_interior(glo_avg_field_ind_interior_d_POC_bury_d_bury_coeff) = c0

glo_avg_fields_interior(glo_avg_field_ind_interior_POP_bury) = c0
glo_avg_fields_interior(glo_avg_field_ind_interior_d_POP_bury_d_bury_coeff) = c0
endif

endif

flux = P_SiO2%sflux_out(k) + P_SiO2%hflux_out(k)
Expand Down

0 comments on commit e10619f

Please sign in to comment.