From 23dc534c2ed731fbcd2f6fa85b9158622493c62c Mon Sep 17 00:00:00 2001 From: Peter Bogenschutz Date: Tue, 6 Aug 2024 10:10:42 -0700 Subject: [PATCH 1/3] run DPxx tests with PG2 grid --- cime_config/tests.py | 8 ++++---- components/eamxx/cime_config/config_compsets.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cime_config/tests.py b/cime_config/tests.py index 1ad9844e2e9..1418529e78b 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -657,10 +657,10 @@ "time" : "01:00:00", # each test 225 phys cols, roughly size of ne2 "tests" : ( - "ERS_P16_Ln22.ne30_ne30.FIOP-SCREAMv1-DP.scream-dpxx-dycomsrf01", - "ERS_P16_Ln22.ne30_ne30.FIOP-SCREAMv1-DP.scream-dpxx-arm97", - "ERS_P16_Ln22.ne30_ne30.FIOP-SCREAMv1-DP.scream-dpxx-comble", - "ERS_P16_Ln22.ne30_ne30.FRCE-SCREAMv1-DP", + "ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-dycomsrf01", + "ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-arm97", + "ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-comble", + "ERS_P16_Ln22.ne30pg2_ne30pg2.FRCE-SCREAMv1-DP", ) }, diff --git a/components/eamxx/cime_config/config_compsets.xml b/components/eamxx/cime_config/config_compsets.xml index e23548d0370..b378efcfdeb 100644 --- a/components/eamxx/cime_config/config_compsets.xml +++ b/components/eamxx/cime_config/config_compsets.xml @@ -117,7 +117,7 @@ - 225 + 100 @@ -129,7 +129,7 @@ - 225 + 100 From 946bc5448e11ad1a2628aaacfbd0db048afec47c Mon Sep 17 00:00:00 2001 From: Peter Bogenschutz Date: Tue, 6 Aug 2024 10:34:26 -0700 Subject: [PATCH 2/3] update comment pertaining to number of columns in tests --- cime_config/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cime_config/tests.py b/cime_config/tests.py index 1418529e78b..a3a5949f843 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -654,8 +654,8 @@ }, "e3sm_scream_v1_dp-eamxx" : { - "time" : "01:00:00", - # each test 225 phys cols, roughly size of ne2 + "time" : "00:30:00", + # each test runs with 225 dynamics and 100 physics columns, roughly size of ne2 "tests" : ( "ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-dycomsrf01", "ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-arm97", From bcc1ba1b1dc9fa5ada1e32d7477b4c148e1238a2 Mon Sep 17 00:00:00 2001 From: Peter Bogenschutz Date: Tue, 6 Aug 2024 10:35:32 -0700 Subject: [PATCH 3/3] undo time change in DPxx tests --- cime_config/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime_config/tests.py b/cime_config/tests.py index a3a5949f843..8055dd261b2 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -654,7 +654,7 @@ }, "e3sm_scream_v1_dp-eamxx" : { - "time" : "00:30:00", + "time" : "01:00:00", # each test runs with 225 dynamics and 100 physics columns, roughly size of ne2 "tests" : ( "ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-dycomsrf01",