diff --git a/src/makie_post_processing.jl b/src/makie_post_processing.jl index fb6c7c5e8..b6841b596 100644 --- a/src/makie_post_processing.jl +++ b/src/makie_post_processing.jl @@ -817,7 +817,7 @@ function get_run_info(run_dir, restart_index=nothing; itime_min=1, itime_max=-1, dummy_comm = MPI.COMM_NULL dummy_input = grid_input("dummy", 1, 1, 1, 1, 0, 1.0, "chebyshev_pseudospectral", "", "periodic", - dummy_adv_input, dummy_comm) + dummy_adv_input, dummy_comm, "uniform") vzeta, vzeta_spectral = define_coordinate(dummy_input) vzeta_chunk_size = 1 vr, vr_spectral = define_coordinate(dummy_input)