You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, mpas_reconstruct is called each timestep, for numerous variables, and always interpolates to (x,y,z) and (zonal,meridional). This is wasteful for both compute time and memory usage. We can put these in two new analysis members:
vector_reconstruction_lat_lon
vector_reconstruction_xyz
and call them every 6 hours or daily, and only use lat_lon for global cases.