read.input.header: Read header of LPJ inputs in clm. The current header layout...

View source: R/read.input.r

read.input.headerR Documentation

Read header of LPJ inputs in clm. The current header layout is 43 bytes, with name, version, order, firstyear, nyears, firstcell, ncells, scalar. Return data in data.frame.

Description

Read header of LPJ inputs in clm. The current header layout is 43 bytes, with name, version, order, firstyear, nyears, firstcell, ncells, scalar. Return data in data.frame.

Usage

read.input.header(filename)

Arguments

filename

this input file name, with full path

Value

data.frame header

Examples

header <- read.input.header("cru_temp.clm")

sinanshi/LPJmL_RUtil documentation built on Feb. 8, 2023, 5:56 p.m.