Skip to content

Commit

Permalink
add some radiation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jun 21, 2024
1 parent 220793c commit cee9ddd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaParams"
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
authors = ["Climate Modeling Alliance"]
version = "0.10.7"
version = "0.10.8"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
10 changes: 10 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2204,6 +2204,16 @@ value = 1.34
type = "float"
description = "The relative refractive index of water and air for broadband ocean surface albedo calculation. See Jin et al. (2011) [https://opg.optica.org/oe/fulltext.cfm?uri=oe-19-27-26429&id=225797]"

[optics_lookup_temperature_min]
value = 160
type = "float"
description = "Miminum temperature in the lookup table for optical properties in RRTMGP"

[optics_lookup_temperature_max]
value = 355
type = "float"
description = "Maximum temperature in the lookup table for optical properties in RRTMGP"

# EDMF

[entr_inv_tau]
Expand Down

0 comments on commit cee9ddd

Please sign in to comment.