From: Bill P. <pa...@ki...> - 2010-06-30 23:32:44
|
Hi, On Jun 30, 2010, at 3:13 PM, jingluan wrote: > Hello, > > I was trying to run mass=5,6 by an single run. I attached inlist_project, isochrone.f, inlist_masses, mass.list below. > > There is the err info: > > Failed while trying to read control namelist file inlist_masses > The following runtime error message might help you find the problem > > At line 189 of file ../../../star/test/src/isochrone.f (unit = 9, file = 'inlist_masses') > Fortran runtime error: End of file > > I open star/test/src/isochrone.f, but there is no 'inlist_mass' in this file. So I have no idea what the problem is. > > To get an idea of how to use the isochrone option, please take a look at the inlists in star/test_suite/isochrone. > BTW, is the parameter s% initial_mass always 1? As you mention, the default is 1 -- the file star/public/star_defaults.dek has the defaults for all of the &controls section parameters, star/public/pgstar_defaults.dek has the &pgstar defaults, and star/test/src/run_star_defaults.dek has the &run_star defaults. The default is only used if you don't give a value for the parameter in your inlist. The value of s% initial_mass is 1st set to the default, then it can be changed if you have initial_mass in your inlist. Hope that helps, Bill |