From 09229ddc2f8b4b4648b10d29ced6f47d07f5d37f Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Fri, 7 Feb 2025 20:03:18 +0000 Subject: [PATCH] Remove unnecessary feature --- utils/fv3jedi/fv3jedi_ecen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fv3jedi/fv3jedi_ecen.h b/utils/fv3jedi/fv3jedi_ecen.h index 7aa95d2a0..4a0800d30 100644 --- a/utils/fv3jedi/fv3jedi_ecen.h +++ b/utils/fv3jedi/fv3jedi_ecen.h @@ -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());