Skip to content

Commit

Permalink
Fix coordinate creation in makie_post_processing
Browse files Browse the repository at this point in the history
Need to add an `element_spacing_option` argument for the dummy
coordinate input.
  • Loading branch information
johnomotani committed Oct 31, 2023
1 parent eff2647 commit 326efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makie_post_processing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 326efbb

Please sign in to comment.