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
1744c3e6
Commit
1744c3e6
authored
May 12, 2014
by
Uwe Schulzweida
Browse files
gridCreate: removed default stdname and units for GENERIC grids
parent
b4c3e01e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1744c3e6
...
...
@@ -4,6 +4,10 @@
* using EXSE library version 1.3.2
* using CGRIBEX library version 1.6.4
2014-05-12 Uwe Schulzweida
* gridCreate: removed default stdname and units for GENERIC grids
2014-05-11 Uwe Schulzweida
* added support for GRIB_API key cfName
...
...
src/grid.c
View file @
1744c3e6
...
...
@@ -467,10 +467,12 @@ int gridCreate(int gridtype, int size)
{
gridDefXname
(
gridID
,
"x"
);
gridDefYname
(
gridID
,
"y"
);
/*
strcpy(gridptr->xstdname, "grid_longitude");
strcpy(gridptr->ystdname, "grid_latitude");
gridDefXunits(gridID, "degrees");
gridDefYunits(gridID, "degrees");
*/
break
;
}
case
GRID_LCC2
:
...
...
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