Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
84f8aa31
Commit
84f8aa31
authored
11 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Exprf: debug if cdoVerbose is set
parent
23349472
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
NEWS
+1
-1
1 addition, 1 deletion
NEWS
src/Exprf.c
+2
-1
2 additions, 1 deletion
src/Exprf.c
src/yacc_lex
+1
-1
1 addition, 1 deletion
src/yacc_lex
test/bm_Remap.sh
+2
-2
2 additions, 2 deletions
test/bm_Remap.sh
with
6 additions
and
5 deletions
NEWS
+
1
−
1
View file @
84f8aa31
...
...
@@ -3,7 +3,7 @@ CDO NEWS
Version 1.6.3 (18 February 2014):
New features:
* remapbil, remapbic
:
optimization for regular 2D source grids
* remapbil, remapbic
, remapdis: performance
optimization for regular 2D source grids
* gradsdes: added support for GRIB files >2GB
* eca_csu: added number of csu periods with more than 5days per time period
* eca_cfd: added number of cfd periods with more than 5days per time period
...
...
This diff is collapsed.
Click to expand it.
src/Exprf.c
+
2
−
1
View file @
84f8aa31
...
...
@@ -135,7 +135,8 @@ void *Expr(void *argument)
parse_arg
.
vlistID1
=
vlistID1
;
parse_arg
.
vlistID2
=
vlistID2
;
parse_arg
.
nvars1
=
0
;
parse_arg
.
debug
=
1
;
parse_arg
.
debug
=
0
;
if
(
cdoVerbose
)
parse_arg
.
debug
=
1
;
parse_arg
.
gridID2
=
-
1
;
parse_arg
.
zaxisID2
=
-
1
;
parse_arg
.
tsteptype2
=
-
1
;
...
...
This diff is collapsed.
Click to expand it.
src/yacc_lex
+
1
−
1
View file @
84f8aa31
# bison version 2.
4.2
; flex version 2.5.3
5
# bison version 2.
7
; flex version 2.5.3
7
bison -y -o expr_yacc.c -d expr_yacc.y
flex -oexpr_lex.c expr_lex.l
This diff is collapsed.
Click to expand it.
test/bm_Remap.sh
+
2
−
2
View file @
84f8aa31
...
...
@@ -29,8 +29,8 @@ done
# result on bailung:
# =================
# bil bic nn con cons
# reg2d
1.0
1.
8
2
223 227
# curv 36.9 37.9 843 227 3
16
# reg2d
0.7
1.
6
1
223 227
# curv 36.9 37.9 843 227 3
05
#
# result on blizzard:
# ==================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment