define_timeperiod: define_timeperiod

View source: R/Parameter_config.R

define_timeperiodR Documentation

define_timeperiod

Description

Create the monthly simulation time structure.

Usage

define_timeperiod(yr_start, yr_end)

Arguments

yr_start

Initial simulation year.

yr_end

Final nd simulation year.

Value

A list with two elements: 'timeperiod', a data.frame containing monthly timesteps, years and annual timestep identifiers; and 'steps', the total number of simulated months.

Examples

 define_timeperiod(yr_start=2006, yr_end=2010)

rCTOOL documentation built on July 4, 2026, 9:07 a.m.