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
libcdi
Commits
f894b685
Commit
f894b685
authored
Jul 19, 2016
by
Uwe Schulzweida
Browse files
Changed CF conventions to 1.6.
parent
7c1dc9a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdf.c
View file @
f894b685
...
...
@@ -129,7 +129,7 @@ static int cdfOpenFile(const char *filename, const char *mode, int *filetype)
#endif
cdf_create
(
filename
,
writemode
,
&
ncid
);
if
(
CDI_Version_Info
)
cdfComment
(
ncid
);
cdf_put_att_text
(
ncid
,
NC_GLOBAL
,
"Conventions"
,
6
,
"CF-1.
4
"
);
cdf_put_att_text
(
ncid
,
NC_GLOBAL
,
"Conventions"
,
6
,
"CF-1.
6
"
);
break
;
case
'a'
:
cdf_open
(
filename
,
NC_WRITE
,
&
ncid
);
...
...
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