From 4e4e5ccc48ec560b4197448354ed6b30476c6442 Mon Sep 17 00:00:00 2001 From: John Truesdale Date: Mon, 6 May 2024 18:12:05 -0600 Subject: [PATCH 1/2] bugfix for dadadj ccpp refactor. remove length check as std_names can be much longer than 63 chars. Couldnt find a lenght limit for that field in the docs --- CIME/ParamGen/xml_schema/entry_id_pg.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CIME/ParamGen/xml_schema/entry_id_pg.xsd b/CIME/ParamGen/xml_schema/entry_id_pg.xsd index 5ea4ba6b468..b2439523347 100644 --- a/CIME/ParamGen/xml_schema/entry_id_pg.xsd +++ b/CIME/ParamGen/xml_schema/entry_id_pg.xsd @@ -9,7 +9,7 @@ - + From 4877321232e3d0dd52d1a95f888864e5e8a601ef Mon Sep 17 00:00:00 2001 From: John Truesdale Date: Tue, 7 May 2024 13:17:05 -0600 Subject: [PATCH 2/2] restrict standard name to have 1 [a-zA-Z] character followed by 0 or more [A-Za-z0-9_] characters --- CIME/ParamGen/xml_schema/entry_id_pg.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CIME/ParamGen/xml_schema/entry_id_pg.xsd b/CIME/ParamGen/xml_schema/entry_id_pg.xsd index b2439523347..b9ca87e94be 100644 --- a/CIME/ParamGen/xml_schema/entry_id_pg.xsd +++ b/CIME/ParamGen/xml_schema/entry_id_pg.xsd @@ -9,7 +9,7 @@ - +