|
1 | 1 | =============================================================== |
| 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 | +=============================================================== |
2 | 72 | Tag name: ctsm5.4.038 |
3 | 73 | Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310) |
4 | 74 | Date: Thu May 7 03:29:26 PM MDT 2026 |
@@ -10249,7 +10319,7 @@ Answer changes |
10249 | 10319 | -------------- |
10250 | 10320 |
|
10251 | 10321 | Changes answers relative to baseline: |
10252 | | - |
| 10322 | + sb |
10253 | 10323 | Summarize any changes to answers, i.e., |
10254 | 10324 | - what code configurations: FATES mode |
10255 | 10325 | - what platforms/compilers: ALL |
|
0 commit comments