Global Moupfouma rain CDF prediction model

버전 1.1.1 (2.22 KB) 작성자: luis emiliani
implementation of the Moupfouma-Martin rainfall rate CDF model, as per Electronic Letters paper Vol.29, No.17, Aug. 1993
다운로드 수: 1.6K
업데이트 날짜: 2020/4/14

라이선스 보기

%Function implementing the Global Moupfouma-Martin model,
%As per Electronic Letters paper "Point Rainfall rate cumulative
%distribution valid at various locations"
%F. Moupfouma and L. Martin, EL, Vol.29, No.17, Aug. 1993
%
%Inputs
%Rzz1: Rain rate value exceeded 0.01% of the time
%p : target probability, percentage. Scalar or vector
%Climzone: string: either 'tropical' or 'temperate'
%A coarse classification is used (Temperate, Tropical)
%OUTPUTS
%Rgp : rainfall rate for target p values (scalar/vector)
%[R p] are a cumulative distribution function useful for telecom system
%ADDITIONAL OUTPUTS [in strict order]
%Pi : varargout{1}, reference P vector from P.311
%Ri : varargout{2}, rainfall rate in mm/hr corresponding to Pi
%Rg : varargout{3}, rainfall rate vector 2:0.25:400 use to compute the initial P(R) distribution
%Pg : varargout{4}, vector of probabilities of experiencing R>Rg, following the model's formulation
%
%Remarks : Rgp is interpolated from [Rg,Pg]
%Release date : Apr.14.2020. v 1.1.1
%Example of usage: Compute three values of rainfall rate, for 1%, 0.1% and 0.01%, for a site with R_0.01% = 110 mm/hr in a tropical location.
% [R]=Global_Moupfouma(110,[1 0.1 0.01],'tropical');
% R = 7.1236 39.6510 110.0000

인용 양식

luis emiliani (2025). Global Moupfouma rain CDF prediction model (https://kr.mathworks.com/matlabcentral/fileexchange/20254-global-moupfouma-rain-cdf-prediction-model), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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

Inputs include now a target p (scalar or vector).
Optional outputs include interpolated P(R) and original reference P(R)

1.1.0.1

description changes

1.1.0.0

Clarified usage of interpolated P/3011 results. Outputs now include raw data and interpolated data.
full call returns all P and R options,.
[Pg,Rg,P,R]=RainRate.Global_Moupfouma(110,'tropical');

1.0.0.0

implementation issues: precende problem on Pg line and change of opeartor in the tropical part of u