cdf2bin.1
NAME
cdf2bin - convert NetCDF files into raw binary data
SYNOPSIS
cdf2bin [-v] [-swap] [-units u] [-var name] [-clm]
[-cellsize size [-o binfile] gridfile netcdffile ...
DESCRIPTION
Program converts NetCDF output data into raw binary output
data data.
OPTIONS
-v print name of netcdf files
-swap
byte order of grid file has to be swapped -units u
units to convert data from NetCDF file
-var name
variable name in NetCDF file
-clm gridfile is in CLM format, raw be default
-cellsize size
cell size in grid file, default is 0.5
-o binfile
filename of raw binary data file written. Default is
out.bin
gridfile
filename of binaray grid data file consisting of short
values
netcdffile
filename of NetCDF file(s) converted
EXAMPLES
Create output file for vegetation carbon:
cdf2bin -var vegc -o vegc1901-2010.bin grid.bin
vegc.nc
EXIT STATUS
cdf2bin returns a zero exit status if the binary 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
bin2cdf(1), country2cdf(1), regridlpj(1), lpjml(1),
txt2clm(1), cru2clm(1), clm(5)
Man(1) output converted with
man2html