NAME
fcloseoutput - closes LPJmL output files
SYNOPSIS
#include "lpj.h"
void fcloseoutput(Outputfile *output,const Config *config);
DESCRIPTION
Function closes output files specified in the LPJmL
configuration. The arguments of fcloseoutput are:
output
Pointer to output data opened by fopenoutput.
config
Pointer to 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
fopenoutput(3), isopen(3), readconfig(3)
Man(1) output converted with
man2html