Skip to content

Commit

Permalink
Another fix for 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 99d1f6a commit 294483e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions moment_kinetics/debug_test/gyroaverage_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ test_input = Dict(
"charge_exchange_frequency" => 0.5,
"ionization_frequency" => 0.05,
"constant_ionization_rate" => true,
"timestepping" => Dict("nstep" => 3,
"dt" => 1.0e-12,
"nwrite" => 2,
"nwrite_dfns" => 2,
"r_ngrid" => 5,),
"timestepping" => Dict{String,Any}("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 294483e

Please sign in to comment.