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
78eb9b63
Commit
78eb9b63
authored
Apr 28, 2011
by
Uwe Schulzweida
Browse files
changed stdname of cell area from area to cell_area
parent
cf0cf3e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
78eb9b63
...
...
@@ -1680,7 +1680,7 @@ void cdfDefLonLat2D(int streamID, int gridID)
char
yaxisname
[]
=
"cell_area"
;
char
units
[]
=
"m2"
;
char
longname
[]
=
"area of grid cell"
;
char
stdname
[]
=
"area"
;
char
stdname
[]
=
"
cell_
area"
;
cdf_def_var
(
fileID
,
yaxisname
,
(
nc_type
)
xtype
,
2
,
dimIDs
,
&
ncavarid
);
...
...
@@ -2001,7 +2001,7 @@ void cdfDefCell(int streamID, int gridID)
char
yaxisname
[]
=
"cell_area"
;
char
units
[]
=
"m2"
;
char
longname
[]
=
"area of grid cell"
;
char
stdname
[]
=
"area"
;
char
stdname
[]
=
"
cell_
area"
;
cdf_def_var
(
fileID
,
yaxisname
,
(
nc_type
)
xtype
,
1
,
&
dimID
,
&
ncavarid
);
...
...
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