Skip to content

Commit

Permalink
Updates to diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Oct 18, 2024
1 parent c63993c commit 1fb72ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/extractdiagnostics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ include(srcdir("extract.jl"))
schname = "DGW"
expname = "P1282km300V64"

if schname == "DGW"
if (schname == "DGW") || (schname == "LGW")
pwrvec = [0.02,0.05,0.1,0.2,0.5,1,2,5,10,20,50,100,200,500]
else
pwrvec = [sqrt(2),2,2*sqrt(2.5),5,5*sqrt(2)]
pwrvec = vcat(TGR/10,1,TGR,10,TGR*10)
pwrvec = vcat(pwrvec/10,1,pwrvec,10,pwrvec*10)
end

for pwr in pwrvec
Expand Down

0 comments on commit 1fb72ad

Please sign in to comment.