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
d42d87eb
Commit
d42d87eb
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Change variable code to a GRIB type without preconceived value range.
parent
a735f6d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/pio_write.c
View file @
d42d87eb
...
...
@@ -63,7 +63,7 @@ void modelRun (struct model_config setup, MPI_Comm comm)
{
static
int
nlev
[
nVars
]
=
{
1
,
1
,
5
,
5
,
2
};
static
int
varCodes
[
nVars
]
=
{
1
,
2
,
3
,
4
,
5
};
static
int
varCodes
[
nVars
]
=
{
1
29
,
130
,
131
,
132
,
133
};
static
char
*
name
=
"example"
;
int
gridID
,
zaxisID
[
nVars
],
taxisID
;
...
...
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