txt2clm.1
NAME
txt2clm - convert CRU ASCII files to clm data files for
LPJmL
SYNOPSIS
txt2clm [-h] [-yearcell] [-float] [-scale s] crufile clmfile
[gridfile]
DESCRIPTION
Program converts Climate Research Unit (CRU) data files into
LPJ climate data files CRU data files have to be in the
format specified in
http://www.cru.uea.ac.uk/~timm/grid/CRU_TS_2_1.html
OPTIONS
-h display a short help text
-yearcell
does not revert order in CRU file
-float
write data as float, default is short
-scale s
scale data by a factor
crufile
filename of ASCII CRU data file
clmfile
filename of clm data file written
gridfile
filename of grid coordinates data file written
EXAMPLES
Create clm data and grid file from CRU dataset:
txt2clm tmp_1901-2003.txt tmp2003.clm coord.clm
EXIT STATUS
txt2clm 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
lpjml(1), asc2clm(1), cru2clm(1), grid2clm(1), cft2clm(1),
catclm(1), clm(5)
Man(1) output converted with
man2html