Learn R Programming

rodeo (version 0.8.2)

forcingFunctions: Generation of Forcing Functions in Fortran

Description

Generates Fortran code to return the current values of forcing functions based on interpolation in tabulated time series data.

Usage

forcingFunctions(x)

Value

A character string holding generated Fortran code. Must be written to disk, e.g. using write, prior to compilation.

Arguments

x

Data frame with colums 'name', 'file', 'column', 'mode', 'default'. See below for expected entries.

Author

David Kneis david.kneis@tu-dresden.de