NAME
iterateyear - year time loop for LPJmL
SYNOPSIS
#include "lpj.h"
void iterateyear(Outputfile *output,
Cell grid[],
Input input,
Real co2,
int npft, int ncft,
int year,
const Config *config
);
DESCRIPTION
Function performs year time loop for LPJmL The arguments of
iterateyear are:
output
Pointer to initialized output data. output must be
initialized by fopenoutput().
grid Cell grid array allocated and initialized by newgrid().
input
Input data initialized by initinput().
co2 Atmospheric CO2 concentration (ppmv).
npft Number of natural plant functional types.
ncft Number of crop plant functional types.
year Simulation year
config
LPJmL configuration data. Must be read by readconfig().
RETURN VALUE
None
AUTHORS
For authors and contributors see AUTHORS file
COPYRIGHT
(C) Potsdam Institute for Climate Impact Research (PIK), see
COPYRIGHT file
SEE ALSO
readconfig(3), fopenoutput(3), newgrid(3), initinput(3),
getlanduse(3), getclimate(3), iterate(3)
Man(1) output converted with
man2html