diff --git a/Project.toml b/Project.toml index 2a9eeac2..25796b84 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/src/parameters.toml b/src/parameters.toml index 0c6983e4..5570b756 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -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]