cdf2coord.1



     NAME
          cdf2coord - extract CLM grid from NetCDF file

     SYNOPSIS
          cdf2coord [-var name] [-index i] [-float] [-scale s]
          netcdffile gridfile

     DESCRIPTION
          Program extracts grid file in CLM format from  NetCDF input
          data. All cells with valid input will be put in the grid
          file.

     OPTIONS
          -var name
               variable name in NetCDF file

          -index i
               Converting from i-th dataset. Default is first (=0).

          -scale factor
               scaling factor for CLM grid file. Default is 0.01

          -float
               write float values in CLM grid file, default is short

          netcdffile
               filename of NetCDF file gridfile filename of grid data
               file written

     EXAMPLES
          Create coord file from temperatureo data file:
               cdf2coord -var tas -o temp1901-2010.nc  grid.clm

     EXIT STATUS
          cdf2coord 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
          clm2bin(), clm2cdf(1), bin2cdf(1), country2cdf(1),
          regridlpj(1), lpjml(1), txt2clm(1), cru2clm(1), clm(5)



Man(1) output converted with man2html