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
359d0ea5
Commit
359d0ea5
authored
Aug 17, 2015
by
Uwe Schulzweida
Browse files
isHybridSigmaPressureCoordinate: set cdiConvention to CDI_CONVENTION_CF
parent
43aa9508
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
359d0ea5
...
...
@@ -5131,6 +5131,9 @@ int isHybridSigmaPressureCoordinate(int ncid, int ncvarid, ncvar_t *ncvars, ncdi
if
(
strcmp
(
ncvar
->
stdname
,
"atmosphere_hybrid_sigma_pressure_coordinate"
)
==
0
)
{
extern
int
cdiConvention
;
cdiConvention
=
CDI_CONVENTION_CF
;
status
=
TRUE
;
ncvar
->
zaxistype
=
ZAXIS_HYBRID
;
int
dimid
=
ncvar
->
dimids
[
0
];
...
...
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