From 9d3a7e4c9198d4adc1a09e51ad4e21751d600265 Mon Sep 17 00:00:00 2001 From: LAWTIDEBOY <38709425+LAWTIDEBOY@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:40:01 +0200 Subject: [PATCH] Update oce_ale_tracer.F90 remove cocco tracer creation - when not conditionned by a flag --- src/oce_ale_tracer.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oce_ale_tracer.F90 b/src/oce_ale_tracer.F90 index 33148c4f6..eda5474aa 100644 --- a/src/oce_ale_tracer.F90 +++ b/src/oce_ale_tracer.F90 @@ -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)