Skip to content

Commit edec475

Browse files
committed
changelog + typo
1 parent af1d6b1 commit edec475

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

models/sipnet/NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PEcAn.SIPNET 1.10.0.9000
22

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).
310
* `split_inputs.SIPNET` now avoids internal time format conversions, giving a
411
substantial speedup and reduced memory use when processing multi-year files.
512
* `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).

models/sipnet/R/write_segmented_configs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ write_segment_configs <- function(
349349
)
350350
),
351351
"",
352-
"# copy readme with specs to output"
352+
"# copy readme with specs to output",
353353
paste("cp", file.path(run_dir, "README.txt"), file.path(run_modeloutdir, "README.txt")),
354354
paste("cp", file.path(run_dir, "segments.csv"), file.path(run_modeloutdir, "segments.csv")),
355355
"",

0 commit comments

Comments
 (0)