GFDL_atmos_cubed_sphere icon indicating copy to clipboard operation
GFDL_atmos_cubed_sphere copied to clipboard

FV3 is not able to apply DA increment when cold staring

Open pjpegion opened this issue 9 months ago • 0 comments

Currently, the ability to read in an analysis increment is inside the warm_start section of the code. So if a user tried to apply an increment to the initial condition, the model runs, but nothing is applied.
The solution is to move the call to read_da_inc outside the if external_ic/restart logic.

pjpegion avatar May 08 '24 15:05 pjpegion