diff --git a/examples/MoonFormingImpact/moon_forming_impact.yml b/examples/MoonFormingImpact/moon_forming_impact.yml index 331f7a250498d8119ebee99d8e6e63b322625408..323adf7f3ac73f41b45b50eaa76a95033dca35d7 100644 --- a/examples/MoonFormingImpact/moon_forming_impact.yml +++ b/examples/MoonFormingImpact/moon_forming_impact.yml @@ -45,4 +45,4 @@ InitialConditions: # Parameters related to the equation of state EoS: - use_Til: 1 # Whether to prepare the Tillotson EOS + planetary_use_Til: 1 # Whether to prepare the Tillotson EOS diff --git a/examples/UranusImpact/uranus_impact.yml b/examples/UranusImpact/uranus_impact.yml index 7216e4cd7c1f3dbfa0d1143003207ec5120a27a4..fabddca00f80fcdd79ff6114ff0544cd251046f4 100644 --- a/examples/UranusImpact/uranus_impact.yml +++ b/examples/UranusImpact/uranus_impact.yml @@ -44,8 +44,8 @@ InitialConditions: # Parameters related to the equation of state EoS: - use_HM80: 1 # Whether to prepare the Hubbard & MacFarlane (1980) EOS + planetary_use_HM80: 1 # Whether to prepare the Hubbard & MacFarlane (1980) EOS # Table file paths - HM80_HHe_table_file: /gpfs/data/dc-kege1/gihr_data/P_rho_u_HHe.txt - HM80_ice_table_file: /gpfs/data/dc-kege1/gihr_data/P_rho_u_ice.txt - HM80_rock_table_file: /gpfs/data/dc-kege1/gihr_data/P_rho_u_roc.txt + planetary_HM80_HHe_table_file: /gpfs/data/dc-kege1/gihr_data/P_rho_u_HHe.txt + planetary_HM80_ice_table_file: /gpfs/data/dc-kege1/gihr_data/P_rho_u_ice.txt + planetary_HM80_rock_table_file: /gpfs/data/dc-kege1/gihr_data/P_rho_u_roc.txt