From 274719437b2ed9dd916f7dd3cbe847d496168a21 Mon Sep 17 00:00:00 2001 From: Nels Date: Tue, 11 Jun 2024 15:11:41 -0700 Subject: [PATCH] fix(CI): swap name mapping of sloth variable in realization --- realizations/realization_config_smp_cfe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realizations/realization_config_smp_cfe.json b/realizations/realization_config_smp_cfe.json index 005a47e..ef57238 100644 --- a/realizations/realization_config_smp_cfe.json +++ b/realizations/realization_config_smp_cfe.json @@ -95,7 +95,7 @@ "Qb_topmodel": "sloth_Qb_topmodel", "Qv_topmodel": "sloth_Qv_topmodel", "global_deficit" : "sloth_global_deficit", - "sloth_soil_moisture_wetting_fronts": "soil_moisture_wetting_fronts", + "soil_moisture_wetting_fronts": "sloth_soil_moisture_wetting_fronts", "soil_depth_wetting_fronts" : "sloth_soil_depth_wetting_fronts", "num_wetting_fronts" : "sloth_num_wetting_fronts" },