General discussion of all things GYRE-related (e.g., results, talks, ideas, tips)
-
bruno.moura
- Posts: 6
- Joined: Fri May 12, 2017 2:26 pm
Post
by bruno.moura » Thu Feb 15, 2018 7:40 am
![Uber Geek :ugeek:](./images/smilies/icon_e_ugeek.gif)
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?
-
rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Post
by rhtownsend » Thu Feb 15, 2018 8:43 am
bruno.moura wrote:![Uber Geek :ugeek:](./images/smilies/icon_e_ugeek.gif)
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?
Hi Bruno --
Can you post the full input file, plus the error message you encounter?
cheers,
Rich
-
bruno.moura
- Posts: 6
- Joined: Fri May 12, 2017 2:26 pm
Post
by bruno.moura » Thu Feb 15, 2018 9:33 am
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
-
Attachments
-
- summary.txt
- (3.79 KiB) Downloaded 347 times
-
- profile119.data.GYRE
- (915.78 KiB) Downloaded 322 times
-
- gyre.in
- (2.15 KiB) Downloaded 277 times
-
rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Post
by rhtownsend » Thu Feb 15, 2018 9:44 am
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
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.
(It would be good if GYRE could deal with spaces itself; that's something I'll put into the next release).
-
bruno.moura
- Posts: 6
- Joined: Fri May 12, 2017 2:26 pm
Post
by bruno.moura » Thu Feb 15, 2018 9:52 am
Thank you Rich...
Worked very well