Skip to content

Commit

Permalink
changes how stochasticforcingbudgets test is called
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Mar 8, 2018
1 parent 9281b54 commit 7a27082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_twodturb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ end


# ISOTROPIC RING FORCING BUDGETS
function stochasticforcingbudgets( ;n = 256, dt = 0.01, L=2π, ν=1e-7, nν=2,
μ = 1e-1, nμ = 0, message=false)
function stochasticforcingbudgetstest( n ; dt = 0.01, L=2π, ν=1e-7, nν=2,
μ = 1e-1, nμ = 0, message=false)

n, L = 256, 2π
ν, nν = 1e-7, 2
Expand Down Expand Up @@ -133,4 +133,4 @@ end

@test lambdipoletest(256, 1e-3)

@test stochasticforcingbudgets()
@test stochasticforcingbudgetstest(256)

0 comments on commit 7a27082

Please sign in to comment.