Skip to content

Commit 9af44eb

Browse files
committed
There is a trailing i that breaks compile
1 parent d6cf11c commit 9af44eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generic_tracers/generic_COBALT.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8053,7 +8053,7 @@ subroutine generic_COBALT_update_from_source(tracer_list,Temp,Salt,rho_dzt,dzt,h
80538053
! fpoc_bottom in mmoles C m-2 day-1 for burial relationship
80548054
fpoc_btm = cobalt%f_ndet_btf(i,j,1)*cobalt%c_2_n*sperd*1000.0
80558055
cobalt%frac_burial(i,j) = 0.013 + 0.53*fpoc_btm**2.0/((3.5+fpoc_btm)**2.0) * &
8056-
cobalt%zt(i,j,k) / (cobalt%z_burial + cobalt%zt(i,j,k))i
8056+
cobalt%zt(i,j,k) / (cobalt%z_burial + cobalt%zt(i,j,k))
80578057

80588058
!increase burial below 500m by 4 fold
80598059
if (cobalt%zt(i,j,k) .gt. 500.0) then !{

0 commit comments

Comments
 (0)