-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test message (changed vpa_dissipation_coefficient to ion_vpa_dissipat…
…ion_coefficient)
- Loading branch information
Lucas
committed
Mar 13, 2024
1 parent
7a29a8c
commit 20ed97d
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20ed97d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed the
vpa_dissipation_coefficient
terms to denote those of ions (i.e.ion_vpa_dissipation_coefficient
), and will now change the ones involving electrons. Note that this means input files with numerical dissipation parameters have to specify the species involved (though for now, onlyvpa_dissipation
). The parametervpa_dissipation_coefficient
is now obsolete.20ed97d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you will potentially have to do this for all the numerical dissipation input parameters (z,r,vpa,vperp), why not just duplicate the whole .toml grouping of numerical coefficients and have two different "namelists" in the toml, one for ions and one for electrons?
20ed97d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LucasMontoya4 cool. Now try opening a 'Pull request' from your branch into
electrons-jto-debug
😄@mrhardman that would make sense, but we wanted to start small while Lucas gets used to git and Github
20ed97d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrhardman John is right, I am a noob
@johnomotani Should I still change all of them manually or create the namelists as @mrhardman suggests? I imagine that would take more effort and I'd possibly have two structs contained in num_diss_params,
num_diss_params_ions
andnum_diss_params_electrons
?20ed97d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LucasMontoya4 what you suggest with multiple structs contained in num_diss_params would probably be the neatest thing. You'd need another
num_diss_params_neutrals
for the neutrals. You're welcome to have a go, but feel free to give up if it starts getting too complicated (which I'm afraid it might!) and we can have a chat on Zoom tomorrow or later in the week about how best to set it all up.20ed97d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnomotani Got it. I'll give it a go - also, has that pull request made it through?