NAME
          freeclimate - Closes files and deallocates climate data

     SYNOPSIS
          #include "lpj.h"

          void freeclimate(Climate *climate,Bool isroot);


     DESCRIPTION
          Function closes open files and deallocates climate data.
          The argument of freeclimate is:

          climate
               Pointer to climate data.  Must be initialized by
               initclimate().

          isroot
               task is root task.

     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
          initclimate(3), getclimate(3)


















Man(1) output converted with man2html