You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bld/namelist_files/namelist_definition_ctsm.xml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1484,6 +1484,11 @@ Set to .true. in order to override crop harvesting logic and to instead harvest
1484
1484
Set to .false. in order to ignore crop PFT parameter for maximum growing season length (mxmat). Must be set to .false. when generate_crop_gdds is .true.
If set to .true., suppress the warning message when a prescribed cultivar GDD requirement is below the minimum allowed value and is replaced with min_gddmaturity. Useful when using prescribed crop calendars with intentionally low GDD requirements.
Does this tag change answers significantly for any of the following physics configurations?
119
+
(Details of any changes will be given in the "Answer changes" section below.)
120
+
121
+
[ ] clm6_0
122
+
123
+
[ ] clm5_0
124
+
125
+
[ ] ctsm5_0-nwp
126
+
127
+
[ ] clm4_5
128
+
129
+
130
+
Bugs fixed
131
+
----------
132
+
133
+
List of CTSM issues fixed (include CTSM Issue # and description):
134
+
- [ESCOMP/CTSM Issue #3696: CropPhenology: Rename leafout to gddtsoi](https://github.com/ESCOMP/CTSM/issues/3696)
135
+
- [ESCOMP/CTSM Issue #3057: error in errsol computation in BalanceCheckMod reports the wrong albedo values](https://github.com/ESCOMP/CTSM/issues/3057)
136
+
137
+
138
+
Notes of particular relevance for users
139
+
---------------------------------------
140
+
141
+
Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables):
142
+
- New `suppress_gddmaturity_warning` namelist flag, default false.
143
+
144
+
145
+
Notes of particular relevance for developers:
146
+
---------------------------------------------
147
+
148
+
Changes to tests or testing:
149
+
- New Python unit and system tests.
150
+
- New Fortran unit tests.
151
+
- RXCROPMATURITY_ tests added to expected failure list. Will be resolved soon.
152
+
153
+
154
+
Testing summary:
155
+
----------------
156
+
157
+
python testing (if python code has changed; see instructions in python/README.md; document testing done):
0 commit comments