NAME
close_image - Closes socket connection to IMAGE model
SYNOPSIS
#include "lpj.h"
void close_image(const Config *config);
DESCRIPTION
Function closes communication channel to IMAGE model.
Function is only available if LPJmL was compiled with
-DIMAGE flag. The argument of close_image is:
config
LPJmL configuration data. Must be initialized by
initmpiconfig() or initconfig() and 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
initmpiconfig(3), initconfig(3), open_image(3)
Man(1) output converted with
man2html