read.state: Read a COSERO state file

View source: R/read.state.r

read.stateR Documentation

Read a COSERO state file

Description

Read a file containing the state variables of COSERO

Usage

read.state(file = "statevar.dmp")

Arguments

file

path to a state file

Details

This function simply reads a state variable file of COSERO and returns a list containing the four parts of the file, each as a matrix: 1) The variables on the subbasin scale (NB) 2) The variables on the grid scale (NB, IZ) 3) The variables on the subgrid scale, i.e. the state of the snow cover (NB,IZ,IKL) 4) The state of the glacier runoff routing

Value

a list (see Details)

Author(s)

Simon Frey

See Also

analyse.snow.state

Examples

    read.state("C:/TEMP/statevar.dmp")

freysimon/TigR documentation built on April 20, 2024, 9:28 p.m.