NAME
freegrid - Deallocate memory of LPJmL grid
SYNOPSIS
#include "lpj.h"
void freegrid(Cell grid[],int npft,const Config *config);
DESCRIPTION
Function deallocates memory of LPJmL grid. The arguments of
freegrid are:
grid Cell grid array allocated and initialized by newgrid().
npft Number of natural plant functionial types.
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
readconfig(3), newgrid(3)
Man(1) output converted with
man2html