Skip to content

Commit 9fce36a

Browse files
committed
add verbosity when ActorTGLF.model == :TJLF
1 parent 061be8e commit 9fce36a

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

src/cases/ARC.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function case_parameters(::Type{Val{:ARC}}; flux_matcher::Bool=false)::Tuple{Par
8282
act.ActorCXbuild.rebuild_wall = true
8383

8484
act.ActorFluxMatcher.max_iterations = 50
85+
act.ActorFluxMatcher.verbose = true
8586
act.ActorTGLF.electromagnetic = false
8687
act.ActorTGLF.sat_rule = :sat0
8788
act.ActorTGLF.model = :TJLF

src/cases/D3D.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function case_parameters(::Type{Val{:D3D}}; scenario::Union{Symbol,AbstractStrin
9494

9595
act.ActorWholeFacility.update_build = false
9696
act.ActorFluxMatcher.evolve_pedestal = false
97+
act.ActorFluxMatcher.verbose = true
9798
act.ActorStabilityLimits.raise_on_breach = false
9899

99100
if use_scenario_sources

src/cases/ITER.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ function case_parameters(
142142
ini.pellet_launcher[1].size = Float64[0.003, 0.004] / 2.0
143143
ini.pellet_launcher[1].frequency = 0.02 # Hz
144144

145-
146145
act.ActorTGLF.user_specified_model = "sat1_em_iter"
147146

148147
act.ActorWholeFacility.update_build = false

src/cases/MANTA.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function case_parameters(::Type{Val{:MANTA}}; flux_matcher::Bool=false)::Tuple{P
8282
act.ActorWPED.ped_to_core_fraction = 0.3
8383

8484
act.ActorFluxMatcher.max_iterations = 50
85+
act.ActorFluxMatcher.verbose = true
8586
act.ActorTGLF.electromagnetic = false
8687
act.ActorTGLF.sat_rule = :sat0
8788
act.ActorTGLF.model = :TJLF

src/cases/SPARC.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function case_parameters(::Type{Val{:SPARC}}; flux_matcher::Bool=false)::Tuple{P
6767
act.ActorPFdesign.symmetric = true
6868

6969
act.ActorFluxMatcher.max_iterations = 50
70+
act.ActorFluxMatcher.verbose = true
7071
act.ActorTGLF.electromagnetic = false
7172
act.ActorTGLF.sat_rule = :sat0
7273
act.ActorTGLF.model = :TJLF

0 commit comments

Comments
 (0)