NOAA-EMC / GDASApp

Global Data Assimilation System Application
GNU Lesser General Public License v2.1
15 stars 31 forks source link

Add utility to recenter snow ensemble increments #1097

Closed CoryMartin-NOAA closed 4 months ago

CoryMartin-NOAA commented 4 months ago

We are going to try to just recenter the snow ensemble to the deterministic snow analysis after a conversation with myself, @ClaraDraper-NOAA and @dtkleist .

First, an OOPS-based application will be created in GDASApp that will:

Then the recentered increment will be applied to every ensemble member so that their spread is identical between forecast and analysis.

fregrid will be used to interpolate between the deterministic and ensemble resolutions At first, only the above will be an OOPS-based application, eventually we may wish to OOPSify the code that applies the increment to the forecast for the snow analysis.

CoryMartin-NOAA commented 4 months ago

Work will be done in feature/snow-recenter