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
libcdi
Commits
eff0dc4f
Commit
eff0dc4f
authored
Sep 30, 2019
by
Uwe Schulzweida
Browse files
cdiInitialize: added call to grib_multi_support_off().
parent
9efcb147
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi_int.c
View file @
eff0dc4f
...
...
@@ -319,6 +319,9 @@ void cdiInitialize(void)
gribFixZSE
(
1
);
// 1: Fix ZeroShiftError of simple packed spherical harmonics
gribSetConst
(
1
);
// 1: Don't pack constant fields on regular grids
#endif
#ifdef HAVE_LIBGRIB_API
grib_multi_support_off
(
NULL
);
#endif
value
=
cdiGetenvInt
(
"CDI_DEBUG"
);
if
(
value
>=
0
)
CDI_Debug
=
(
int
)
value
;
...
...
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