Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/examples/MANTA/POPCON_input_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ impurity: 3 # 0 for He, 1 for Ne, 2 for Ar, 3 for Kr, 4 for Xe, 5 for W
#----------------------
scalinglaw: "H98y2" # Name of tau_E scaling law as defined in scaling_laws.yaml
H_fac: 0.79 # Factor by which to multiply the scaling law
nr: 200 # number of radial grid points
#----------------------

#----------------------
Expand Down Expand Up @@ -88,6 +87,7 @@ profsfilename: "profsMANTA.csv"
#----------------------
Nn: 50 # resolution of densities
NTi: 50 # resolution of ion temperatures
nr: 100 # number of radial grid points
nmax_frac: 1.0 # maximum electron density as a fraction of the Greenwald density
nmin_frac: 0.3 # minimum electron density as a fraction of the Greenwald density
Tmax_keV: 11. # maximum volume-averaged temperature in keV
Expand All @@ -96,4 +96,4 @@ maxit: 100000 # maximum number of iterations
accel: 1.5 # acceleration factor
err: 1e-6 # error tolerance
verbosity: 0 # 0 for no output, 1 for minimal output, 2 for verbose output
parallel: False
parallel: True
248 changes: 150 additions & 98 deletions resources/examples/MANTA/manta_ex.ipynb

Large diffs are not rendered by default.