snowprofileSno: Construct snowprofile object from SNO file

View source: R/snowprofileSno.R

snowprofileSnoR Documentation

Construct snowprofile object from SNO file

Description

Read .sno files from SNOWPACK model input/output

Usage

snowprofileSno(Filename)

Arguments

Filename

path to sno file

Details

Several SNOWPACK model output formats exist see SNOWPACK documentation

Definitions of SNO files are provided at https://snowpack.slf.ch/doc-release/html/smet.html

Value

a snowprofile object

Author(s)

shorton

See Also

snowprofilePro, snowprofilePrf, snowprofileCsv

Examples


## Path to example prf file
Filename <- system.file('extdata', 'example.sno', package = 'sarp.snowprofile')

## Read snowprofile object
Profile <- snowprofileSno(Filename)

## Note: plot.snowprofile won't work because sno files don't have harndess

## Plot a temperautre profile
plot(snowprofileSet(list(Profile)), ColParam = 'temp')


sarp.snowprofile documentation built on Jan. 14, 2026, 9:06 a.m.