Colin Mahony
Colin Mahony
@kdaust is this still v1 or will it be v0.0.4?
brainstorm of reasons: - change factor being calculated differently, e.g., different simulation runs contributing to the model mean change factor.
This still needs investigation. we can at least flag it as a known issue if it is still occuring.
been talking to derek van der Kamp. he said: > I’m in the process of putting together a suite of R packages around microclimate and fuel moisture modelling, so it...
@DonMorgan thanks for highlighting this need. we aren't currently providing RAD but it is on our to-do list. keep the comments coming! Colin
low priority relative to cciss.
upgrading this to v1.0.0 because this plot will be needed for identifying bugs in climr.
tasks: - [x] the `climr_downscale()` call takes several minutes. need to remove it from the function (e.g., as a separate `plot_timeSeries_inputs()` function) or cache the first call for use in...
Still a few outstanding issues, but merging to devl, as this function is adequate and seems to be bug free. 
climateNA time series is still 1902-2023 ``` > in_xyz test range(as.numeric(test[DATASET=="climatena", PERIOD])) [1] 1902 2023 > range(as.numeric(test[DATASET=="cru.gpcc", PERIOD])) [1] 1901 2024 > range(as.numeric(test[DATASET=="mswx.blend", PERIOD])) [1] 1901 2024 ```