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
2bf121d7
Commit
2bf121d7
authored
Jun 20, 2007
by
Uwe Schulzweida
Browse files
add ECHAM version 5.4
parent
8df1a248
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2bf121d7
2007-06-
??
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
2007-06-
15
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using EXSE library version 1.0.2
* new ECHAM5 code table [Renate Brokopf]
...
...
src/model.c
View file @
2bf121d7
...
...
@@ -212,7 +212,8 @@ static void model_defaults(void)
(
void
)
modelDef
(
instID
,
199
,
"ERA40"
);
instID
=
institutInq
(
0
,
0
,
"MPIMET"
,
NULL
);
ECHAM5
=
modelDef
(
instID
,
63
,
"ECHAM5.3"
);
ECHAM5
=
modelDef
(
instID
,
64
,
"ECHAM5.4"
);
(
void
)
modelDef
(
instID
,
63
,
"ECHAM5.3"
);
(
void
)
modelDef
(
instID
,
62
,
"ECHAM5.2"
);
(
void
)
modelDef
(
instID
,
61
,
"ECHAM5.1"
);
...
...
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