NAME
fopenoutput - creates LPJmL output files
SYNOPSIS
#include "lpj.h"
Outputfile *fopenoutput(const Cell grid[],int nout,const Config *config);
DESCRIPTION
Function creates and opens output files specified in the
LPJmL configuration. The arguments of fopenoutput are:
grid Pointer to LPJmL grid. Must be initialized by
newgrid().
config
Pointer to LPJmL configuration data. Must be read by
readconfig().
nout Maximum number of output files.
RETURN VALUE
Upon successful completion pointer to allocated output data
is returned or NULL 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
fcloseoutput(3), readconfig(3), newgrid(3), iterate(3),
isopen(3)
Man(1) output converted with
man2html