Skip to content

Commit

Permalink
removed a redundant line
Browse files Browse the repository at this point in the history
No test needed!

BFB
  • Loading branch information
jinyuntang committed Mar 31, 2017
1 parent 27fbef2 commit b16d114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/clm/src/betr/betr_core/TracerBalanceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ subroutine betr_tracer_massbalance_check(bounds, lbj, ubj, numf, filter, betrtra
call tracerflux_vars%flux_summary(c, betrtracer_vars)

do kk = 1, ngwmobile_tracers
if(c>maxval(filter))print*,'crazy happend'
errtracer(c,kk) = beg_tracer_molarmass(c,kk)-end_tracer_molarmass(c,kk)
errtracer(c,kk) = errtracer(c,kk) + tracer_flx_netpro(c,kk)-tracer_flx_netphyloss(c,kk)
if(abs(errtracer(c,kk))<err_min)then
Expand Down

0 comments on commit b16d114

Please sign in to comment.