Skip to content

Commit

Permalink
Debug fv3 increment converter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Jan 13, 2025
1 parent a00c239 commit b72463b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/fv3jedi/fv3jedi_fv3inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ namespace gdasapp {
dxFV3.write(fv3IncrOuputConfig);

// Write analysis
xxAnl.write(anlOuputConfig)
if (membersConfig[imem].has("analysis")) {
const eckit::LocalConfiguration anlOuputConfig(membersConfig[imem], "analysis");
xxAnl.write(anlOuputConfig);
}
}

return 0;
Expand Down

0 comments on commit b72463b

Please sign in to comment.