Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions definitions/grib2/section.4.def
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ meta MTG2SwitchDefault mtg2_switch_default(tablesVersion, tablesVersionMTG2Switc

concept MTG2Switch(MTG2SwitchDefault, "MTG2SwitchConcept.def", conceptsDir2,conceptsDir1): hidden, read_only, long_type;

# MTG2Encoder tells software using ecCodes when to use the encoder to create a post-MTG2 file.
# For now, this is intended for internal use at ECMWF
if (centre == 98) {
alias MTG2Encoder = MTG2Switch;
}
else {
constant MTG2Encoder = 0;
}

# ECC-2002
# if datasetForLocal is not "unknown", we remap conceptsDir1 and conceptsDir2
# See the g2_concept_dir accessor
Expand Down
Loading