Skip to content

Commit

Permalink
remove initializations for multiple init calls (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclare108213 authored and apcraig committed Nov 9, 2018
1 parent d72be72 commit 5d22a61
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions columnphysics/icepack_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -519,28 +519,6 @@ subroutine icepack_init_tracer_indices(&
if (present(nt_zbgc_frac_in) ) nt_zbgc_frac = nt_zbgc_frac_in
if (present(nt_bgc_S_in) ) nt_bgc_S = nt_bgc_S_in

nt_bgc_N(:) = 0
nt_bgc_C(:) = 0
nt_bgc_chl(:) = 0
nlt_bgc_N(:) = 0
nlt_bgc_C(:) = 0
nlt_bgc_chl(:) = 0
nt_bgc_DOC(:) = 0
nlt_bgc_DOC(:) = 0
nt_bgc_DIC(:) = 0
nlt_bgc_DIC(:) = 0
nt_bgc_DON(:) = 0
nlt_bgc_DON(:) = 0
nt_bgc_Fed(:) = 0
nt_bgc_Fep(:) = 0
nlt_bgc_Fed(:) = 0
nlt_bgc_Fep(:) = 0
nt_zaero(:) = 0
nlt_zaero(:) = 0
nlt_zaero_sw(:)= 0
bio_index(:) = 0
bio_index_o(:) = 0

if (present(nbtrcr_in)) then
nbtrcr = nbtrcr_in
do k = 1, nbtrcr_in
Expand Down

0 comments on commit 5d22a61

Please sign in to comment.