cutclm.1



     NAME
          cutclm - cuts LPJmL climate data files

     SYNOPSIS
          cutclm [-longheader] [-end] [-size4] year infile outfile

     DESCRIPTION
          Program concatenates climate data files in clm format.

     OPTIONS
          -longheader
               Long (version 2) header assumed for clm files

          -end copy clm data till year, default is copy clm data from
               year

          -size4
               Size of data is set to 4 bytes, default is 2 bytes

          year year to start/end copying

          infile
               Filename(s) of clm files to be cut

          outfile
               Filename of new clm file

     EXAMPLE
          Create clm data file staring from year 1950:
               cutclm 1950 temp_1901-2003.bin temp_1950-2003.clm

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

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


     SEE ALSO
          lpjml(1), catclm(1), txt2clm(1), grid2clm(1), cft2clm(1),
          clm(5)











Man(1) output converted with man2html