aarondotter / iso

MESA isochrone code
27 stars 4 forks source link

RUNNING MESA WITH MIST FILES #9

Closed poojanagrawal closed 6 years ago

poojanagrawal commented 6 years ago

Hi,

I am trying to evolve a 6 solar mass star with MESA v10108 using MIST parameters: inlist_lowinter, inlist_high and run_star_extras.f as provided in: waps.cfa.harvard.edu/MIST/data/tarballs_v1.0/MESA_files.tar.gz . However, when I try to compile the code in my work directory of MESA then it fails with the error message:

../src/run_star_extras.f:171:35:

             if (s% Blocker_wind_eta < 1.0) then
                                   1
Error: 'blocker_wind_eta' at (1) is not a member of the 'star_info' structure
../src/run_star_extras.f:176:31:

             s% Blocker_wind_eta = 3.0
                               1
Error: 'blocker_wind_eta' at (1) is not a member of the 'star_info' structure
../src/run_star_extras.f:189:9:

       end if
         1
Error: Expecting END FUNCTION statement at (1)
../src/run_star_extras.f:345:49:

       reimers_w = reimers_w * s% Reimers_wind_eta
                                                 1
Error: 'reimers_wind_eta' at (1) is not a member of the 'star_info' structure
../src/run_star_extras.f:400:50:

    reimers_w = plain_reimers * s% Reimers_wind_eta
                                                  1
Error: 'reimers_wind_eta' at (1) is not a member of the 'star_info' structure
../src/run_star_extras.f:401:50:

    blocker_w = plain_reimers * s% Blocker_wind_eta * &
                                                  1
Error: 'blocker_wind_eta' at (1) is not a member of the 'star_info' structure
make: *** [run_star_extras.o] Error 1

FAILED

I also tried replacing the files of MESA with those given in MIST_FILES as per the READ.ME, compiled them and then tried recompiling the code in my work directory but it again failed with the same error message as above.

Kindly advise me on how to fix this.

Thanks in advance, Poojan

aarondotter commented 6 years ago

This issue is not relevant to the iso code.