File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11#alias mars.number=perturbationNumber;
22alias mars.anoffset=offsetToEndOf4DvarWindow;
33
4- if ( grib2LocalSectionNumber == 45) {
5- #alias mars.number = perturbationNumber;
4+ if ( grib2LocalSectionNumber == 45 && MTG2Switch == 0) {
5+ # mars.number = componentIndex from the other local sections for this type
6+ # this has always value 1, so we mimick this for pre-mtg2 which 50r1 is part of
7+ transient pertNumber=1;
8+ alias mars.number = pertNumber;
9+ alias mars.coefficient = fourierCoefficientIndex;
10+ } else {
611 alias mars.coefficient = fourierCoefficientIndex;
712}
Original file line number Diff line number Diff line change 11label "_model errors";
22#alias mars.number=perturbationNumber;
33
4- if ( grib2LocalSectionNumber == 45) {
5- #alias mars.number = perturbationNumber;
4+ if ( grib2LocalSectionNumber == 45 && MTG2Switch == 0) {
5+ # mars.number = componentIndex from the other local sections for this type
6+ # this has always value 1, so we mimick this for pre-mtg2 which 50r1 is part of
7+ transient pertNumber=1;
8+ alias mars.number = pertNumber;
9+ alias mars.coefficient = fourierCoefficientIndex;
10+ } else {
611 alias mars.coefficient = fourierCoefficientIndex;
712}
You can’t perform that action at this time.
0 commit comments