File: drs_tool.1

package info (click to toggle)
drslib 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,596 kB
  • sloc: python: 6,119; xml: 988; makefile: 128; sh: 121
file content (92 lines) | stat: -rw-r--r-- 2,360 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.TH drslib 

.SH NAME
drs_tool - Command-line interface to DRSLIB

.SH SYNPOSIS

.SH DESCRIPTION

.SH USAGE
Usage

Usage: drs_tool [command] [options] [drs-pattern]

command:
list 	list publication-level datasets
todo 	show file operations pending for the next version
upgrade 	make changes to the selected datasets to upgrade to the next version
mapfile 	make a mapfile of the selected dataset
history 	list all versions of the selected dataset
init 	initialise CMIP5 product detection data

.SH OPTIONS

.TP
\fB\-\-help\fR
display this help message and exit

.TP
\fB\-\-version\fR
output version information and exit


    -h, --help 	show this help message and exit
    -R ROOT, --root=ROOT
     	Root directory of the DRS tree
    -I INCOMING, --incoming=INCOMING
     	Incoming directory for DRS files. Defaults to <root>/output
    -a ACTIVITY, --activity=ACTIVITY
     	Set DRS attribute activity for dataset discovery
    -p PRODUCT, --product=PRODUCT
     	Set DRS attribute product for dataset discovery
    -i INSTITUTE, --institute=INSTITUTE
     	Set DRS attribute institute for dataset discovery
    -m MODEL, --model=MODEL
     	Set DRS attribute model for dataset discovery
    -e EXPERIMENT, --experiment=EXPERIMENT
     	Set DRS attribute experiment for dataset discovery
    -f FREQUENCY, --frequency=FREQUENCY
     	Set DRS attribute frequency for dataset discovery
    -r REALM, --realm=REALM
     	Set DRS attribute realm for dataset discovery
    -v VERSION, --version=VERSION
     	Force version upgrades to this version
    -P FILE, --profile=FILE
     	Profile the script exectuion into FILE
    --detect-product
     	Automatically detect the DRS product of incoming data

.SH REQUIRES

.SH
.SH FILES
.I drs_tool
uses 
.I metaconfig
to configure and store configuration information. Its configuration may be found then in a 
.I metaconfig.conf
file, in 
.B /etc/metaconfig/metaconfig.conf
on Debian systems, which may be overriden by 
.B $HOME/.metaconfig.conf 
or 
.B ./metaconfig.conf

.SH ENVIRONMENT VARIABLES
The variable
.B METACONF_CONF

.SH VERSION
0.3.0a3
.SH    BUGS
To query and report bugs in drs_tool, please use
.I reportbug
on Debian systems.
.SH    SEE ALSO
http://esgf.org/esgf-drslib-site/index.html

.SH AUTHOR
DRSLIB was written by Stephen Pascoe, STFC.SC.UK.
This manual page was written by Alastair McKinstry.