From a4fae021f4b00395eb81c923774ac2c8d678f3fc Mon Sep 17 00:00:00 2001 From: Andrew Kiss <31054815+aekiss@users.noreply.github.com> Date: Wed, 24 Nov 2021 17:35:19 +1100 Subject: [PATCH] set limit_age_tracer = .false. - see https://github.com/mom-ocean/MOM5/issues/339#issuecomment-973806985 --- ocean/input.nml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocean/input.nml b/ocean/input.nml index 324d7284..1c12fcf5 100644 --- a/ocean/input.nml +++ b/ocean/input.nml @@ -439,7 +439,7 @@ age_tracer_max_init = 0.0 frazil_heating_after_vphysics = .true. frazil_heating_before_vphysics = .false. - limit_age_tracer = .true. + limit_age_tracer = .false. remap_depth_to_s_init = .false. use_tempsalt_check_range = .true. zero_tendency = .false.