NAME
getlanduse - Get land use data
SYNOPSIS
#include "lpj.h"
Bool getlanduse(Landuse landuse,Cell grid[],int year,int ncft,const Config *config);
DESCRIPTION
Function reads land use data for specified year. The
arguments of getlanduse are:
landuse
Pointer to land use data. Must be initialized by
initlanduse().
grid Cell grid array allocated and initialized by newgrid().
year Sets year land use is read.
ncft Number of crop plant functional types.
config
LPJmL configuration data. Must be read by readconfig().
RETURN VALUE
Upon successful completion FALSE is returned and TRUE on
error.
AUTHORS
For authors and contributors see AUTHORS file
COPYRIGHT
(C) Potsdam Institute for Climate Impact Research (PIK), see
COPYRIGHT file
SEE ALSO
readconfig(3), initlanduse(3), freelanduse(3)
Man(1) output converted with
man2html