NAME
fprintflux, printflux - Print global carbon and water fluxes
SYNOPSIS
#include "lpj.h"
void fprintflux(FILE *file,Flux flux,Real cflux_total,const Config *config);
void printflux(Flux flux,Real cflux_total,const Config *config);
DESCRIPTION
Function prints global carbon and water fluxes. printflux()
writes output to standard output. The arguments of
fprintflux are:
file File pointer to output stream.
flux Global carbon and water fluxes. Must be calculated by
flux_sum().
cflux_total
Total flux of carbon. Must be calculated by flux_sum().
config
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
flux_sum(3), readconfig(3)
Man(1) output converted with
man2html