newpft.sh.1



     NAME
          newpft.sh - Create new Plant Functional Type (PFT) class

     SYNOPSIS
          newpft.sh PFTclass

     DESCRIPTION
          Script creates directory for a new PFT class in
          $LPJROOT/src, a header file in $LPJROOT/include for the
          function declarations and function templates in
          $LPJROOT/src. To use this new PFT class the Makefile in
          $LPJROOT has to be extended by the new library.

     OPTIONS
          PFTclass
               name of the new PFT class.

     EXAMPLE
          Create new PFT class treeage
               newpft.sh treeage

          Header file $LPJROOT/treeage.h and directory
          $LPJROOT/src/treeage including function templates are
          created.

     ENVIRONMENT
          LPJROOT
               defines the root directory for LPJmL. The variable has
               to be defined before calling newpft.sh.


     EXIT STATUS
          newpft.sh returns a zero exist status if new directory and
          files have been created.  Non zero is returned in case of
          failure.

     AUTHOR
          Werner von Bloh (Werner.von.Bloh@pik-potsdam.de)


     SEE ALSO
          lpjml(1)











Man(1) output converted with man2html