Skip to content

Releases: DrylandEcology/rSFSW2

v4.3.0

12 Aug 20:41
efdd60e
Compare
Choose a tag to compare

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

18 Oct 22:05
2647abf
Compare
Choose a tag to compare
  • 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

04 May 10:09
9b68474
Compare
Choose a tag to compare
  • 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

15 Mar 12:24
1a28723
Compare
Choose a tag to compare

Addressing changes in interfaces of dependencies:

  • roxygen2 v6.1.1
  • devtools v2.0.1
  • R-devel (upcoming v3.6.0)
  • lintr (incompatible with R-devel)

v3.1.4

14 Mar 18:22
3ac612c
Compare
Choose a tag to compare
  • Updated to 'estimate_PotNatVeg_composition' function to account for Tree PFT

v3.1.3

05 Mar 20:31
ce37dc6
Compare
Choose a tag to compare
  • requiring a new version of rSOILWAT2 v2.3.5 (to fix a REAL/INTEGER bug related to transpiration regions)
  • fixed DayMet unit tests
  • fixed netCDF unit tests

v3.1.2

27 Oct 14:17
7bb4972
Compare
Choose a tag to compare

Function dbOutput_subset: gains capability to subset records

v3.1.1

27 Oct 12:28
c0d3e98
Compare
Choose a tag to compare

Several bug fixes

v3.1.0

18 Oct 20:21
bbc005d
Compare
Choose a tag to compare
  • 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, and TESTTHAT
  • Improved linters
  • Improved README

v3.0.0

05 Aug 08:30
45ef6ab
Compare
Choose a tag to compare
Merge pull request #306 from DrylandEcology/feature_DecadalAggregations

Feature decadal aggregations