lpjsave.1
NAME
lpjsave - Save input/output files of LPJmL using Tivoli
Storage Manager TSM
SYNOPSIS
lpjsave [-h] [-virtualnode node] [-password pw] [-descr
string] [-noinput] [-pp cmd] [-outpath dir] [-inpath dir]
[-restartpath dir] [[-Dmacro[=value]] [-Idir] ...]
[filename]
DESCRIPTION
Shell script saves all input and output files of LPJmL
configuration files into TSM archive. Needs TSM to be
installed.
OPTIONS
-h display a short help text
-virtualnode node
Virtual node of TSM
-password pw
Password of TSM account
-descr string
Description of archive stored in TSM
-noinput
does not save input data files
-pp cmd
Set preprocessor program to cmd. Default is cpp -P.
-outpath dir
set the output directory path. The path is added to the
output filenames if they do not contain an absolute
path.
-inpath dir
set the input directory path. The path is added to the
input filenames if they do not contain an absolute
path.
-Dmacro[=value]
define macro for the preprocessor of the configuration
file
-Idir
define include directory for the preprocessor of the
configuration file
filename
name of configuration file, default is lpjml.conf.
EXAMPLES
Archive files without input files.
lpjsave -virtualnode node -password pd -descr "LPJmL
results" -noinput -DFROM_RESTART lpjml.conf
ENVIRONMENT
LPJCONFIG
default LPJmL configuration filename
LPJPREP
defines preprocessor command for LPJmL configuration
file, default is cpp -P. Same as '-pp' option.
LPJROOT
defines the root directory for LPJmL. This directory is
added to the include directories of the preprocessor
LPJINPATH
Path appended to the input filenames. Only done for
filenames without absolute path.
LPJOPTIONS
runtime options for the preprocessor of LPJmL
configuration files
LPJOUTPATH
Path appended to the output filenames. Only done for
filenames without absolute path.
LPJRESTARTPATH
Path appended to the restart filenames. Only done for
filenames without absolute path.
EXIT STATUS
Non zero is returned in case of failure.
AUTHOR
Werner von Bloh (Werner.von.Bloh@pik-potsdam.de)
SEE ALSO
lpjml(1), lpjcheck(1), lpjfiles(1), lpjml.conf(5)
Man(1) output converted with
man2html