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
libcdi
Commits
9eb70dc9
Commit
9eb70dc9
authored
Jul 04, 2013
by
Uwe Schulzweida
Browse files
gribapiDefLevel::ZAXIS_DEPTH_BELOW_LAND: apply scalefactor to dlevel2 (bug fix)
parent
05b5fdb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9eb70dc9
2013-07-04 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* gribapiDefLevel::ZAXIS_DEPTH_BELOW_LAND: apply scalefactor to dlevel2 (bug fix) [report: Harald Anlauf]
2013-06-28 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* Version 1.6.1 released
...
...
src/stream_gribapi.c
View file @
9eb70dc9
...
...
@@ -2878,7 +2878,7 @@ void gribapiDefLevel(int editionNumber, grib_handle *gh, int param, int zaxisID,
level
*=
scalefactor
;
dlevel1
*=
scalefactor
;
dlevel
1
*=
scalefactor
;
dlevel
2
*=
scalefactor
;
grib2DefLevel
(
gh
,
gcinit
,
GRIB2_LTYPE_LANDDEPTH
,
lbounds
,
level
,
dlevel1
,
dlevel2
);
}
...
...
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