Skip to content
Snippets Groups Projects
Commit 2bf121d7 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

add ECHAM version 5.4

parent 8df1a248
No related branches found
No related tags found
No related merge requests found
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]
......
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment