Skip to content

Commit 680ea00

Browse files
committed
v0.1 version for aifs compo single and ensemble models
1 parent f21322c commit 680ea00

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

definitions/grib2/localConcepts/ecmf/modelNameConcept.def

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
'aifs-ens-diff' = {
1717
backgroundProcess = 5;
1818
}
19-
'aifs-compo-single' = {
19+
'aifs-compo-single-mse' = {
2020
backgroundProcess = 6;
2121
}
22-
23-
'aifs-compo-ens' = {
22+
'aifs-compo-ens-crps' = {
2423
backgroundProcess = 7;
2524
}
25+
'aifs-compo-ens-diff' = {
26+
backgroundProcess = 8;
27+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'v0.1' = { generatingProcessIdentifier = 1; }

0 commit comments

Comments
 (0)