You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
+
All notable changes to this project are documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [Unreleased]
8
8
### Added
9
+
10
+
### Changed
11
+
12
+
13
+
## [v1.1.0]
14
+
### Added
15
+
- Strong Expansion theory is now implemented in SMRT (see Picard et al. 2022 TC)
16
+
9
17
- volumetric_liquid_water is a new (and recommended) way to set the amount of water in a layer using make_snowpack.
10
18
11
-
- the 'emmodel' argument in make_model can now be a dict mapping of different emmodels for each sort of layer medium. Useful for snow + sea-ice for instance when the emmodels must be different for snow and ice.
19
+
- the 'emmodel' argument in make_model can now be a dict mapping different emmodels for each sort of layer medium. Useful for snow + sea-ice for instance when the emmodels must be different for snow and ice.
12
20
13
21
- a new function in make_medium.py to create a water body (lake or open ocean): from smrt import make_water_body
14
22
15
23
16
24
### Changed
17
-
- Fresnel coefficients for the reflection and transmission on flat interface are now calculated with a more rigorous equation for (very) lossly materials. This could affect some simulations but with very little effect 60°.
25
+
- Fresnel coefficients for the reflection and transmission on flat interface are now calculated with a more rigorous equation for (very) lossly materials. This could affect some simulations with water but the effect is most > 60° incidence angle.
0 commit comments