Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
4b4c1628
Commit
4b4c1628
authored
Oct 09, 2008
by
Uwe Schulzweida
Browse files
zonvar: activation missing (bug fix)
parent
120f276b
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4b4c1628
...
...
@@ -8,6 +8,7 @@
* sellonlatbox: add support for GRID_CELL [request: Jeff Daily]
* Add option '-u' to determinate whether to overwrite existing files [request: David Wang]
* cat, copy: compare input files
* zonvar: activation missing (bug fix) [report: Irene Fischer-Bruns]
* ifthen: bug fix for datasets with different missing values [report: Beate Geyer]
* runmean: bug fix for datasets with missing values [report: Carmen Ulmen]
* namelist: bug fix for wrong input
...
...
src/Merstat.c
View file @
4b4c1628
...
...
@@ -2,7 +2,7 @@
This file is part of CDO. CDO is a collection of Operators to
manipulate and analyse Climate model Data.
Copyright (C) 2003-200
7
Uwe Schulzweida, Uwe.Schulzweida@zmaw.de
Copyright (C) 2003-200
8
Uwe Schulzweida, Uwe.Schulzweida@zmaw.de
See COPYING file for copying and redistribution conditions.
This program is free software; you can redistribute it and/or modify
...
...
src/modules.c
View file @
4b4c1628
...
...
@@ -404,7 +404,7 @@ void *Wct(void *argument);
#define YseaspctlOperators {"yseaspctl"}
/* QR */
#define YseasstatOperators {"yseasmin", "yseasmax", "yseassum", "yseasmean", "yseasavg", "yseasvar", "yseasstd"}
#define ZonstatOperators {"zonmin", "zonmax", "zonsum", "zonmean", "zonavg", "zonstd", "zonpctl"}
#define ZonstatOperators {"zonmin", "zonmax", "zonsum", "zonmean", "zonavg",
"zonvar",
"zonstd", "zonpctl"}
/* RQ */
#define EcaCfdOperators {"eca_cfd"}
...
...
Write
Preview
Markdown
is supported
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