Releases: DrylandEcology/rSFSW2
Releases · DrylandEcology/rSFSW2
v4.3.0
Tilted radiation, gridMET, MACA, and other improvements
- updated code to support new SOILWAT2 v6.0.0 that overhauled estimation of solar radiation with a particular improvement for tilted surfaces (https://github.com/DrylandEcology/SOILWAT2/releases/tag/v6.0.0)
- moved supporting functionality to new R package "rSW2utils" (https://github.com/DrylandEcology/rSW2utils)
- moved code of the sagebrush regeneration model (Schlaepfer et al. 2014) to new R package "rSW2funs" (https://github.com/DrylandEcology/rSW2funs)
- moved code to estimate vegetation composition and biomass from climate relationships to R package "rSOILWAT2" and completely redesigned much of the functions
- added functionality to extract daily meteorological data from
gridMET
- added functionality to extract daily scenario climate dataset
CMIP5_MACAv2metdata_USA
- improved handling of yearly atmospheric CO2-concentration time-series
- several bug fixes and other improvements
v4.1.0
- new functions to deal with the output database:
dbOutput_add_calculated_field
,dbOut_read_variables_from_scenario
- new functions for circular arithmetic:
circ_add
,circ_minus
- other new functions:
trewartha_climate
,rbind_2cols_nonoverlapping
- upgraded to rSOILWAT2 v3.1.3
- several bug fixes
- upgraded to lintr v2.0.0
v4.0.0
- Updates to reflect new interception equations in SOILWAT2 v5.0.0 and rSOILWAT v3.0.0
- Moved several functions to rSOILWAT2:
- Vegetation-climate functions and associated time functions
- Functions related to soil moisture/temperature conditions and regimes, resilience and resistance categories, and associated functions
v3.1.5
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
- New functionality to check agreement among two output databases, to update values in one from another output database (e.g., fixing output affected by some fixed bug), and to subset an output database to a smaller set of tables and variables
- Improved organization of unit tests: more consistent behavior controlled by environmental variables
RSFSW2_ALLTESTS
,RSFSW2_SAVETESTS
,NOT_CRAN
(not set consistently),TRAVIS
,APPVEYOR
, andTESTTHAT
- Improved linters
- Improved README