Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Dec 19, 2023
1 parent aa463cf commit 8bd8bfe
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
96 changes: 96 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,100 @@
===============================================================
Tag name: ctsm5.1.dev160
Originator(s): glemieux (Gregory Lemieux, LBNL, [email protected])
Date: Mon Dec 18 18:32:23 MST 2023
One-line Summary: FATES landuse version 1

Purpose and description of changes
----------------------------------

This tag enables FATES to utilize the state and transitions data
from the Land Use Harmonization (https://luh.umd.edu/) data sets.
This data has been preprocessed using tooling provided by FATES via
a separate pull request (FATES#1032). A new module has been added
to the dyn_subgrid directory that largely adapts the dynHarvest
module to import and read this minimially processed data, which is
data is passed to fates.


Significant changes to scientifically-supported configurations
--------------------------------------------------------------

Does this tag change answers significantly for any of the following physics configurations?
(Details of any changes will be given in the "Answer changes" section below.)

[Put an [X] in the box for any configuration with significant answer changes.]

[ ] clm5_1

[ ] clm5_0

[ ] ctsm5_0-nwp

[ ] clm4_5


Bugs fixed or introduced
------------------------
CTSM issues fixed (include CTSM Issue #):
#1077 -- Read in full LUH2 dataset for use by FATES
#2283 -- fates wood product flux not being correctly reported during CBalanceCheck endrun diagnostic output

Notes of particular relevance for users
---------------------------------------
Changes made to namelist defaults (e.g., changed parameter values):
New namelist item: fluh_timeseries and use_fates_luh

Notes of particular relevance for developers:
---------------------------------------------
Changes to tests or testing:
FATES landuse testmod, FatesColdLUH2, added

Testing summary:
----------------

[PASS means all tests PASS; OK means tests PASS other than expected fails.]

build-namelist tests (if CLMBuildNamelist.pm has changed):

derecho - PASS

regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing):

derecho ----- OK
izumi ------- PASS

fates tests: (give name of baseline if different from CTSM tagname, normally fates baselines are fates-<FATES TAG>-<CTSM TAG>)
derecho ----- OK
izumi ------- OK


Answer changes
--------------

Changes answers relative to baseline: yes, for FATES only

Summarize any changes to answers, i.e.,
- what code configurations: FATES
- what platforms/compilers: ALL
- nature of change (roundoff; larger than roundoff/same climate; new climate): larger than roundoff

The fates tag update incorporates bug fixes and hydraulic mortality fixes, as well as the
restructured disturbance code necessary to accomodate the new landuse transitions capability.
As such, small differences were observed in testmods that engaged specific disturbance modes
or were long enough to trigger other default disturbances (e.g. fire)

Other details
-------------

List any externals directories updated (cime, rtm, mosart, cism, fates, etc.):
fates: sci.1.69.0_api.31.0.0 -> fates-sci.1.70.0_api.32.0.0

Pull Requests that document the changes (include PR ids):
https://github.com/ESCOMP/ctsm/pull/2076
https://github.com/NGEET/fates/pull/1040

===============================================================
===============================================================
Tag name: ctsm5.1.dev159
Originator(s): multiple (slevis (Sam Levis), afoster (Adrianna Foster), erik (Erik Kluzek), wwieder (Will Wieder), glemieux (Greg Lemieux), oleson (Keith Oleson), sacks (Bill Sacks), samrabin (Sam Rabin), santos (Sean Patrick Santos))
Date: Tue 12 Dec 2023 11:10:26 AM MST
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeSum
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Tag Who Date Summary
============================================================================================================================
ctsm5.1.dev160 glemieux 12/18/2023 FATES landuse version 1
ctsm5.1.dev159 multiple 12/12/2023 Various BFB fixes and updates
ctsm5.1.dev158 erik 12/07/2023 First tag with testing moved to Derecho and working PE-layouts for Derecho
ctsm5.1.dev157 samrabin 12/05/2023 Update Externals to work on Derecho
Expand Down

0 comments on commit 8bd8bfe

Please sign in to comment.