NAME
fprintflux, printflux - Print global carbon and water fluxes
SYNOPSIS
#include "lpj.h"
void fprintflux(FILE *file,const Config *config,Flux flux,Real cflux_total);
void printflux(const Config *config,Flux flux,Real cflux_total);
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.
config
LPJmL configuration data. Must be read by readconfig().
flux Global carbon and water fluxes. Must be calculated by
flux_sum().
cflux_total
Total flux of carbon. Must be calculated by flux_sum().
RETURN VALUE
None.
AUTHORS
Werner von Bloh (Werner.von.Bloh@pik-potsdam.de), Sibyll
Schaphoff (Sibyll.Schaphoff@pik-potsdam.de), Stefanie Rost
(Jachner) (Stefanie.Rost@pik-potsdam.de), Marlies
Gumpenberger (Marlies.Gumpenberger@pik-potsdam.de), Tim
Beringer (Erbrecht) (Tim.Beringer@pik-potsdam.de), Christoph
Mueller (Christoph.Mueller@pik-potsdam.de) Jens Heinke
(Jens.Heinke@pik-potsdam.de), Hester Biemans
(Hester.Biemans@wur.nl), Kirsten Thonicke
(Kirsten.Thonicke@pik-potsdam.de), Ursula Heyder
(Ursula.Heyder@pik-potsdam.de),
SEE ALSO
flux_sum(3), readconfig(3)
Man(1) output converted with
man2html