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: models/sipnet/NEWS.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# PEcAn.SIPNET 1.10.0.9000
2
2
3
+
*`model2netcdf.SIPNET` takes `LAI` from sipnet.out if present (which requires
4
+
Sipnet > v2.2). If it is not present, LAI is calculated as
5
+
`plantLeafC / leafCSpWt` as previously.
3
6
*`split_inputs.SIPNET` now avoids internal time format conversions, giving a
4
7
substantial speedup and reduced memory use when processing multi-year files.
5
8
*`model2netcdf.SIPNET` now detects the number of timesteps per day by taking the maximum count across all days in the first simulation year, rather than reading only from day 1. This prevents a factor-of-N error in flux unit conversions when the first day of output is partial (fewer timesteps than a complete day) (#3624, #3989).
0 commit comments