Skip to content

Commit

Permalink
Merge pull request #196 from ecmwf/feature/ocean-mmsf-fc
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn authored Feb 20, 2024
2 parents c6bc2dc + 9137274 commit 024e5aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion definitions/mars/grib.mmsf.fc.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
alias mars.step = endStep;
if (levtype is "o2d" || levtype is "o3d") {
alias mars.step = stepRange;
} else {
alias mars.step = endStep;
}

if (class is "od") { alias mars.system = systemNumber; }
if (class is "me") { alias mars.system = systemNumber; }
if (class is "en") { alias mars.system = systemNumber; }
Expand All @@ -17,3 +22,4 @@ if (centre == 80 && subCentre == 98 && class is "c3") {
}

if (class is "ci") { unalias mars.method; }

0 comments on commit 024e5aa

Please sign in to comment.