Skip to content

Commit

Permalink
Update oce_ale_tracer.F90
Browse files Browse the repository at this point in the history
remove cocco tracer creation - when not conditionned by a flag
  • Loading branch information
LAWTIDEBOY authored Oct 12, 2024
1 parent ce6cbb3 commit 9d3a7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oce_ale_tracer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ subroutine ver_sinking_recom_benthos(tr_num,mesh)
if (any(recom_det_tracer_id == tracer_id(tr_num))) Vben = Vdet
if (any(recom_phy_tracer_id == tracer_id(tr_num))) Vben = VPhy
if (any(recom_dia_tracer_id == tracer_id(tr_num))) Vben = VDia
if (any(recom_cocco_tracer_id == tracer_id(tr_num))) Vben = VCocco ! check conditions (#if defined (__coccos)) and add the necessary tracers numbers below OG:
! if (any(recom_cocco_tracer_id == tracer_id(tr_num))) Vben = VCocco ! check conditions (#if defined (__coccos)) and add the necessary tracers numbers below OG:
! Adjust iphycalc

#if defined (__coccos)
Expand Down

0 comments on commit 9d3a7e4

Please sign in to comment.