Skip to content

Commit

Permalink
Update retrieval.rst
Browse files Browse the repository at this point in the history
Removed path_to_input variable from documentation after release 0.9.3
  • Loading branch information
lorenaacuna authored Dec 16, 2024
1 parent 0a0d6b3 commit 82a3cbb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/retrieval.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ We first need to generate a grid of forward models. The next example is going to
# Other Python modules
import numpy as np
import os
# Path to input files
# Dont forget the "/" at the end of the string
path_input = "/u/loacu/gastli_input_data/"
Mjup = 318.
Rjup = 11.2
## Equilibrium temperature
Expand Down Expand Up @@ -51,7 +49,7 @@ We first need to generate a grid of forward models. The next example is going to
print('Sequence = ', counter, ' out of ', n_mrel)
print('---------------')
# Thermal evolution class object
my_therm_obj = therm.thermal_evolution(path_to_file=path_input, pow_law_formass=0.315)
my_therm_obj = therm.thermal_evolution(pow_law_formass=0.315)
my_therm_obj.main(M_P, CMF, Teqpl, Tint_array, CO=0.55, log_FeH=logFeH)
my_therm_obj.solve_thermal_evol_eq()
# Save sequence of interior models
Expand Down

0 comments on commit 82a3cbb

Please sign in to comment.