Skip to content

Commit a32e27e

Browse files
committed
add reference to the microwave grain size paper
1 parent efa4515 commit a32e27e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

smrt/microstructure_model/unified_scaled_exponential.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# coding: utf-8
22

3-
"""Scaled exponential autocorrelation function model of the microstructure. This microstructure uses unified parameters as definied by Picard et al. in prep
3+
"""Scaled exponential autocorrelation function model of the microstructure. This microstructure uses unified parameters as defined by
4+
G. Picard, H. Löwe, F. Domine, L. Arnaud, F. Larue, V. Favier, E. Le Meur, E. Lefebvre, J. Savarino, A. Royer, The snow microstructural control on microwave scattering, AGU Advances.
45
56
parameters: frac_volume, porod_length, polydispersity
67

smrt/microstructure_model/unified_sticky_hard_spheres.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# coding: utf-8
22

3-
"""Monodisperse sticky hard sphere model of the microstructure. This microstructure uses the unified parameters.
3+
"""Monodisperse sticky hard sphere model of the microstructure. This microstructure uses unified parameters as defined by
4+
G. Picard, H. Löwe, F. Domine, L. Arnaud, F. Larue, V. Favier, E. Le Meur, E. Lefebvre, J. Savarino, A. Royer, The snow microstructural control on microwave scattering, AGU Advances.
45
56
parameters: frac_volume, porod_length, polydispersity
67

smrt/microstructure_model/unified_teubner_strey.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# coding: utf-8
22

3-
"""Extended Teubner Strey model as described by Ruland 2010. This microstructure uses the unified parameters.
3+
"""Extended Teubner Strey model as described by Ruland 2010. This microstructure uses unified parameters as defined by
4+
G. Picard, H. Löwe, F. Domine, L. Arnaud, F. Larue, V. Favier, E. Le Meur, E. Lefebvre, J. Savarino, A. Royer, The snow microstructural control on microwave scattering, AGU Advances.
45
56
parameters: frac_volume, porod_length, polydispersity
67

0 commit comments

Comments
 (0)