cvrtclm.1



     NAME
          cvrtclm - convert version of clm file to latest version 3

     SYNOPSIS
          cvtrclm [-type {byte|short|int|float|double}] [-scale s]
          [-cellsize size] infile outfile

     DESCRIPTION
          Program converts clm file into clm file with version 3. For
          version 1 file cellsize and scaling factor have to be
          specified, if they differ from default values. For version
          type has to be specified if different from short.

     OPTIONS
          -type {byte|short|int|float|double}
               Set type of data in header, default is short

          -scale s
               set scaling factor in header, default is 1.

          -cellsize size
               set cell size in header, default is 0.5.

          infile
               filename of clm file to convert

          outfile
               filename of clm data file written. Must differ from
               infile.

     EXAMPLES
          Convert clm wateruse data file to version 3:
               cvrtclm -type int wateruse_1900-2000.bin
               wateruse_1900-2000_v3.clm

     EXIT STATUS
          cvrtclm 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), asc2clm(1), cru2clm(1), grid2clm(1), cft2clm(1),
          catclm(1), clm(5)

Man(1) output converted with man2html