Bug fixes in get_atmo_dep(). Fixed variable naming issues and added a coordinate validation check.
SWATprepR 1.0.5
Small bug fixes and updated add_atmo_dep(). Now this function writes directly into SWAT+ model text files. SQL database option removed.
SWATprepR 1.0.4
Added helper functions to examine setup: setup_info()and model’s output water balance components: wbalance_table().
SWATprepR 1.0.3
Warning for load_template(), if there are duplicates in the template file.
Sorting in weather files using prepare_climate(). Needed for SWAT+ model to find weather files correctly.
Added function find_dif() to compare files of two setups and find differences.
SWATprepR 1.0.2
prepare_ps() function was updated to include the option to write constant value point source data for SWAT+ model. Bug was solved connected with ‘object.cnt’ file.
load_swat_weather() function was updated to include the option to read weather data with different type of naming.
SWATprepR 1.0.1
sol_to_usersoil() function was added to read and convert soils.sol file to usersoil R object.
Reviewed and updated function documentation, removed deprecated functions, made internal functions invisible, updated examples, provided additional information in links, added references where needed, and connected functions with the ‘See Also’ section.
load_swat_weather2() function was added to provide quicker option for weather file loading. More 20 times faster comparing to load_swat_weather() function.
SWATprepR 0.1.3
load_template() function extended to load point source data template.
prepare_ps() function added to write point source SWAT+ model input files.
Atmospheric deposition data functions added get_atmo_dep(), write_atmo_cli() and add_atmo_dep() as well as Atmospheric deposition article page to explain how to use them.