Skip to content
GitLab
Menu
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
01dabc79
Commit
01dabc79
authored
Sep 05, 2006
by
Uwe Schulzweida
Browse files
set alias gradsdes to gradsdes2
parent
70f19ca4
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
01dabc79
...
...
@@ -2,7 +2,10 @@
2006-09-?? Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CDI library version 1.0.2
* remapbil, remapbic: speedup for regional lonlat grids
* set alias gradsdes to gradsdes2
* rename gradsdes to gradsdes1
* add option -z szip to compress GRIB records with SZIP
* remapbil, remapbic: improvement and speedup for regional lonlat grids
* Seltime: print warning message if parameter not found
* pstreamDefVlist: unpack netCDF data if datatype = FLT64
* Version 1.0.2 released
...
...
doc/tex/cdo.tex
View file @
01dabc79
...
...
@@ -146,7 +146,7 @@
\end{picture}
\begin{flushright}
\large\bf
{
Climate Data Operators
\\
Version 1.0.
1
\\
August
2006
}
\large\bf
{
Climate Data Operators
\\
Version 1.0.
2
\\
September
2006
}
\end{flushright}
\vfill
...
...
doc/tex/cdoprog.tex
View file @
01dabc79
...
...
@@ -10,7 +10,7 @@
\put
(0,0.0)
{
\line
(1,0)
{
3.95
}}
\end{picture}
\begin{flushright}
{
\small
{
Climate Data Operators
\\
Version 1.0.
1
\\
August
2006
}}
{
\small
{
Climate Data Operators
\\
Version 1.0.
2
\\
September
2006
}}
\end{flushright}
\vspace*
{
0mm
}
...
...
doc/tex/mod/Gradsdes
View file @
01dabc79
...
...
@@ -4,7 +4,7 @@
@Title = GrADS data descriptor file
@Section = Miscellaneous
@Arguments = ifile
@Operators = gradsdes gradsdes2
@Operators = gradsdes
1
gradsdes2
@BeginDescription
Creates a GrADS data descriptor file. Supported file formats are GRIB,
...
...
@@ -16,8 +16,8 @@ filenames for the descriptor (@file{ifile.ctl}) and the map (@file{ifile.gmp}) f
@EndModule
@BeginOperator_gradsdes
@Title = GrADS data descriptor file
@BeginOperator_gradsdes
1
@Title = GrADS data descriptor file
(version 1 GRIB map)
@BeginDescription
Creates a GrADS data descriptor file. Generated a machine
...
...
@@ -26,7 +26,7 @@ specific version 1 GrADS map file for GRIB datasets.
@EndOperator
@BeginOperator_gradsdes2
@Title = GrADS data descriptor file (version 2 map)
@Title = GrADS data descriptor file (version 2
GRIB
map)
@BeginDescription
Creates a GrADS data descriptor file. Generated a machine
...
...
@@ -39,7 +39,7 @@ This map file can be used only with GrADS version 1.8 or newer.
@BeginExample
To create a GrADS data descriptor file from a GRIB dataset use:
@BeginVerbatim
cdo gradsdes ifile.grb
cdo gradsdes
2
ifile.grb
@EndVerbatim
This will create a descriptor file with the name @file{ifile.ctl}
and the map file @file{ifile.gmp}.
...
...
src/Gradsdes.c
View file @
01dabc79
...
...
@@ -180,7 +180,7 @@ static int flt2ibm(float x, unsigned char *ibm) {
void
*
Gradsdes
(
void
*
argument
)
{
static
char
func
[]
=
"Gradsdes"
;
int
GRADSDES
,
GRADSDES2
,
DUMPMAP
;
int
GRADSDES
1
,
GRADSDES2
,
DUMPMAP
;
int
operatorID
;
int
streamID
=
0
;
int
gridID
=
-
1
,
zaxisID
;
...
...
@@ -276,7 +276,7 @@ void *Gradsdes(void *argument)
cdoInitialize
(
argument
);
GRADSDES
=
cdoOperatorAdd
(
"gradsdes"
,
0
,
0
,
NULL
);
GRADSDES
1
=
cdoOperatorAdd
(
"gradsdes
1
"
,
0
,
0
,
NULL
);
GRADSDES2
=
cdoOperatorAdd
(
"gradsdes2"
,
0
,
0
,
NULL
);
DUMPMAP
=
cdoOperatorAdd
(
"dumpmap"
,
0
,
0
,
NULL
);
...
...
src/modules.c
View file @
01dabc79
...
...
@@ -154,7 +154,7 @@ void *Zonstat(void *argument);
#define FillmissOperators {"fillmiss"}
#define FldrmsOperators {"fldrms"}
#define FldstatOperators {"fldmin", "fldmax", "fldsum", "fldmean", "fldavg", "fldvar", "fldstd"}
#define GradsdesOperators {"gradsdes", "gradsdes2", "dumpmap"}
#define GradsdesOperators {"gradsdes
1
", "gradsdes2", "dumpmap"}
#define HistogramOperators {"histcount", "histsum", "histmean"}
#define InfoOperators {"info", "infov", "map"}
#define InputOperators {"input", "inputsrv", "inputext"}
...
...
@@ -354,6 +354,7 @@ static char *opalias[][2] =
{
"ggstat"
,
"info"
},
{
"ggstats"
,
"sinfo"
},
{
"globavg"
,
"fldavg"
},
{
"gradsdes"
,
"gradsdes2"
},
{
"gp2sp2"
,
"gp2spl"
},
{
"sp2gp2"
,
"sp2gpl"
},
{
"infos"
,
"sinfo"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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