Skip to content

Commit

Permalink
Fix misplaced stopf
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Feb 11, 2024
1 parent c030c23 commit ac03cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeochem/CNDriverMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ subroutine CNDriverNoLeaching(bounds,
nvegnpool, &
num_bgc_vegp, filter_bgc_vegp, 0._r8, &
num_bgc_soilc, filter_bgc_soilc, 0._r8)
call t_stopf('CNZero-vegbgc-nflux')
end if

call t_stopf('CNZero-vegbgc-nflux')
call t_startf('CNZero-soilbgc-nflux')
call soilbiogeochem_nitrogenflux_inst%SetValues( &
num_bgc_soilc, filter_bgc_soilc, 0._r8)
Expand Down

0 comments on commit ac03cbc

Please sign in to comment.