NAME
getwateruse - Get water use data
SYNOPSIS
#include "lpj.h"
Bool getwateruse(Wateruse wateruse,Cell grid[],int year,const Config *config);
DESCRIPTION
Function reads water use data for specified year. The
arguments of getwateruse are:
wateruse
Pointer to water use data. Must be initialized by
initwateruse().
grid Cell grid array allocated and initialized by newgrid().
year Sets year water use data is read.
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), initwateruse(3), freewateruse(3), newgrid(3)
Man(1) output converted with
man2html