SWE_estimation: Snow presence derived from Phar sensor. Little radiation that...

Description Usage Arguments

View source: R/SWE_estimation.R

Description

Snow presence derived from Phar sensor. Little radiation that hit soil and little fraction from incoming radiation suggest the presence of snow near the station

Usage

1
2
3
4
SWE_estimation(git_folder, PATH, FILE, PATH_SNOW, FILE_SNOW, PATH_ESOLIP_QC,
  FILE_ESOLIP_QC, PRECIPITATION = "Precip_T_Int15",
  AIR_TEMPERATURE = "T_Air", WIND_SPPED = "Wind_Speed",
  INCREMENT_THRESHOLD = 0.001)

Arguments

git_folder

local folder where "package" is cloned

PATH

path of input data

FILE

name of file of input data (write under " " and ending with .csv)

PATH_SNOW

path of snow dataset created usign snow filtering algorithm

FILE_SNOW

name of snow file created usign snow filtering algorithm (write under " " and ending with .csv)

PRECIPITATION

names of column in input data corresponding with precipitation parameter

AIR_TEMPERATURE

names of column in input data corresponding with air temperature parameter

WIND_SPPED

names of column in input data corresponding with wind speed parameter


EURAC-Ecohydro/SnowSeasonAnalysis documentation built on Dec. 6, 2020, 2:05 a.m.