Age | Commit message (Collapse) | Author | Files | Lines |
|
Now we have seven test calculations for the Step 1 calculator, all
perfectly passing. This provides confidence that this is a
correct reimplementation of the Step 1 part of the Step 1/2 calculator.
|
|
Some cleaning up. PELMO facilities do not currently work at my end,
as I have no working wine installation on this computer
|
|
|
|
|
|
|
|
|
|
generated from the FOCUS PELMO GUI, as copied into the text files
in the testdata directory.
|
|
|
|
It all works!
|
|
|
|
- This works on Linux using wine
- PELMO runs (including pelmo.inp files) are correctly generated
- The PLM files for FOCUS Pesticide_D in the test data archive are
correctly reproduced
- The data files (including FOCUS groundwater scenario data) are now
created and documented in R files
|
|
|
|
|
|
|
|
|
|
- Add max_twa.mkinfit() recently introduced to mkin as mkin::twa() but
never released with it
- Add a test to check max_twa.one_box() against analytical solutions in
max_twa.mkinfit().
- Clean up R CMD check
- Update docs
|
|
|
|
|
|
|
|
|
|
as this it is claimed in the README that an mkinfit prediction is used.
- Add another seealso link
- Delete trailing whitespace
|
|
- Add _pkgdown.yml for a structured function/data reference
- Make seealso links active
- Make mkinfit calls quiet
- Use pkgdown branch from pull request hadley/pkgdown#229 to have topics
ordered
|
|
- one_box() creates decline time series from mkinfit objects or simply
from a half-life
- sawtooth() generates sawtooth curves for arbitrary application
patterns and decline models
- twa() calculates moving window averages
- max_twa() gives their maxima and
- plot.one_box() can plot series generated by one_box() or sawtooth(),
optionally adding a greay rectangle to illustrate the maximum moving
window time weighted average
|
|
The code from the previous commit was broken. Also, the time
zone for the times that are read is now wet to 'UTC', in order to
avoid setting different time zones due to daylight savings, which
introduces artificial one-hour offsets on changeover days.
|
|
For ConLiqWatLayCur_xxxxx entries which are output at 00:00 (midnight),
no time is listed in the .out file for this time. This commit introduces
a workaround, setting the time to 00:00 when there is no time
information.
|
|
|
|
|