Skip to content

Commit edd1e88

Browse files
committed
update changelog for ctsm5.4.039
1 parent 512665b commit edd1e88

2 files changed

Lines changed: 72 additions & 1 deletion

File tree

doc/ChangeLog

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,74 @@
11
===============================================================
2+
Tag name: ctsm5.4.039
3+
Originator(s): mvdebolskiy (Matvey Debolskiy, University of Oslo, matvey.debolskiy@geo.uio.no)
4+
Date: Mon May 11 04:00:00 PR MDT 2026
5+
One-line Summary: Add FATES namelist option to initialize cohorts with diameter at breast height (DBH)
6+
7+
Purpose and description of changes
8+
----------------------------------
9+
10+
FATES allows for the ability to initialize seedling by density or DBH. Prior to this change,
11+
the user would update the `fates_recruit_init_density` parameter to use a negative value to
12+
initalize by DBH. This pull request removes this global switch behavior and creates a namelist
13+
option for the user. The FATES parameter file and behavior has been updated to include a new
14+
parameter for users to set the initial DBH by plant functional type.
15+
16+
Notes of particular relevance for users
17+
---------------------------------------
18+
19+
Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables):
20+
New namelist option to control FATES:
21+
use_fates_dbh_init
22+
23+
Changes made to namelist defaults (e.g., changed parameter values):
24+
Sets the default for use_fates_dbh_init to false
25+
26+
Changes to the parameter file (output of tools/param_utils/compare_paramfiles):
27+
Adds fates_recruit_init_dbh to the FATES parameter file
28+
29+
Notes of particular relevance for developers:
30+
---------------------------------------------
31+
32+
Caveats for developers (e.g., code that is duplicated that requires double maintenance):
33+
- Note that this option currently is only applicable with use_fates_nocomp
34+
35+
Changes to tests or testing:
36+
Added test module FatesColdNoCompInitDbh
37+
38+
Testing summary:
39+
----------------
40+
41+
build-namelist tests (if CLMBuildNamelist.pm has changed):
42+
43+
derecho -
44+
45+
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing):
46+
47+
derecho ----- TBD
48+
izumi ------- OK
49+
50+
fates tests: (baseline comparison against fates-sci.1.92.4_api.45.0.0-ctsm5.4.037)
51+
derecho ----- OK
52+
izumi ------- OK
53+
54+
Answer changes
55+
--------------
56+
57+
Changes answers relative to baseline: No
58+
59+
Other details
60+
-------------
61+
62+
List any git submodules updated (cime, rtm, mosart, cism, fates, etc.):
63+
fates: sci.1.92.4_api.45.0.0 -> sci.1.92.5_api.46.0.0
64+
65+
Pull Requests that document the changes (include PR ids):
66+
(https://github.com/ESCOMP/ctsm/pull)
67+
https://github.com/ESCOMP/CTSM/pull/3910
68+
https://github.com/NGEET/fates/pull/1550
69+
70+
===============================================================
71+
===============================================================
272
Tag name: ctsm5.4.038
373
Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310)
474
Date: Thu May 7 03:29:26 PM MDT 2026
@@ -10249,7 +10319,7 @@ Answer changes
1024910319
--------------
1025010320

1025110321
Changes answers relative to baseline:
10252-
10322+
sb
1025310323
Summarize any changes to answers, i.e.,
1025410324
- what code configurations: FATES mode
1025510325
- what platforms/compilers: ALL

doc/ChangeSum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Tag Who Date Summary
22
============================================================================================================================
3+
ctsm5.4.039 glemieux 05/11/2026 Add FATES namelist option to initialize cohorts with diameter at breast height (DBH)
34
ctsm5.4.038 slevis 05/07/2026 Merge b4b-dev to master
45
ctsm5.4.037 multiple 05/04/2026 Fix for FATES year-boundary restart issue
56
ctsm5.4.036 multiple 04/27/2026 Complete the FATES-CLM nitrogen coupling

0 commit comments

Comments
 (0)