From ee45028d0c852c628c45a2234e5f0c662b9337e5 Mon Sep 17 00:00:00 2001 From: Ryan Forsyth Date: Tue, 23 Apr 2024 15:07:36 -0500 Subject: [PATCH] Small testing fixes --- tests/integration/generated/test_complete_run_chrysalis.cfg | 6 +++--- tests/integration/generated/test_debug_chrysalis.cfg | 2 +- tests/integration/template_complete_run.cfg | 6 +++--- tests/integration/template_debug.cfg | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/integration/generated/test_complete_run_chrysalis.cfg b/tests/integration/generated/test_complete_run_chrysalis.cfg index db4c3ea4..68e28820 100644 --- a/tests/integration/generated/test_complete_run_chrysalis.cfg +++ b/tests/integration/generated/test_complete_run_chrysalis.cfg @@ -72,8 +72,8 @@ years = "1850:1854:2", [[ land_monthly_glb ]] frequency = "monthly" - input_files = "eam.h0" - input_subdir = "archive/atm/hist" + input_files = "elm.h0" + input_subdir = "archive/lnd/hist" mapping_file = "glb" [[ rof_monthly ]] @@ -186,7 +186,7 @@ years = "1850-1860", [ilamb] active = True -grids = '180x360_aave' +grid = '180x360_aave' nodes = 8 partition = "compute" short_name = 'v2.LR.historical_0201' diff --git a/tests/integration/generated/test_debug_chrysalis.cfg b/tests/integration/generated/test_debug_chrysalis.cfg index 1a7a0f9b..3e3ff988 100644 --- a/tests/integration/generated/test_debug_chrysalis.cfg +++ b/tests/integration/generated/test_debug_chrysalis.cfg @@ -47,7 +47,7 @@ years = "1850:1854:2", [ilamb] active = True -grids = '180x360_aave' +grid = '180x360_aave' nodes = 8 partition = "compute" short_name = 'v2.LR.historical_0201' diff --git a/tests/integration/template_complete_run.cfg b/tests/integration/template_complete_run.cfg index 9738291f..31b29248 100644 --- a/tests/integration/template_complete_run.cfg +++ b/tests/integration/template_complete_run.cfg @@ -72,8 +72,8 @@ years = "1850:1854:2", [[ land_monthly_glb ]] frequency = "monthly" - input_files = "eam.h0" - input_subdir = "archive/atm/hist" + input_files = "elm.h0" + input_subdir = "archive/lnd/hist" mapping_file = "glb" [[ rof_monthly ]] @@ -186,7 +186,7 @@ years = "1850-1860", [ilamb] active = True -grids = '180x360_aave' +grid = '180x360_aave' nodes = 8 partition = "#expand partition_long#" short_name = 'v2.LR.historical_0201' diff --git a/tests/integration/template_debug.cfg b/tests/integration/template_debug.cfg index 37b96e47..d9a64bf5 100644 --- a/tests/integration/template_debug.cfg +++ b/tests/integration/template_debug.cfg @@ -47,7 +47,7 @@ years = "1850:1854:2", [ilamb] active = True -grids = '180x360_aave' +grid = '180x360_aave' nodes = 8 partition = "#expand partition_long#" short_name = 'v2.LR.historical_0201'