12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <view class="green-box">
- <text class="title">NAU timeCalculator</text>
- <text class="subtitle">石灰用量计算横型</text>
- </view>
- <view class="description-box">
- <text class="bold-text">
- 本软件用于我国酸性土壤改良,计算达到目标 pH,单位面积需要石灰质材料的施用量
- </text>
- </view>
- <view class="description-box">
- <text class="bold-text">
- 注意事项如下:
- </text>
- <text class="regular-text">
- 1. 本模型是基于我国南方 23 份酸性土壤样品开发的;
- </text>
- <text class="regular-text">
- 2. 土壤起始 pH 和目标 pH 是指在土水比为 1:2.5 下的 pH 值;
- </text>
- <text class="regular-text">
- 3. 施用最佳时期为翻耕前,将农用石灰质物料均匀撒加到土壤表面,然后与耕作层土壤(0-20 cm)混匀;
- </text>
- <text class="regular-text">
- 4. 本软件同时可以计算不同类型碱性物料的施用量,包括石灰石粉、生石灰、熟石灰、白云石、以及已知 CaO 和 MgO 含量的碱性材料。
- </text>
- </view>
- <view class="description-box">
- <text class="bold-text">
- 从重金属污染土壤安全利用的目的,还需注意:
- </text>
- <text class="regular-text">
- 1. 土壤目标 pH 为 6.5 时能有效降低土壤镉的活性和稻米镉的积累;
- </text>
- <text class="regular-text">
- 2. 农用石灰质物料重金属含量不能超过农用物料重金属含量标准;
- </text>
- <text class="regular-text">
- 3. 一次施用后,稻米降镉效果可持续多年,每隔 3-5 年通过监测土壤 pH 变化,根据土壤 pH 的变化,可适当追加少量石灰质物料。
- </text>
- </view>
- <view class="green-btn">
- <button class="btn" bindtap="login">进入计算</button>
- </view>
|