export_model_parameters
function when using folder
argument other than "."
cali_ensemble
when unit of observations is secondsplot_LHC
function; can be used also when not calibrating Kw
get_output
function, which has been solvedcmethod = "LHC"
where the original LHC mode is preserved as cmethod = "LHC_old"
.check_congig()
that would throw an error if Kw
section was not present in the calibration part of the config yaml fileexport_flow()
to crashKw
Kw
values were givenplot_heatmap
function, as the old version could show unintended shifts or white lines with certain data compositionsKw
valuesKw
values or time series in the config file. If you want to use the same value for all models or just modify the value for a single model you need to supply a value for all
. Old config files with a single value still work.Kw
in the calibration section of the file (see changed LakeEnsemblR.yaml template file)get_output()
for MyLake where under dplyr v. 1.1 a crash would occuremax_layers
parameter in GLM, to avoid failure of Lagrangian algorithmdcast
function within run_ensemble
and cali_ensemble
now uses mean(..., na.rm = TRUE)
as aggregation function. Previously, this could cause problems in case of non-unique observations (a warning is thrown if these exist).export_init_cond
function to crash for FLake as calc_hmix
has a default value of 1.5 m for a minimum depthBug fixes:
- Warning message shows up when pre-v1.1 mass-balance
argument is used, pointing towards a solution when the outflows
section is missing.
Bug fixes:
- Fixed error in analyse_ncdf
when ice is not present in the ncdf file and if not enough observational data.
Bug fixes:
- Fixed error in export_flow
when using a start or stop date that was not included in the inflow or outflow file
- Fixed bug in get_output
which would show wrong NA values in Simstrat temperature output due to water level change when including depths in observation files that were not included in the Simstrat output.
Bug fixes:
- Fixed error in export_extinction
that caused GOTM to crash because of formating of the datetime column
Bug fixes: - Calculation of degrees East longitude in output netcdf file was corrected, with values 180-360 for locations on the Western Hemisphere
Bug fixes: - fixed error in formatting of Simstrat flow where a flow of 0 would lead to NA in the Simstrat inflow forcing files
Bug fixes: - get_yaml_multiple and input_yaml_multiple; works now if the first key is the highest level in the yaml file - cali_ensemble for FLake; depths are now sorted - Initial conditions Simstrat; Simstrat now always starts at the specified initial water lvl - plot_heatmap now works in lakes where the water level changes
The setup of the LakeEnsemblR configuration file changed. More information can be found on: https://github.com/aemon-j/LakeEnsemblR/wiki/From-v1.0-to-v1.1
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.