From bd084b04a0980bf9a3e1614997f7c32d8cecd75e Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Wed, 21 Aug 2024 15:27:19 -0500 Subject: [PATCH] Add and move a test to e3sm_integration. ERS.ne30pg2_r05_IcoswISC30E3r5.GPMPAS-JRA.mosart-rof_ocn_2way is moved from e3sm_developer to e3sm_integration because it is to large and was taking to much time/memory. To do that, it was removed from land_developer by removing the inheritance of e3sm_mosart_exonoshare Also add a moab-coupler test to e3sm-integration. --- cime_config/tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cime_config/tests.py b/cime_config/tests.py index 059c280e2bb4..c6be199ea73a 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -80,7 +80,7 @@ "e3sm_land_developer" : { "share" : True, "time" : "0:45:00", - "inherit" : ("e3sm_mosart_developer", "e3sm_mosart_exenoshare", "e3sm_land_exeshare", "e3sm_land_exenoshare", "e3sm_land_debug", "fates_elm_developer"), + "inherit" : ("e3sm_mosart_developer", "e3sm_land_exeshare", "e3sm_land_exenoshare", "e3sm_land_debug", "fates_elm_developer"), "tests" : ( "ERS.f19_f19.I1850ELMCN", "ERS.f19_f19.I20TRELMCN", @@ -321,6 +321,7 @@ "time" : "03:00:00", "tests" : ( "ERS.ne4pg2_oQU480.WCYCL1850NS", + "ERS_Vmoab.ne4pg2_oQU480.WCYCL1850NS", "SMS_D_Ld1.ne30pg2_r05_IcoswISC30E3r5.WCYCL1850.allactive-wcprod", "SMS_D_Ld1.ne30pg2_r05_IcoswISC30E3r5.WCYCLSSP370.allactive-wcprodssp", "ERS_Ld3.ne4pg2_oQU480.F2010", @@ -337,6 +338,7 @@ "ERS_Ld3.ne30pg2_r05_IcoswISC30E3r5.WCYCL1850.allactive-nlmaps", "SMS_D_Ld1.ne30pg2_r05_IcoswISC30E3r5.CRYO1850-DISMF", "ERS.hcru_hcru.I20TRGSWCNPRDCTCBC.elm-erosion", + "ERS.ne30pg2_r05_IcoswISC30E3r5.GPMPAS-JRA.mosart-rof_ocn_2way", ) },