From: RICHARD H D T. <tow...@as...> - 2017-06-05 17:06:39
|
If you want more flexibility, you can add explicit calls to star_export_pulse_data within your run_star_extras.f file. For instance: call star_export_pulse_data(id, ‘GYRE’, ‘model.GYRE’, & add_center_point = .TRUE., & keep_surface_point = .FALSE., & add_atmosphere = .TRUE., ierr) cheers, Rich > On Jun 4, 2017, at 2:17 PM, Jim Fuller <jf...@ca...> wrote: > > Hi Jing, > > I think you need to add these lines to your control inlist: > > write_pulse_data_with_profile = .true. > pulse_data_format = 'GYRE' > > Hopefully that is all you need. > > -Jim > > > > On Sun, Jun 4, 2017 at 11:49 AM, Frank Timmes <fx...@ma...> wrote: > from mesastar.org/astero_module.html > and star/astero/defaults/astero_search.defaults > > it appears the controls > > write_gyre_for_each_model = .false. > gyre_prefix = 'gyre_' > ! note that you can include a directory in the prefix if desired > gyre_postfix = '.data’ > > might achieve the desired goal. > > fxt > > > > > > > On Jun 4, 2017, at 8:53 AM, Jing Luan <jin...@gm...> wrote: > > > > Dear mesa users, > > > > Is there a subroutine that I could call in run_star_extras.f to save a model file in the format that gyre could read in, i.e. 'model.mesa' format. Currently, I use the following in inlist > > > > save_pulsation_info_when_terminate = .true. > > save_pulsation_info_filename = 'model.mesa' > > > > which only saves the model at termination. But I like to save a series of models for gyre at different evolutionary ages for one star. > > > > Many thanks! > > > > Sincerely, > > Jing > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > > mesa-users mailing list > > mes...@li... > > https://lists.sourceforge.net/lists/listinfo/mesa-users > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |