snowmelt: SNOW Model

Description Usage Arguments Details Value Examples

Description

Peter's Snow model

Usage

1
2
snow_melt(ts.prcp, ts.temp, meltmax = 0.5, snowrange = c(-3, 1),
  snowpack = 0)

Arguments

ts.prcp

numeric vector of precipitation time-series (mm)

ts.temp

numeric vector of average temperatuer time-series (Deg C)

meltmax

maximium ratio of snow melt (default: 0.5)

snowrange

(-3,1) the temperature range between snow and rain

snowpack

initial snowpack (default: 0)

Details

This is based on Peter's Fortran code

Value

a dataframe of c("prcp","snowpack","snowmelt"), effective rainfall, snowpack and snowmelt

Examples

1
2
3
4
## Not run: 
mellt<-snow_melt(ts.prcp,ts.temp,meltmax=0.5,snowrange=c(-3,1),snowpack=0)

## End(Not run)

ln1267/dWaSSI documentation built on Dec. 3, 2019, 4:39 a.m.