Open
Description
Originally noted in #753
In compute_u_with_rbf there is a loop around ens_size, for
get_reconstruct
but uval(1:ens_size) is set to set to the single value ureconstructzonal/ureconstructmeridional so you are getting the whole ensemble set each step of the loopwhole ensemble == last value from the loop.
DART/models/mpas_atm/model_mod.f90
Lines 6214 to 6226 in e218864
Originally posted by @hkershaw-brown in #753