Skip to content

Commit 5229526

Browse files
committed
update changelog
1 parent b3e7595 commit 5229526

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11

22
# Changelog
3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project are documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88
### 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+
917
- volumetric_liquid_water is a new (and recommended) way to set the amount of water in a layer using make_snowpack.
1018

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.
1220

1321
- a new function in make_medium.py to create a water body (lake or open ocean): from smrt import make_water_body
1422

1523

1624
### 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.
1826

0 commit comments

Comments
 (0)