From: Josiah S. <jws...@uc...> - 2017-05-04 15:19:50
|
Hello, > As you know profile data shows energy genration by each reaction rates, for > example, 'pp, cno, trialpha, burn_c, burn_o.....'. There are 'other' > inlcuded in the burning list, but I can't find what is the definition of > the 'other' burning anywhere. > > what are included in the 'other' burning? The file $MESA_DIR/data/rates_data/reactions.list has a list of some reactions and includes a column indicating the "category" of each reaction. You should also look at the subroutine extract_rates_from_reaclib in $MESA_DIR/rates/private/reaclib_input.f90 where this classification happens from reactions coming from reaclib (it is primarily based on Z). Josiah |