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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# PEcAn.SIPNET 1.10.0.9000
2
2
3
+
* Improvements to the job.sh written by `write_segmented_configs`:
4
+
- Now places README.txt, segments.csv, and the full log files from each
5
+
segment, into the outdir (as was already done for one-segment runs).
6
+
- Now respects `settings$model$delete.raw` by deleting sipnet.out from segment
7
+
dirs as well as the from the job outdir
8
+
- No longer calls model2netcdf.SIPNET() inside each segment dir (it was
9
+
redundant with the whole-job netcdf output).
10
+
- Fixed incorrect run paths in the settings$host block passed to single segments
11
+
*`model2netcdf.SIPNET` takes `LAI` from sipnet.out if present (which requires
12
+
Sipnet > v2.2). If it is not present, LAI is calculated as
13
+
`plantLeafC / leafCSpWt` as previously.
3
14
*`split_inputs.SIPNET` now avoids internal time format conversions, giving a
4
15
substantial speedup and reduced memory use when processing multi-year files.
5
16
*`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