Skip to content

Commit

Permalink
fix ocetra index
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaerz committed Oct 28, 2024
1 parent 7cbe225 commit d40a1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamocc/mo_param1_bgc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ subroutine init_indices()
endif
if (use_shelfsea_res_time) then
i_shelfage = 1
ishelfage = i_base+i_iso+i_cfc+i_agg+i_nat_dic+i_bromo+i_extn+i_pref
ishelfage = i_base+i_iso+i_cfc+i_agg+i_nat_dic+i_bromo+i_extn+i_pref+1
else
i_shelfage = 0
ishelfage = -1
Expand Down

0 comments on commit d40a1c1

Please sign in to comment.