Skip to content
Merged
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 process/physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5060,7 +5060,7 @@ def outplas(self):
)
for i in range(len(physics_variables.n_charge_plasma_effective_profile)):
po.ovarre(
self.outfile,
self.mfile,
"Effective charge at point",
f"(n_charge_plasma_effective_profile{i})",
physics_variables.n_charge_plasma_effective_profile[i],
Expand All @@ -5070,7 +5070,7 @@ def outplas(self):
for imp in range(impurity_radiation_module.N_IMPURITIES):
for i in range(physics_variables.n_plasma_profile_elements):
po.ovarre(
self.outfile,
self.mfile,
"Impurity charge at point",
f"(n_charge_plasma_profile{imp}_{i})",
impurity_radiation_module.n_charge_impurity_profile[imp][i],
Expand Down