Skip to content

Commit

Permalink
Remove unnecessary feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Feb 7, 2025
1 parent 59bfb04 commit 09229dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/fv3jedi/fv3jedi_ecen.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ namespace gdasapp {
xxAtmAnl += dxAtm;

// Interpolate full resolution analysis to ensemble resolution and then change variables
fv3jedi::State xxAtmAnlEnsRes(incrCorGeom, fv3jedi::State(atmVars, xxAtmAnl));
fv3jedi::State xxAtmAnlEnsRes(incrCorGeom, xxAtmAnl);

// Compute correction increment
fv3jedi::Increment dxAtmCor(incrCorGeom, atmVars, xxAtmBkg.validTime());
Expand Down

0 comments on commit 09229dd

Please sign in to comment.