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
          Werner von Bloh (Werner.von.Bloh@pik-potsdam.de), Sibyll
          Schaphoff (Sibyll.Schaphoff@pik-potsdam.de), Stefanie Rost
          (Jachner) (Stefanie.Rost@pik-potsdam.de), Marlies
          Gumpenberger (Marlies.Gumpenberger@pik-potsdam.de), Tim
          Beringer (Erbrecht) (Tim.Beringer@pik-potsdam.de), Christoph
          Mueller (Christoph.Mueller@pik-potsdam.de)


     SEE ALSO
          lpjml(1), lpjcat(1), output_bsq(1), lpjdistribute(1),
          lpjdistribute_river(1))





Man(1) output converted with man2html