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
9a870f51
Commit
9a870f51
authored
Feb 02, 2017
by
Uwe Schulzweida
Browse files
Docu update.
parent
107662d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
9a870f51
# Process this file with automake to produce Makefile.in
SUBDIRS
=
libcdi src contrib
test
/data
test
#
EXTRA_DIST
=
config/default OPERATORS doc/cdo.pdf doc/cdo_eca.pdf doc/cdo_magics.pdf
doc/cdo_cmor.pdf
doc/cdo_refcard.pdf cdo.spec README
EXTRA_DIST
=
config/default OPERATORS doc/cdo.pdf doc/cdo_eca.pdf doc/cdo_magics.pdf doc/cdo_refcard.pdf cdo.spec README
#
ACLOCAL_AMFLAGS
=
-I
m4
#
...
...
OPERATORS
View file @
9a870f51
...
...
@@ -549,10 +549,6 @@ Operator catalog:
Strgal strgal Strong gale days index per time period
Hurr hurr Hurricane days index per time period
CMORlite cmorlite CMOR lite
-------------------------------------------------------------
CMOR
-------------------------------------------------------------
CMOR cmor CMOR
-------------------------------------------------------------
Magics
-------------------------------------------------------------
...
...
doc/tex/Modules
View file @
9a870f51
...
...
@@ -141,7 +141,6 @@ Strbre Miscellaneous
Strgal Miscellaneous
Hurr Miscellaneous
CMORlite Miscellaneous
CMOR CMOR
Magplot Magics
Magvector Magics
Maggraph Magics
...
...
src/operator_help.h
View file @
9a870f51
...
...
@@ -5026,46 +5026,6 @@ static const char *CMORliteHelp[] = {
NULL
};
static
const
char
*
CMORHelp
[]
=
{
"NAME"
,
" cmor - CMOR"
,
""
,
"SYNOPSIS"
,
" cmor,table[,options] infile"
,
""
,
"DESCRIPTION"
,
" "
,
" "
,
" The CDO operator cmor selects variables from infile"
,
" and writes them directly with the CMOR library."
,
" Each output file contains a single output variable with there coordinates and metadata."
,
" Much of the metadata written to the output files is defined in the table file."
,
" The name of the output files are derived from the metadata."
,
" The supported format of the table file is CMOR3/json."
,
" These tables are typically made available from MIP web sites."
,
" "
,
" A comma separated list of
\"
key=value
\"
pairs with optional parameters can be specified."
,
" These optional parameters can be set to overwrite all entries of a parameter"
,
" table defined by the __info command line parameter."
,
" Entries with two leading underscores are used for cdo/cmor internal purposes."
,
" CMOR itself uses entries with one leading underscore internally. The remaining k-v pairs are"
,
" used as attributes. Unknown (to CMOR) keys are simply copied as global attributes."
,
""
,
"PARAMETER"
,
" table STRING Name of the MIP table as specified from PCMDI"
,
" __var STRING Comma separated list of variables. Default is to process all variables."
,
" __info STRING Configuration file name"
,
" __grid_table STRING Name of the MIP grid definition table as specified from PCMDI"
,
" __rename_<axis name> STRING Rename z-axis to match the grid_table"
,
" __inpath STRING All remaining parameters are for cmor_setup()."
,
" __chunk STRING netcdf_file_action parameter of cmor_setup()"
,
" __set_verbosity STRING"
,
" __exit_control STRING"
,
" __logfile STRING"
,
" __create_subdirectories INTEGER"
,
NULL
};
static
const
char
*
MagplotHelp
[]
=
{
"NAME"
,
" contour, shaded, grfill - Lat/Lon plot"
,
...
...
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