Skip to content

Commit 27841bd

Browse files
authored
Merge pull request #4083 from ekluzek/merge-b4bdev-20260605
ctsm5.4.044: Merge b4bdev 20260605
2 parents 63cab7a + c276793 commit 27841bd

50 files changed

Lines changed: 1014 additions & 1400 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,31 +76,31 @@ fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git
7676
[submodule "cime"]
7777
path = cime
7878
url = https://github.com/ESMCI/cime
79-
fxtag = cime6.1.176
79+
fxtag = cime6.2.2
8080
fxrequired = ToplevelRequired
8181
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
8282
fxDONOTUSEurl = https://github.com/ESMCI/cime
8383

8484
[submodule "cmeps"]
8585
path = components/cmeps
8686
url = https://github.com/ESCOMP/CMEPS.git
87-
fxtag = cmeps1.1.44
87+
fxtag = cmeps1.1.47
8888
fxrequired = ToplevelRequired
8989
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
9090
fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
9191

9292
[submodule "cdeps"]
9393
path = components/cdeps
9494
url = https://github.com/ESCOMP/CDEPS.git
95-
fxtag = cdeps1.0.93
95+
fxtag = cdeps1.0.96
9696
fxrequired = ToplevelRequired
9797
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
9898
fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git
9999

100100
[submodule "share"]
101101
path = share
102102
url = https://github.com/ESCOMP/CESM_share
103-
fxtag = share1.1.19
103+
fxtag = share1.1.20
104104
fxrequired = ToplevelRequired
105105
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
106106
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_share
@@ -124,7 +124,7 @@ fxDONOTUSEurl = https://github.com/ESMCI/mpi-serial
124124
[submodule "doc-builder"]
125125
path = doc/doc-builder
126126
url = https://github.com/ESMCI/doc-builder
127-
fxtag = v3.1.1
127+
fxtag = v3.2.1
128128
fxrequired = ToplevelOptional
129129
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
130130
fxDONOTUSEurl = https://github.com/ESMCI/doc-builder

cime_config/testdefs/testmods_dirs/clm/FatesColdNoCompInitDbh/shell_commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SRCDIR=`./xmlquery SRCROOT --value`
1+
SRCDIR=`./xmlquery COMP_ROOT_DIR_LND --value`
22
CASEDIR=`./xmlquery CASEROOT --value`
33
FATESDIR=$SRCDIR/src/fates/
44
FATESPARAMFILE=$CASEDIR/fates_params_init_dbh.json
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
../Fates
22
../FatesCold
3-
../FatesSetupParamBuild/

cime_config/testdefs/testmods_dirs/clm/FatesColdPRT2/shell_commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SRCDIR=`./xmlquery SRCROOT --value`
1+
SRCDIR=`./xmlquery COMP_ROOT_DIR_LND --value`
22
CASEDIR=`./xmlquery CASEROOT --value`
33
FATESDIR=$SRCDIR/src/fates/
44
FATESPARAMFILE=$CASEDIR/fates_params_prt2_prescribed_p.json
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
../Fates
22
../FatesCold
3-
../FatesSetupParamBuild/

cime_config/testdefs/testmods_dirs/clm/FatesColdPRT2_synthN/shell_commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SRCDIR=`./xmlquery SRCROOT --value`
1+
SRCDIR=`./xmlquery COMP_ROOT_DIR_LND --value`
22
CASEDIR=`./xmlquery CASEROOT --value`
33
FATESDIR=$SRCDIR/src/fates/
44
FATESPARAMFILE=$CASEDIR/fates_params_prt2_prescribed_np.json

cime_config/testdefs/testmods_dirs/clm/FatesColdSeedDisp/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Given that the default fates parameter file has the above variables as unset,
1111
a custom fates parameter file must be supplied to appropriately test this mode.
1212
This testmod itself addresses CTSM issue 2151: https://github.com/ESCOMP/CTSM/issues/2151
1313
Note that to avoid exceeding the filename string length maximu, the parameter
14-
file generated on the fly is placed in the $SRCROOT/src/fates/parameter_files
15-
directory. This may still run into problems is the $SRCROOT string is too long.
14+
file generated on the fly is placed in the $COMP_ROOT_DIR_LND/src/fates/parameter_files
15+
directory. This may still run into problems is the $COMP_ROOT_DIR_LND string is too long.
1616

1717
The max_dist value will impact the size of the 'neighborhood' of gridcells
1818
that fates will attempt to distribute seeds to. To limit the neighborhood to
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
../Fates
22
../FatesCold
3-
../FatesSetupParamBuild

cime_config/testdefs/testmods_dirs/clm/FatesColdSeedDisp/shell_commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SRCDIR=`./xmlquery SRCROOT --value`
1+
SRCDIR=`./xmlquery COMP_ROOT_DIR_LND --value`
22
CASEDIR=`./xmlquery CASEROOT --value`
33
FATESDIR=$SRCDIR/src/fates/
44

0 commit comments

Comments
 (0)