Skip to content

Commit

Permalink
Updated cfgs. Colour tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Sep 12, 2024
1 parent 8e7cdc7 commit 681f2ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion res/config/55cnce_chem.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title = "Roughly 55 Cancri e @ fO2=IW"
albedo_b = 0.0
s0_fact = 0.6652
zenith_angle = 60.0
surface_material= "res/surface_albedos/c9mb29.dat"
surface_material= "res/surface_albedos/basalt_tuff.dat"
radius = 1.1959e7
gravity = 22.304
tmp_int = 0.0
Expand Down
2 changes: 1 addition & 1 deletion res/config/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title = "Default" # Name for this configuration file
albedo_b = 0.18 # Pseudo bond-albedo which downscales the stellar flux by 1-this_value.
s0_fact = 0.6652 # Stellar flux scale factor which accounts for planetary rotation (c.f. Cronin+13).
zenith_angle = 60.0 # Characteristic zenith angle for incoming stellar radiation [degrees].
surface_material= "res/surface_albedos/andesite.dat" # Surface material (can be "blackbody" or path to data file).
surface_material= "blackbody" # Surface material (can be "blackbody" or path to data file).
albedo_s = 0.3 # Grey surface albedo when material=blackbody.
radius = 6.37e6 # Planet radius at the surface [m].
gravity = 9.81 # Gravitational acceleration at the surface [m s-2]
Expand Down
4 changes: 2 additions & 2 deletions src/phys.jl
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ module phys
("SO2", "#00008B" ),

# volatile elements
("H" , "#0000ff"),
("H" , "#0000aa"),
("C" , "#ff0000"),
("O" , "#00dd00"),
("N" , "#eeaa00"),
("N" , "#ffaa00"),
("S" , "#ff22ff"),
("P" , "#33ccff"),
("He" , "#30FF71" ),
Expand Down

0 comments on commit 681f2ec

Please sign in to comment.