Learn R Programming

SPLASH: Simple Process-Led Algorithms for Simulating Habitats

This program calculates bioclimatic indices and fluxes (radiation, evapotranspiration, soil moisture) for use in studies of ecosystem function, species distribution, and vegetation dynamics under changing climate scenarios. Predictions are based on a minimum of required inputs: latitude, precipitation, air temperature, and cloudiness.

Installation

You can install the released version of splash from CRAN with:

install.packages("splash")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("villegar/splash")

Reference

T. W. Davis, I. C. Prentice, B. D. Stocker, R. J. Whitley, H. Wang, B. J. Evans, A. V. Gallego-Sala, M. T. Sykes, and W. Cramer, Simple process-led algorithms for simulating habitats (SPLASH): Robust indices of radiation evapo-transpiration and plant-available moisture, Geoscientific Model Development, 2016. DOI: https://doi.org/10.5281/zenodo.376293

Source: https://bitbucket.org/labprentice/splash/

Copy Link

Version

Install

install.packages('splash')

Monthly Downloads

354

Version

1.0.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

October 12th, 2022

Functions in splash (1.0.2)

spin_up

Calculate daily totals
quick_run

Calculate daily soil moisture and runoff
read_csv

Read CSV file
sat_slope

Calculate the temperature-dependent slope
read_txt

Read plain text file
specific_heat

Calculate specific heat
run_one_day

Runs SPLASH at a single location for one day
elv2pres

Elevation to pressure
julian_day

Calculate Julian day
calc_daily_solar

Calculate daily solar radiation fluxes
calc_daily_evap

Calculate daily evaporation fluxes
enthalpy_vap

Calculate enthalpy of vaporization
dcos

Calculate cosine of an angle
berger_tls

Calculate true anomaly and true longitude
psychro

Calculate psychrometric constant
density_h2o

Calculate density of water at 1 atm, g/cm^3
dsin

Calculate sine of an angle
splash-package

splash: Simple Process-Led Algorithms for Simulating Habitats