[mesa-users] 'ccsn' running problem

Josiah Schwab jwschwab at berkeley.edu
Wed Nov 30 10:54:10 EST 2016


>> At line 524 of file ../private/star_job_ctrls_io.f90 (unit = 29, file = 'inlist_adjust')
>> Fortran runtime error: Cannot match namelist object name set

You'd get a message like that if a space accidentally got inserted in
one of the options so that there is a line that looks like

    set _initial_age = .true.

instead of

    set_initial_age = .true.

Josiah




More information about the Mesa-users mailing list