Mercurial > repos > climate > cdo_info
comparison macros_info.xml @ 0:8e0ae5c594e7 draft default tip
"planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/cdo commit da614bb8e3e9b19a5167ff19b625a71d9976108a"
author | climate |
---|---|
date | Sat, 15 Jan 2022 23:20:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8e0ae5c594e7 |
---|---|
1 <macros> | |
2 <xml name="operator_information"> | |
3 <param name="main_infile" type="data" label="Input file" format="netcdf"/> | |
4 <conditional name="information"> | |
5 <param name="opt" type="select" label="Select cdo operator" multiple="false"> | |
6 <option value="info">info (Dataset information listed by parameter identifier)</option> | |
7 <option value="infon">infon (Dataset information listed by parameter name)</option> | |
8 <option value="map">map (Dataset information and simple map)</option> | |
9 <option value="sinfo">sinfo (Short information listed by parameter identifier)</option> | |
10 <option value="sinfon">sinfon (Short information listed by parameter name)</option> | |
11 <option value="diff">diff (Compare two datasets listed by parameter identifier)</option> | |
12 <option value="diffn">diffn (Compare two datasets listed by parameter name)</option> | |
13 <option value="npar">npar (Number of parameters)</option> | |
14 <option value="nlevel">nlevel (Number of levels)</option> | |
15 <option value="nyear">nyear (Number of years)</option> | |
16 <option value="nmon">nmon (Number of months)</option> | |
17 <option value="ndate">ndate (Number of dates)</option> | |
18 <option value="ntime">ntime (Number of timesteps)</option> | |
19 <option value="ngridpoints">ngridpoints (Number of gridpoints)</option> | |
20 <option value="ngrids">ngrids (Number of horizontal grids)</option> | |
21 <option value="showformat">showformat (Show file format)</option> | |
22 <option value="showcode">showcode (Show code numbers)</option> | |
23 <option value="showname">showname (Show variable names)</option> | |
24 <option value="showstdname">showstdname (Show standard names)</option> | |
25 <option value="showlevel">showlevel (Show levels)</option> | |
26 <option value="showltype">showltype (Show GRIB level types)</option> | |
27 <option value="showyear">showyear (Show years)</option> | |
28 <option value="showmon">showmon (Show months)</option> | |
29 <option value="showdate">showdate (Show date information)</option> | |
30 <option value="showtime">showtime (Show time information)</option> | |
31 <option value="showtimestamp">showtimestamp (Show timestamp)</option> | |
32 <option value="showattribute">showattribute (Show a global attribute or a variable attribute)</option> | |
33 <option value="partab">partab (Parameter table)</option> | |
34 <option value="codetab">codetab (Parameter code table)</option> | |
35 <option value="griddes">griddes (Grid description)</option> | |
36 <option value="zaxisdes">zaxisdes (Z-axis description)</option> | |
37 <option value="vct">vct (Vertical coordinate table)</option> | |
38 </param> | |
39 <when value="info"/> | |
40 <when value="infon"/> | |
41 <when value="map"/> | |
42 <when value="sinfo"/> | |
43 <when value="sinfon"/> | |
44 <when value="diff"> | |
45 <param name="secondary_infile" type="data" label="Input file" format="netcdf"/> | |
46 </when> | |
47 <when value="diffn"> | |
48 <param name="secondary_infile" type="data" label="Input file" format="netcdf"/> | |
49 </when> | |
50 <when value="npar"/> | |
51 <when value="nlevel"/> | |
52 <when value="nyear"/> | |
53 <when value="nmon"/> | |
54 <when value="ndate"/> | |
55 <when value="ntime"/> | |
56 <when value="ngridpoints"/> | |
57 <when value="ngrids"/> | |
58 <when value="showformat"/> | |
59 <when value="showcode"/> | |
60 <when value="showname"/> | |
61 <when value="showstdname"/> | |
62 <when value="showlevel"/> | |
63 <when value="showltype"/> | |
64 <when value="showyear"/> | |
65 <when value="showmon"/> | |
66 <when value="showdate"/> | |
67 <when value="showtime"/> | |
68 <when value="showtimestamp"/> | |
69 <when value="showattribute"> | |
70 <repeat name="attributes" title="List of attributes"> | |
71 <param name="attribute" type="text" label="Global or variable attribute name"/> | |
72 </repeat> | |
73 </when> | |
74 <when value="partab"/> | |
75 <when value="codetab"/> | |
76 <when value="griddes"/> | |
77 <when value="zaxisdes"/> | |
78 <when value="vct"/> | |
79 </conditional> | |
80 </xml> | |
81 </macros> |