Skip to content

Commit

Permalink
Fix timestepping inputs for gyroaverage debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Apr 25, 2024
1 parent 951a179 commit 99d1f6a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions moment_kinetics/debug_test/gyroaverage_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ test_input = Dict(
"charge_exchange_frequency" => 0.5,
"ionization_frequency" => 0.05,
"constant_ionization_rate" => true,
"nstep" => 3,
"dt" => 1.0e-12,
"nwrite" => 2,
"nwrite_dfns" => 2,
"n_rk_stages" => 4,
"r_ngrid" => 5,
"timestepping" => Dict("nstep" => 3,
"dt" => 1.0e-12,
"nwrite" => 2,
"nwrite_dfns" => 2,
"r_ngrid" => 5,),
"r_nelement" => 2,
"r_bc" => "periodic",
"z_ngrid" => 5,
Expand Down

0 comments on commit 99d1f6a

Please sign in to comment.