Skip to content

Commit

Permalink
Change sentence docu
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsArn committed Jun 20, 2020
1 parent aaf5d47 commit 7d676fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@


' PHYSICAL CONSTANTS '
constant_density = 300. # constant density of freshly fallen snow [kg m-3], if densification_method is set to 'constant'
constant_density = 300. # constant density of freshly fallen snow [kg m-3], if densification_method is set to 'constant'

albedo_fresh_snow = 0.9 # albedo of fresh snow [-] (Moelg et al. 2012, TC)
albedo_firn = 0.6 # albedo of firn [-] (Moelg et al. 2012, TC)
Expand All @@ -75,9 +75,6 @@
spec_heat_ice = 2050.00 # specific heat of ice [J Kg-1 K-1]
spec_heat_water = 4217.00 # specific heat of water [J Kg-1 K-1]

#k_i = 2.25 # thermal conductivity ice [W m^-1 K^-1]
#k_w = 0.6089 # thermal conductivity water [W m^-1 K^-1]
#k_a = 0.026 # thermal conductivity air [W m^-1 K^-1]
k_i = 2.22 # thermal conductivity ice [W m^-1 K^-1]
k_w = 0.55 # thermal conductivity water [W m^-1 K^-1]
k_a = 0.024 # thermal conductivity air [W m^-1 K^-1]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Documentation
==================================
COSIPY is a coupled snowpack and ice surface energy and mass balance model which solves the energy balance at the surface and is coupled to an adaptive vertical multi-layer subsurface module.
COSIPY is a Python-based coupled snowpack and ice surface energy and mass balance model which solves the energy balance at the surface and is coupled to an adaptive vertical multi-layer subsurface module.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 7d676fa

Please sign in to comment.