mirror of https://github.com/ecmwf/eccodes.git
add stream configuation for class cerise
This commit is contained in:
parent
f3f13ba36d
commit
09eecc2d2a
|
@ -15,3 +15,5 @@ if (centre == 80 && subCentre == 98 && class is "c3") {
|
|||
constant cnmc_cmcc = 'cmcc';
|
||||
alias mars.origin = cnmc_cmcc;
|
||||
}
|
||||
|
||||
if (class is "ci") { unalias mars.method; }
|
||||
|
|
|
@ -16,3 +16,5 @@ if (centre == 80 && subCentre == 98 && class is "c3") {
|
|||
constant cnmc_cmcc = 'cmcc';
|
||||
alias mars.origin = cnmc_cmcc;
|
||||
}
|
||||
|
||||
if (class is "ci") { unalias mars.method; }
|
||||
|
|
Loading…
Reference in New Issue