Skip to content

Commit

Permalink
Merge pull request #188 from CliMA/zs/add_albedo_param
Browse files Browse the repository at this point in the history
add albedo parameters
  • Loading branch information
szy21 authored Mar 15, 2024
2 parents 0ce891e + 9d50e37 commit be4e442
Show file tree
Hide file tree
Showing 2 changed files with 12 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.3"
version = "0.10.4"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
11 changes: 11 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2153,6 +2153,17 @@ value = 65
type = "float"
description = "Temperature gradient between equator and pole for moist adiabatic atmosphere. See Held and Suarez (1994) https://doi.org/10.1175/1520-0477(1994)075%3C1825:APFTIO%3E2.0.CO;2"

# radiation
[ocean_surface_albedo]
value = 0.38
type = "float"
description = "Ocean surface albedo for idealized simulations. See O'Gorman and Schneider (2008) [https://journals.ametsoc.org/view/journals/clim/21/15/2007jcli2065.1.xml]"

[water_refractive_index]
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]"

# EDMF

[entr_inv_tau]
Expand Down

0 comments on commit be4e442

Please sign in to comment.