mesa icon indicating copy to clipboard operation
mesa copied to clipboard

Implement CMS for MESA (and fix bad numbers)

Open aarondotter opened this issue 5 years ago • 0 comments

First real commit of this is 14460/62. This introduces the code to do the following:

  • blend H and He PT tables using the additive volume rule (cms_mixing.f90)
  • resample the blended PT tables into DT space (cms_resample.f90)

The CMS tables have within them some "bad" values, probably resulting from their own interpolation and/or blending. This propagates into the blended and resampled tables into infs and/or nans. These need to be fixed.

Then it is only a matter of creating routines to ingest the CMS tables into MESA/eos and away we go!

aarondotter avatar Sep 04 '20 14:09 aarondotter