Skip to content

Commit

Permalink
Amend tracer index of radiocarbon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbutzin committed Aug 17, 2022
1 parent ae40ff5 commit 8b9e936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oce_setup_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -670,9 +670,9 @@ SUBROUTINE oce_initial_state(mesh)

! Transient tracers
CASE (14) ! initialize tracer ID=14, fractionation-corrected 14C/C
id_r14c = i
! this initialization can be overwritten by calling do_ic3d
if (.not. any(idlist == 14)) then
id_r14c = i
tr_arr(:,:,i) = 0.85
if (mype==0) then
write (i_string, "(I3)") i
Expand Down

0 comments on commit 8b9e936

Please sign in to comment.