Skip to content

Commit

Permalink
Set model, resolution and generation for EERIE
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Aguridan authored and dsarmany committed Jul 17, 2024
1 parent c3312ee commit 737adfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/multio/action/encode/GribEncoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@ QueriedMarsKeys setMarsKeys(GribEncoder& g, const eckit::Configuration& md) {
withFirstOf(valueSetter(g, "activity"), LookUpString(md, "activity"));
withFirstOf(valueSetter(g, "experiment"), LookUpString(md, "experiment"));
withFirstOf(valueSetter(g, "realization"), LookUpString(md, "realization"));
withFirstOf(valueSetter(g, "generation"), LookUpString(md, "generation"));
withFirstOf(valueSetter(g, "model"), LookUpString(md, "model"));
withFirstOf(valueSetter(g, "resolution"), LookUpString(md, "resolution"));

if (paramId && ((*paramId == "260199") || (*paramId == "260360") || (*paramId == "262024"))) {
withFirstOf(valueSetter(g, "typeOfFirstFixedSurface"),
Expand Down

0 comments on commit 737adfe

Please sign in to comment.