Dear all,
i used "vars_wtd = ['water_table_depth', 'ponded_depth']
interact(
lambda step: atsvis.plot_surface(
vars_wtd, surface_polygons, vis_surface, step, time,
vmin=[0.0, 0.0],
vmax=[5.0, 0.5],
cmap=['viridis', 'Blues'],
units=['[m]', '[m]'],
),
step=widgets.IntSlider(min=0, max=num_steps-1, step=1, continuous_update=False)
)" and got the plot as

Even though there is ponding, why isn't the water table depth saturated? I also used 'mean,' but it didn't make any sense. Can anyone help me understand it?
Thank you
suraj