From 3ab9b5299294cad546b40f71f9565752d369a255 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Wed, 19 Aug 2026 09:50:01 -0600 Subject: [PATCH 01/17] Update to cdeps version including important CPLHIST mode changes --- .gitmodules | 7 +++++-- components/cdeps | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b088dbbf2c..ae6d6f860e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -91,8 +91,11 @@ fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git [submodule "cdeps"] path = components/cdeps -url = https://github.com/ESCOMP/CDEPS.git -fxtag = cdeps1.0.96 +#url = https://github.com/ESCOMP/CDEPS.git +url = https://github.com/ekluzek/CDEPS.git +#fxtag = cdeps1.0.96 +#branch = 1850_aero_ndep_ozone +fxtag = 07b976f7281d9194a96bd450eb621409bd92b2ae fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index 259be816da..07b976f728 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit 259be816daf8bf1eb051a018d525cac94c5bf87f +Subproject commit 07b976f7281d9194a96bd450eb621409bd92b2ae From 77f6993c8550801e0076a78e111013275a162b57 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Wed, 19 Aug 2026 09:55:46 -0600 Subject: [PATCH 02/17] Turn on CLM_NDEP_FROM_CPL for CPLHIST and point to a different CPLHIST case in the cplhist test mod --- cime_config/config_component.xml | 1 + .../testdefs/testmods_dirs/clm/cplhist/shell_commands | 11 +++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/cime_config/config_component.xml b/cime_config/config_component.xml index d0cca1a0b3..226d624aa5 100644 --- a/cime_config/config_component.xml +++ b/cime_config/config_component.xml @@ -307,6 +307,7 @@ Caveats: FALSE TRUE + TRUE run_component_ctsm env_run.xml diff --git a/cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands b/cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands index f0eb85010b..e9e218b049 100755 --- a/cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands +++ b/cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands @@ -1,8 +1,3 @@ -./xmlchange DATM_CPLHIST_CASE=cam6ctsm51_cesm23a12c_ne30pg3g17_CPLHIST_1850 -./xmlchange DATM_CPLHIST_DIR='$DIN_LOC_ROOT/atm/datm7/atm_forcing.cdeps_datm.CPLHIST_cam6ctsm51_cesm23a12c_ne30pg3g17_1850' -./xmlchange DATM_YR_START=1 -./xmlchange DATM_YR_END=1 -./xmlchange DATM_YR_ALIGN=1 - -# Needed until we have cplhist forcing with ndep - see https://github.com/escomp/ctsm/issues/1844 -./xmlchange DATM_PRESNDEP=none +./xmlchange DATM_CPLHIST_CASE=b.e30_alpha08o.B1850C_MTso.ne30_t232_wgx3.330 +./xmlchange DATM_YR_START=101 +./xmlchange DATM_YR_END=101 From 24ce1f67e8eecf1be07186dc75c98ed71b2c7a85 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Thu, 20 Aug 2026 14:44:39 -0600 Subject: [PATCH 03/17] Remove cplhist testmod because we'll just use the default cplhist forcing set by DATM, and make the matrix and non-matrix version both have Crop on --- cime_config/testdefs/testlist_clm.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cime_config/testdefs/testlist_clm.xml b/cime_config/testdefs/testlist_clm.xml index af594152e2..36dc1240e2 100644 --- a/cime_config/testdefs/testlist_clm.xml +++ b/cime_config/testdefs/testlist_clm.xml @@ -2507,7 +2507,7 @@ - + @@ -2516,7 +2516,7 @@ - + From dcbab7f26c735e183f3b17e28ff4a4dea27f1cf7 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Thu, 20 Aug 2026 14:47:10 -0600 Subject: [PATCH 04/17] Update cdeps with more DATM checking in place --- .gitmodules | 2 +- components/cdeps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ae6d6f860e..b53e0ecf70 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,7 +95,7 @@ path = components/cdeps url = https://github.com/ekluzek/CDEPS.git #fxtag = cdeps1.0.96 #branch = 1850_aero_ndep_ozone -fxtag = 07b976f7281d9194a96bd450eb621409bd92b2ae +fxtag = 03abec7f455b29d82f2e96de94ff050224ea316a fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index 07b976f728..03abec7f45 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit 07b976f7281d9194a96bd450eb621409bd92b2ae +Subproject commit 03abec7f455b29d82f2e96de94ff050224ea316a From 01090dc923407a6c45668f6399606122a32833f6 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Thu, 20 Aug 2026 14:54:07 -0600 Subject: [PATCH 05/17] Actually remove the cplhist testmod --- .../testdefs/testmods_dirs/clm/cplhist/include_user_mods | 1 - cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 cime_config/testdefs/testmods_dirs/clm/cplhist/include_user_mods delete mode 100755 cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands diff --git a/cime_config/testdefs/testmods_dirs/clm/cplhist/include_user_mods b/cime_config/testdefs/testmods_dirs/clm/cplhist/include_user_mods deleted file mode 100644 index fe0e18cf88..0000000000 --- a/cime_config/testdefs/testmods_dirs/clm/cplhist/include_user_mods +++ /dev/null @@ -1 +0,0 @@ -../default diff --git a/cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands b/cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands deleted file mode 100755 index e9e218b049..0000000000 --- a/cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands +++ /dev/null @@ -1,3 +0,0 @@ -./xmlchange DATM_CPLHIST_CASE=b.e30_alpha08o.B1850C_MTso.ne30_t232_wgx3.330 -./xmlchange DATM_YR_START=101 -./xmlchange DATM_YR_END=101 From 69a95c777bb9a7942508ff12a4b06cde91c4bee0 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Thu, 20 Aug 2026 15:38:38 -0600 Subject: [PATCH 06/17] OK, the Clm50 spinup compset doesn't have Crop on, so change it back --- cime_config/testdefs/testlist_clm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime_config/testdefs/testlist_clm.xml b/cime_config/testdefs/testlist_clm.xml index 36dc1240e2..43cc5335ea 100644 --- a/cime_config/testdefs/testlist_clm.xml +++ b/cime_config/testdefs/testlist_clm.xml @@ -2516,7 +2516,7 @@ - + From 325e95b64b74606993619fbabdf2f8bfadf81705 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Thu, 20 Aug 2026 15:48:30 -0600 Subject: [PATCH 07/17] Another small update to cdeps --- .gitmodules | 2 +- components/cdeps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b53e0ecf70..42c4f31748 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,7 +95,7 @@ path = components/cdeps url = https://github.com/ekluzek/CDEPS.git #fxtag = cdeps1.0.96 #branch = 1850_aero_ndep_ozone -fxtag = 03abec7f455b29d82f2e96de94ff050224ea316a +fxtag = 3dd89dbbbf1f986f9405d90d6700f439840e7bae fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index 03abec7f45..3dd89dbbbf 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit 03abec7f455b29d82f2e96de94ff050224ea316a +Subproject commit 3dd89dbbbf1f986f9405d90d6700f439840e7bae From 5257fe28df0ee1c88b3ad4a296599a23948e634c Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Fri, 21 Aug 2026 18:05:25 -0600 Subject: [PATCH 08/17] Use CO2 from DATM for 1850 CPLHIST mode, and use ndep from DATM for 1850 --- cime_config/config_component.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cime_config/config_component.xml b/cime_config/config_component.xml index 226d624aa5..de8008308c 100644 --- a/cime_config/config_component.xml +++ b/cime_config/config_component.xml @@ -273,6 +273,7 @@ Caveats: diagnostic prognostic diagnostic + diagnostic diagnostic run_component_ctsm @@ -308,6 +309,7 @@ Caveats: TRUE TRUE + TRUE run_component_ctsm env_run.xml From 864560e273f355352c155f9ec985c34d9bd5da51 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Fri, 21 Aug 2026 18:31:24 -0600 Subject: [PATCH 09/17] Update submodules to latest --- .gitmodules | 9 ++++++--- components/cdeps | 2 +- components/cmeps | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 42c4f31748..e36691d1f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -83,8 +83,11 @@ fxDONOTUSEurl = https://github.com/ESMCI/cime [submodule "cmeps"] path = components/cmeps -url = https://github.com/ESCOMP/CMEPS.git -fxtag = cmeps1.1.47 +#url = https://github.com/ESCOMP/CMEPS.git +url = https://github.com/ekluzek/CMEPS.git +#fxtag = cmeps1.1.47 +#branch = co2a_for_cplhist +fxtag = ac82c611d29c4a6d43a8a4fed444d32751d57504 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git @@ -95,7 +98,7 @@ path = components/cdeps url = https://github.com/ekluzek/CDEPS.git #fxtag = cdeps1.0.96 #branch = 1850_aero_ndep_ozone -fxtag = 3dd89dbbbf1f986f9405d90d6700f439840e7bae +fxtag = 9e731667a0d565a39558955603d1dbe50befab72 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index 3dd89dbbbf..9e731667a0 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit 3dd89dbbbf1f986f9405d90d6700f439840e7bae +Subproject commit 9e731667a0d565a39558955603d1dbe50befab72 diff --git a/components/cmeps b/components/cmeps index a0343bcb7c..ac82c611d2 160000 --- a/components/cmeps +++ b/components/cmeps @@ -1 +1 @@ -Subproject commit a0343bcb7c6016960facd6d7bb124223013446bd +Subproject commit ac82c611d29c4a6d43a8a4fed444d32751d57504 From 9f9df568c9362fc07d992be8cd3c49b1ef6ef4bc Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Fri, 21 Aug 2026 18:53:36 -0600 Subject: [PATCH 10/17] Update cdeps to latest --- .gitmodules | 2 +- components/cdeps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e36691d1f8..9a76197218 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,7 +98,7 @@ path = components/cdeps url = https://github.com/ekluzek/CDEPS.git #fxtag = cdeps1.0.96 #branch = 1850_aero_ndep_ozone -fxtag = 9e731667a0d565a39558955603d1dbe50befab72 +fxtag = b03bd5b8042a6df3f6630d20d06d31aa66f05239 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index 9e731667a0..b03bd5b804 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit 9e731667a0d565a39558955603d1dbe50befab72 +Subproject commit b03bd5b8042a6df3f6630d20d06d31aa66f05239 From 74095cb42afb126adda57eaeb526d8492552886e Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Sat, 22 Aug 2026 14:34:55 -0600 Subject: [PATCH 11/17] The updated cmeps required share to be updated --- .gitmodules | 2 +- share | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e47878d2bd..90ccee6481 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,7 +106,7 @@ fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git [submodule "share"] path = share url = https://github.com/ESCOMP/CESM_share -fxtag = share1.1.20 +fxtag = share1.1.21 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CESM_share diff --git a/share b/share index f210ab4b32..5aa721c839 160000 --- a/share +++ b/share @@ -1 +1 @@ -Subproject commit f210ab4b326ce9da5f8b062953eef0bb023ec188 +Subproject commit 5aa721c839b6c39d182ab006fa6b9db5fe5cd15c From f5d3c5e94dffead2f7c63df58914bfc39ddd1ac7 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Tue, 25 Aug 2026 11:43:59 -0600 Subject: [PATCH 12/17] Update cdeps and cmeps based on code review --- .gitmodules | 4 ++-- components/cdeps | 2 +- components/cmeps | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 90ccee6481..537f5efdad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -87,7 +87,7 @@ path = components/cmeps url = https://github.com/ekluzek/CMEPS.git #fxtag = cmeps1.1.47 #branch = co2a_for_cplhist -fxtag = ac82c611d29c4a6d43a8a4fed444d32751d57504 +fxtag = e4aa62d941c340baa12146bfc9737f51f6626442 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git @@ -98,7 +98,7 @@ path = components/cdeps url = https://github.com/ekluzek/CDEPS.git #fxtag = cdeps1.0.105 #branch = 1850_aero_ndep_ozone -fxtag = b03bd5b8042a6df3f6630d20d06d31aa66f05239 +fxtag = 8106de78384d84b2101d42ef5bbb65199bcf4c36 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index b03bd5b804..8106de7838 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit b03bd5b8042a6df3f6630d20d06d31aa66f05239 +Subproject commit 8106de78384d84b2101d42ef5bbb65199bcf4c36 diff --git a/components/cmeps b/components/cmeps index ac82c611d2..e4aa62d941 160000 --- a/components/cmeps +++ b/components/cmeps @@ -1 +1 @@ -Subproject commit ac82c611d29c4a6d43a8a4fed444d32751d57504 +Subproject commit e4aa62d941c340baa12146bfc9737f51f6626442 From c715fdfcff8754b2c3cbfb626fa084a749412c56 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Tue, 25 Aug 2026 12:04:45 -0600 Subject: [PATCH 13/17] Update cdeps to fix a XML syntax error --- .gitmodules | 2 +- components/cdeps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 537f5efdad..57ab598b89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,7 +98,7 @@ path = components/cdeps url = https://github.com/ekluzek/CDEPS.git #fxtag = cdeps1.0.105 #branch = 1850_aero_ndep_ozone -fxtag = 8106de78384d84b2101d42ef5bbb65199bcf4c36 +fxtag = 816b01f1 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index 8106de7838..816b01f11e 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit 8106de78384d84b2101d42ef5bbb65199bcf4c36 +Subproject commit 816b01f11e06fa65c19142a750daef10d2a18130 From f2e2fcc87edd706d255a8dc293acca98967e4dc7 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Sat, 29 Aug 2026 01:17:35 -0600 Subject: [PATCH 14/17] Bring in a cime PR to be able to handle the difference between CESM and NorESM CPLHIST for DATM --- .gitmodules | 7 +++++-- cime | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 57ab598b89..4d56582e49 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,8 +75,11 @@ fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git [submodule "cime"] path = cime -url = https://github.com/ESMCI/cime -fxtag = cime6.2.2 +#url = https://github.com/ESMCI/cime +url = https://github.com/ekluzek/cime +#fxtag = cime6.2.2 +#branch = add_coupling_mode_to_attributes_for_config_component +fxtag = ab02c95a0715acb892f26633781c07977aa6f27a fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESMCI/cime diff --git a/cime b/cime index 8961a11428..ab02c95a07 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit 8961a11428891c96d7ed9390314c7dadc511e29f +Subproject commit ab02c95a0715acb892f26633781c07977aa6f27a From d7107641c9a5520c8772f2f310949a3e3fd32123 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Sat, 29 Aug 2026 02:45:11 -0600 Subject: [PATCH 15/17] Update cdeps with latest changes in responce to code review --- .gitmodules | 2 +- components/cdeps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4d56582e49..6ce87fbca8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -101,7 +101,7 @@ path = components/cdeps url = https://github.com/ekluzek/CDEPS.git #fxtag = cdeps1.0.105 #branch = 1850_aero_ndep_ozone -fxtag = 816b01f1 +fxtag = 4a6f49ceb275512dac3adaa5176e957c1c4cad42 fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git diff --git a/components/cdeps b/components/cdeps index 816b01f11e..4a6f49ceb2 160000 --- a/components/cdeps +++ b/components/cdeps @@ -1 +1 @@ -Subproject commit 816b01f11e06fa65c19142a750daef10d2a18130 +Subproject commit 4a6f49ceb275512dac3adaa5176e957c1c4cad42 From 6e2110a008a1ab8543e635de6e7db2524fc2e3dd Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Sat, 29 Aug 2026 02:50:29 -0600 Subject: [PATCH 16/17] Mark black commits --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index bb425bb602..636e6a5401 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -77,3 +77,6 @@ ac03492012837799b7111607188acff9f739044a d858665d799690d73b56bcb961684382551193f4 c0c6da391ee359f2765439426f3a2a4593a95343 598de2f05638286b3d99ac0ed120977cbc554c3d +5bf360747080a1498664b6f0fd62d3d19838045b +3c6a4254a539c2b9cfdced8f796d8ffc85096b02 +c4f81babe0aaa26250cca92de8118331e5676fdf From 8ae0fc24c44c38cf92c8aa063c005139edae6aa8 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Sat, 29 Aug 2026 02:57:28 -0600 Subject: [PATCH 17/17] Update cime again --- .gitmodules | 2 +- cime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6ce87fbca8..f5bbdd41b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,7 +79,7 @@ path = cime url = https://github.com/ekluzek/cime #fxtag = cime6.2.2 #branch = add_coupling_mode_to_attributes_for_config_component -fxtag = ab02c95a0715acb892f26633781c07977aa6f27a +fxtag = a69d2bb8e9193c62230e6e9c85a90fe054a66cec fxrequired = ToplevelRequired # Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed fxDONOTUSEurl = https://github.com/ESMCI/cime diff --git a/cime b/cime index ab02c95a07..a69d2bb8e9 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit ab02c95a0715acb892f26633781c07977aa6f27a +Subproject commit a69d2bb8e9193c62230e6e9c85a90fe054a66cec