positive degree day for normally distributed temperatures

버전 1.0.0.0 (886 Bytes) 작성자: Aslak Grinsted
expected positive degree days per day
다운로드 수: 210
업데이트 날짜: 2014/8/22

라이선스 보기

PDD fraction in a normally distributed climate

Calculates the probability weighted positive degree days for normally distributed temperatures:
fPDD=int(normpdf(T,Tmu,sigma)*T,'T',0,inf)

Usage:
fPDD=normalpdd(Tmu,sigma)

Example:
T_june = 3; %degC
sigma_june = 7; %degC =std(daily_average_temps_june)
PDD_june=30*normalpdd(T_june,sigma_june) % units: degC*days
PDD_factor = 8e-3 %m/day/degC <- different factors exist in litterature.
melt_june = PDD_factor*PDD_june % meters of melt.

reference: Braithwaite 1985.

Aslak Grinsted 2012

인용 양식

Aslak Grinsted (2024). positive degree day for normally distributed temperatures (https://www.mathworks.com/matlabcentral/fileexchange/47624-positive-degree-day-for-normally-distributed-temperatures), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Coordinate Reference Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0