[Mesa-users] Error in modelling for pp chain( ierr from write_star_job)

Francis Timmes fxt44 at mac.com
Mon Jul 9 08:23:01 EDT 2018


the issue is this inlist statement 

  save_star_job_namelist = .true.

the default name of the file is 

  star_job_namelist_name = ''

which is not a writable file, hence the error.

you have two choices. either set

  save_star_job_namelist = .false.

or set the name of the file to write

  save_star_job_namelist = .true.
  star_job_namelist_name = ‘piyush.txt’

fxt





> On Jul 9, 2018, at 7:53 AM, Piyush Kumar via Mesa-users <mesa-users at lists.mesastar.org> wrote:
> 
> I tried to customise my model for basic pp chain reactions. I edited the profile_columns.list , history_columns.list and the required inlist, but the moment I entered the run command, it says:
> 
> 
> failed to open
> ierr from write_star_job
> STOP 1
> 
> 
> Attached are my edited profile, history_columns,inlist, inlist_project and inlist_pgstar.
> Some basic info: MacBook Air 2017, macOS 10.13.5(high Sierra), mesa sdk-2017, current version and mesa-r10398.
> Did I miss something important in my enlists or made a mistake?
> <history_edited.txt><profile_edited.txt><inlist><inlist_pgstar><inlist_project>
> Best,
> Piyush kumar_______________________________________________
> mesa-users at lists.mesastar.org
> https://lists.mesastar.org/mailman/listinfo/mesa-users
> 




More information about the Mesa-users mailing list