Steady state snow and firn density model

版本 1.0.0.0 (3.5 KB) 作者: Aslak Grinsted
Calculates snow/firn depth density profiles using Herron-Langway type models.
344.0 次下载
更新时间 2014/7/29

查看许可证

Calculates steady state snow/firn depth density profiles using Herron-Langway type models.

[rho,zieq]=densitymodel(Tavg,bdot,rhos,z,model)

Herron-Langway type models. (Arthern et al. 2010 formulation).

INPUT:
Tavg: 10m temperature in celcius
bdot: accumulation rate in mwe/yr or (kg/m2/yr)
rhos: surface density in kg/m3
z: depth in true_metres

model can be: {'HLJohnsen' 'HerronLangway' 'LiZwally' 'Helsen' 'NabarroHerring'}
default is herronlangway. (The other models are tuned for non-stationary modelling (Read Arthern et al.2010 before applying in steady state).


OUTPUT:
rho: density (kg/m3) for all z-values.
zieq: ice equivalent depth for all z-values.
t: age for all z-values (only taking densification into account.)

Example usage:
z=0:300;
[rho,zieq,t]=densitymodel(-31.5,177,340,z,'HerronLangway');
plot(z,rho)

Aslak Grinsted 2010

引用格式

Aslak Grinsted (2025). Steady state snow and firn density model (https://ww2.mathworks.cn/matlabcentral/fileexchange/47386-steady-state-snow-and-firn-density-model), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Geometric Geodesy 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0