Open itsmoosh opened 3 years ago
At this line: https://github.com/vancesteven/PlanetProfile/blob/64c9dc95a96998e9cc4842dce3fae8ba236607eb/PlanetProfile.m#L782 Planet.Tb_K is set to a value for T_K that appears to be calculated during clathrate handling. Planet.Tb_K is a run assumption that is set in the PPBody file, and should never be reset during the PlanetProfile() function.
This only affects the Matlab version, and the problem will be removed when the Matlab is caught up to the Python version.
At this line: https://github.com/vancesteven/PlanetProfile/blob/64c9dc95a96998e9cc4842dce3fae8ba236607eb/PlanetProfile.m#L782 Planet.Tb_K is set to a value for T_K that appears to be calculated during clathrate handling. Planet.Tb_K is a run assumption that is set in the PPBody file, and should never be reset during the PlanetProfile() function.