Good Morning
I'm trying to view the E_norm values in the summary.txt. I have already tried to put in the file gyre.in in the line summary_item_list = 'l, n_p, omega, Delta_g, Delta_p, E_norm' but the operation until executed but aborted at the end. What do I do?
E_norm
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: E_norm
Hi Bruno --bruno.moura wrote: Good Morning
I'm trying to view the E_norm values in the summary.txt. I have already tried to put in the file gyre.in in the line summary_item_list = 'l, n_p, omega, Delta_g, Delta_p, E_norm' but the operation until executed but aborted at the end. What do I do?
Can you post the full input file, plus the error message you encounter?
cheers,
Rich
-
- Posts: 6
- Joined: Fri May 12, 2017 2:26 pm
Re: E_norm
This is the msg in terminal.
item: E_norm
ABORT at line 221 <gyre_output:write_summary>:
Invalid item(s) in summary_item_list
STOP Program aborted
item: E_norm
ABORT at line 221 <gyre_output:write_summary>:
Invalid item(s) in summary_item_list
STOP Program aborted
- Attachments
-
- summary.txt
- (3.79 KiB) Downloaded 346 times
-
- profile119.data.GYRE
- (915.78 KiB) Downloaded 321 times
-
- gyre.in
- (2.15 KiB) Downloaded 276 times
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: E_norm
Thanks for the info. It looks like the problem is coming from the space before E_norm in summary_item_list. Delete this space, and the problem should go away.bruno.moura wrote:This is the msg in terminal.
item: E_norm
ABORT at line 221 <gyre_output:write_summary>:
Invalid item(s) in summary_item_list
STOP Program aborted
(It would be good if GYRE could deal with spaces itself; that's something I'll put into the next release).
-
- Posts: 6
- Joined: Fri May 12, 2017 2:26 pm
Re: E_norm
Thank you Rich...
Worked very well
Worked very well