NAME
getclimate - get climate data for specified year
SYNOPSIS
#include "lpj.h"
Bool getclimate(Climate *climate,const Cell grid[],int year,const Config *config);
DESCRIPTION
Function gets climate data for specified year. The
arguments of getclimate are:
climate
Pointer to climate data. Must be initialized by
initclimate().
grid Cell grid array allocated and initialized by newgrid().
year year climate data is read.
config
LPJmL configuration data. Must be read by readconfig().
RETURN VALUE
Upon successful read FALSE is returned and TRUE in case of
failure.
AUTHORS
For authors and contributors see AUTHORS file
COPYRIGHT
(C) Potsdam Institute for Climate Impact Research (PIK), see
COPYRIGHT file
SEE ALSO
initclimate(3), freeclimate(3), getco2(3), readconfig(3),
iterate(3)
Man(1) output converted with
man2html