aml 做的 scs曲线计算径流模型

该博客介绍了一种使用AML(Acrive Model Language)计算SCS曲线的方法,涉及了地形坡度计算、不同土地利用类型的CN值、土壤含水量状态等多个因素,并给出了详细的计算过程,最后清理了内部变量。
摘要由CSDN通过智能技术生成

/*accept the arguments
&s oddem05 = [response 'Enter your dem' oddem05]
&s odlu05 = [response 'enter your lu' odlu05]
&s FC = [response '田间持水量状态下的土壤含水量' 0.25]
&S SAT = [response '饱和状态下的土壤含水量' 0.25]
&s SW = [response '降雨前土壤含水量' 0.2]
&s Rday = [response '日降雨量(mm)' 200]
/*define the internal var
&s slp = slp
&s cn2 = cn2
&s cn3 = cn3
&s cn2s = cn2s
&s cn3s = cn3s
&s cn1s = cn1s
&s smax = smax
&s smin = smin
&s w2 = w2
&s w1 = w1
&s s = s
/*define the result val
&s Qsurf = Qsurf
/* the process of the computing
%slp% = slope(oddem05, percentrise)
items %odlu05%.vat
list %odlu05%.vat
if(%odlu05% == 1)
%cn2% = 83
else if(%odlu05% == 2)
%cn2

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值