mesa
mesa copied to clipboard
Implement CMS for MESA (and fix bad numbers)
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!