Closed jonmaddock closed 7 months ago
In GitLab by @mkovari on Jul 11, 2019, 16:29
mentioned in commit 73781ee0521db7f046f6f99d0496c49e8077c5fd
In GitLab by @jmorris-uk on Jul 12, 2019, 14:51
mentioned in commit d01b19c1085ee9f98083cd69c8ddc4e33e16f15e
In GitLab by @jmorris-uk on Jul 12, 2019, 15:13
Done.
In GitLab by @jmorris-uk on Jul 12, 2019, 15:13
closed
In GitLab by @mkovari on Nov 20, 2019, 11:36
reopened
In GitLab by @mkovari on Nov 20, 2019, 11:37
Sorry to be a ....
I notice that neither of the checklists have been completed.
In GitLab by @wg7580 on Jul 20, 2022, 09:20
@jmorris-uk It looks as though this is okay to close? agree?
Plasmod has now been removed so this issue is obsolete.
In GitLab by @mkovari on Jul 10, 2019, 13:37
Plasmod overwrites the plasma volume calculated by PROCESS.
In Plasmod the volume is calculated by numerical integration using subroutine INITEQUIL:
which is later copied into mhd%vp:
and then into vol, overwriting its previous value:
(subroutine convert_Plasmod2PROCESS).
This results in two different values of the plasma volume, which never converge to a single value:
Anything calculated from the volume will also have two possible values. It is also just possible that this is interfering with convergence in some circumstances.
I suppose we should decide which is more accurate and remove the other calculation. The formula we keep should be
I propose to remove the line in Plasmod that overwrites the
vol
variable in PROCESS. Comments @efable @stuartmuldrew ?Steps to reproduce
Any input file using Plasmod.
Uncomment the three write statements whose outputs are shown above.
Checklist
After fixing bug do the following