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
8742878d
Commit
8742878d
authored
Oct 04, 2016
by
Uwe Schulzweida
Browse files
Changed default name of pressure levels to plev.
parent
5a26360d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8742878d
2016-10-04 Uwe Schulzweida
* Changed default name of pressure levels to plev
2016-10-04 Uwe Schulzweida
* Version 1.8.0rc3 released
2016-09-26 Uwe Schulzweida
* Added read support for hybrid sigma pressure coordinate with formula term P0
...
...
src/zaxis.c
View file @
8742878d
...
...
@@ -35,7 +35,7 @@ ZaxistypeEntry[] = {
{
/* 1 */
0
,
"lev"
,
"generic"
,
""
,
""
},
{
/* 2 */
2
,
"lev"
,
"hybrid"
,
""
,
"level"
},
{
/* 3 */
2
,
"lev"
,
"hybrid_half"
,
""
,
"level"
},
{
/* 4 */
2
,
"lev"
,
"pressure"
,
"air_pressure"
,
"Pa"
},
{
/* 4 */
2
,
"
p
lev"
,
"pressure"
,
"air_pressure"
,
"Pa"
},
{
/* 5 */
1
,
"height"
,
"height"
,
"height"
,
"m"
},
{
/* 6 */
2
,
"depth"
,
"depth_below_sea"
,
"depth"
,
"m"
},
{
/* 7 */
2
,
"depth"
,
"depth_below_land"
,
""
,
"cm"
},
...
...
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