Skip to content

Commit

Permalink
fixed the time step for output evolution history
Browse files Browse the repository at this point in the history
This implements JETSCAPE PR 231:
When both pre-equilibrium and hydro outputs evolution history to memory,
one needs to set output_evolution_every_N_timesteps to 1 in music_input.
It is because the free-streaming module does not support skipping time
step output evolution.
  • Loading branch information
latessa committed Dec 5, 2024
1 parent 39993ff commit 0e3922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_music_files/music_input
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ output_evolution_T_cut 0.14 # GeV
output_evolution_every_N_eta 1 # output evolution file every Neta steps
output_evolution_every_N_y 1 # output evolution file every Ny steps
output_evolution_every_N_x 1 # output evolution file every Nx steps
output_evolution_every_N_timesteps 5 # output evolution every Ntime steps
output_evolution_every_N_timesteps 1 # output evolution every Ntime steps

#
#
Expand Down

0 comments on commit 0e3922d

Please sign in to comment.