Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
aded3448
Commit
aded3448
authored
Jun 29, 2014
by
Uwe Schulzweida
Browse files
Docu update
parent
e84649bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
aded3448
...
...
@@ -7,6 +7,8 @@ Version 1.6.4 (26 June 2014):
* Option --history: Do not append to netCDF "history" global attribute
* Option --netcdf_hdr_pad <nbr>: Pad netCDF output header with nbr bytes
New operators:
* setpartabn: set parameter table by name
* setpartabp: set parameter table by parameter ID
* sealevelpressure: sea level pressure
Changed operators:
* Filter: disable zero-padding
...
...
OPERATORS
View file @
aded3448
...
...
@@ -113,7 +113,7 @@ Operator catalog:
-------------------------------------------------------------
Modification
-------------------------------------------------------------
Setpartab setpartab
Set parameter table
Setpartab setpartab
p
Set parameter table
Setpartab setpartabn Set parameter table
Set setcode Set code number
Set setparam Set parameter identifier
...
...
src/operator_help.h
View file @
aded3448
...
...
@@ -748,7 +748,7 @@ static char *CompcHelp[] = {
static
char
*
SetpartabHelp
[]
=
{
"NAME"
,
" setpartab, setpartabn - Set parameter table"
,
" setpartab
p
, setpartabn - Set parameter table"
,
""
,
"SYNOPSIS"
,
" <operator>,table ifile ofile"
,
...
...
@@ -763,6 +763,8 @@ static char *SetpartabHelp[] = {
" Entry & Type & Description "
,
" name & WORD & Name of the variable"
,
" out_name & WORD & New name of the variable"
,
" param & WORD & Parameter identifier (GRIB1: code[.tabnum]; GRIB2: num[.cat[.dis]])"
,
" out_param & WORD & New parameter identifier"
,
" type & WORD & Data type (real or double)"
,
" standard_name & WORD & As defined in the CF standard name table"
,
" long_name & STRING & Describing the variable"
,
...
...
@@ -776,16 +778,14 @@ static char *SetpartabHelp[] = {
" ok_min_mean_abs & FLOAT & Minimum absolute mean"
,
" ok_max_mean_abs & FLOAT & Maximum absolute mean"
,
" factor & FLOAT & Scale factor"
,
" code & INTEGER & GRIB1 code number"
,
" out_code & INTEGER & New GRIB1 code number"
,
" delete & INTEGER & Set to 1 to delete variable"
,
" "
,
" The search key for the variable depends on the operator. Use setpartabn to search variables by the name."
,
" This is typically used for netCDF datasets. The operator setpartab searches variables by the
code number
."
,
" This is typically used for netCDF datasets. The operator setpartab
p
searches variables by the
parameter ID
."
,
""
,
"OPERATORS"
,
" setpartab
Set parameter table"
,
" Search variables by
code numb
er."
,
" setpartab
p
Set parameter table"
,
" Search variables by
the parameter identifi
er."
,
" setpartabn Set parameter table"
,
" Search variables by name."
,
""
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment