From ada4117017ee3f905891ad107112e2f9ca3eca7c Mon Sep 17 00:00:00 2001 From: Trevor Ray Hillebrand Date: Mon, 30 Oct 2023 12:55:20 -0600 Subject: [PATCH] Remove support for config_rk_order = 1 Remove support for config_rk_order = 1 to avoid unnecessary redundancy with config_time_integration = forward_euler while maintaining backward compatibility. --- components/mpas-albany-landice/src/Registry.xml | 4 ++-- .../src/mode_forward/mpas_li_time_integration_fe_rk.F | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/components/mpas-albany-landice/src/Registry.xml b/components/mpas-albany-landice/src/Registry.xml index e27c950b48ba..8232146c759f 100644 --- a/components/mpas-albany-landice/src/Registry.xml +++ b/components/mpas-albany-landice/src/Registry.xml @@ -489,8 +489,8 @@ possible_values="'forward_euler' or 'runge_kutta'" />