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

View source: R/SWE_estimation.R

SWE_estimationR Documentation

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

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

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. 2, 2024, 6:43 a.m.