cft2clm.1



     NAME
          cft2clm - convert binary land use data files to clm data
          files for LPJmL

     SYNOPSIS
          cft2clm [-h] [-firstyear first] [-lastyear last] [-nyear n]
          [-nbands n] [-swap] cftfile clmfile

     DESCRIPTION
          Program converts a raw binary land use data file consisting
          of 16bit integer values into a file format suitable for
          LPJmL.

     OPTIONS
          -h   display a short help text

          -firstyear first
               first year in land use file (default is 1700)

          -lastyear  last
               last year in land use file

          -nyear  n
               number of years in land use file (default is 306)

          -nbands n
               number of bands in output file (default is 26)

          -swap
               change byte order in CRU file

          cftfile
               filename of binary land use data file

          clmfile
               filename of clm data file written

     EXAMPLES
          Create clm data file from land use dataset changing byte order:
               cft2clm -swap cft26.bin cft2003.clm

     EXIT STATUS
          cft2clm returns a zero exit status if the clm file is
          created.  Non zero is returned in case of failure.


     AUTHORS
          For authors and contributors see AUTHORS file


     COPYRIGHT
          (C) Potsdam Institute for Climate Impact Research (PIK), see
          COPYRIGHT file


     SEE ALSO
          lpjml(1), cru2clm(1), txt2clm(1), grid2clm(1), clm(5)
















































Man(1) output converted with man2html