Skip to content

Commit cd7b505

Browse files
committed
changelog
1 parent 69daf59 commit cd7b505

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

doc/ChangeLog

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,70 @@
11
===============================================================
2+
Tag name: ctsm5.3.039
3+
Originator(s): afoster (Adrianna Foster,UCAR/TSS,303-497-1728)
4+
Date: Mon 14 Apr 2025 07:22:22 PM MDT
5+
One-line Summary: Create driver data structure for SP mode
6+
7+
Purpose and description of changes
8+
----------------------------------
9+
10+
Creates a new data structure for htop, tlai, and tsai that is just driver data
11+
12+
Previously, fates used htop_patch (etc.) as a driver data, but we also needed to update it and set set htop_hist_patch. This htop_hist_patch was inconsistently used throughout the CLM code, resulting in mis-matches between the PFT structures that we actually were trying to run.
13+
14+
Now we have the SP driver data as a separate data structure, and methods to set it. FATES sets it and passes it back to CLM through the bc_out struct, CLM just sets it in a 1:1 call.
15+
16+
Significant changes to scientifically-supported configurations
17+
--------------------------------------------------------------
18+
19+
Does this tag change answers significantly for any of the following physics configurations?
20+
(Details of any changes will be given in the "Answer changes" section below.)
21+
22+
[ ] clm6_0
23+
24+
[ ] clm5_0
25+
26+
[ ] ctsm5_0-nwp
27+
28+
[ ] clm4_5
29+
30+
31+
Bugs fixed
32+
----------
33+
34+
List of CTSM issues fixed (include CTSM Issue # and description) [one per line]:
35+
- [Issue #2945: htop_patch is being incorrectly used in FATES compsets](https://github.com/ESCOMP/CTSM/issues/2945)
36+
37+
38+
Testing summary:
39+
----------------
40+
41+
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing):
42+
43+
derecho ----- OK
44+
izumi ------- OK
45+
46+
fates tests:
47+
derecho ----- OK
48+
izumi ------- OK
49+
50+
51+
Answer changes
52+
--------------
53+
54+
Changes answers relative to baseline:
55+
56+
Summarize any changes to answers, i.e.,
57+
- what code configurations: Any FATE SP mode
58+
- what platforms/compilers: all compilers, all platforms
59+
- nature of change (roundoff; larger than roundoff/same climate; new climate): greater than round-off DIFF in TLAI, TSAI, and HTOP, as well as a number of variables related to dust and those that used TLAI, TSAI, and HTOP for physics calculations in CTSM when FATES-SP on. Notably, no vegetation-related variables (i.e. FATES_GPP, EFLX_LH_TOT etc. changed)
60+
61+
62+
Pull Requests that document the changes (include PR ids):
63+
64+
- [Pull Request #2952: Create driver data structure for SP mode by adrifoster](https://github.com/ESCOMP/CTSM/pull/2952)
65+
66+
===============================================================
67+
===============================================================
268
Tag name: ctsm5.3.038
369
Originator(s): samrabin (Sam Rabin, UCAR/TSS)
470
Date: Thu Apr 10 12:07:20 MDT 2025

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.3.039 afoster 04/14/2025 Create driver data structure for SP mode
34
ctsm5.3.038 samrabin 04/10/2025 Merge b4b-dev
45
ctsm5.3.037 erik 04/02/2025 Add calculations for GSSUN and GSSHA at night in both subroutine Photosynthesis and PhotosynthesisHydraulicStress
56
ctsm5.3.036 glemieux 04/01/2025 Add history output to FATES LUH testmods

0 commit comments

Comments
 (0)