From 326efbb2cbc28ebe41a306548575570b0ea3e3c5 Mon Sep 17 00:00:00 2001 From: John Omotani Date: Tue, 31 Oct 2023 10:11:46 +0000 Subject: [PATCH] Fix coordinate creation in makie_post_processing Need to add an `element_spacing_option` argument for the dummy coordinate input. --- src/makie_post_processing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)