Skip to content

Commit

Permalink
Updated tutorial1
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Oct 16, 2024
1 parent 9602ddd commit 63cde70
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 584 deletions.
14 changes: 8 additions & 6 deletions res/config/pRT.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
title = "petitRADTRANS validation tests"

[planet]
tmp_surf = 1400.0
tmp_surf = 600.0
instellation = 0.0
albedo_b = 0.0
s0_fact = 1.0
zenith_angle = 0.0
surface_material= "blackbody"
albedo_s = 0.0
radius = 6.6e6
gravity = 9.81
gravity = 20
flux_int = 0.0
turb_coeff = 0.0
wind_speed = 2.0

[files]
# input_sf = "res/spectral_files/Honeyside/4096/Honeyside.sf"
# input_star = "res/stellar_spectra/sun.txt"
input_sf = "out/runtime.sf"
input_star = ""
output_dir = "out/"

[composition]
p_surf = 270.0
p_top = 1e-5
p_surf = 123.0
p_top = 1e-6
vmr_dict = { H2O = 1.0 }
include_all = false
chemistry = 0
Expand All @@ -33,13 +35,13 @@ title = "petitRADTRANS validation tests"
verbosity = 1
max_steps = 20000
max_runtime = 400
num_levels = 170
num_levels = 200
continua = true
rayleigh = false
cloud = false
aerosol = false
overlap_method = 2
thermo_funct = true
thermo_funct = false
gravity_funct = false
sensible_heat = false
latent_heat = false
Expand Down
1,124 changes: 546 additions & 578 deletions tutorials/01_canonical-runaway.ipynb

Large diffs are not rendered by default.

0 comments on commit 63cde70

Please sign in to comment.