cat2bsq.1



     NAME
          cat2bsq - Concatenates output files from distributed LPJmL
          simulations.

     SYNOPSIS
          cat2bsq [-type {float|double|short|int|char}] [-o outfile]
          [-bands n] infilename ...

     DESCRIPTION
          Program concatenates output files from the LPJmL model to
          one output file. It used to join output files from
          lpjdistribute and lpjdistribute_river scripts.  Program is
          obsolete for the MPI version of lpjml.

     OPTIONS
          -type {float|double|short|int|char}
               Datatype of output. Default is float.

          -bands n
               Number of bands. Default is 103.

          -o outfile
               sets filename of the concatenated output file. Default
               is output to stdout.

          infilename
               name of output file(s) to join.

     EXAMPLE
          Concatenates output files to the file vegc.bin:
               cat2bsq -o vegc.bin vegc_*.bin

     EXIT STATUS
          cat2bsq returns a zero exit status if the output files have
          been concatenated.  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), lpjcat(1), output_bsq(1)





Man(1) output converted with man2html