Skip to content

CUG-hydro/HydroTools.R

Repository files navigation

HydroTools.R

R-CMD-check codecov CRAN

为了获得最佳性能,大部分函数采用Julia进行重写。
详见:https://github.com/jl-pkgs/HydroTools.jl
后期开发的重点在Julia版本的HydroTools.jl。

Installation

You can install the released version of HydroTools.R from github:

# remotes::install_gitlab("r-pkgs/HydroTools.R") # github may not work, use gitlab instead
remotes::install_github("CUG-hydro/HydroTools.R") 

Example

This is a basic example which shows you how to solve a common problem:

library(hydroTools)
## basic example code

Finished

  • 蒸散发的基本原理,多种潜在蒸散发的计算方法
  • 实际蒸发:budyko理论
  • 实际蒸发:蒸发互补理论(CR)
  • 辐射与地表能量平衡
  • XAJ水文模型
  • 河网汇流:move to https://github.com/jl-pkgs/MARRMoT.jl/tree/master/src/Routing

    线性水库; 马斯京根; 单位线; 运动波

  • 土壤函数库,主要用于制作水文模型的输入数据
  • 气象变量处理函数,RH, q, w的转化, 湿球温度、干球温度、饱和水气压、空气密度
  • 水汽通量、水汽通量散度
  • 位势高度制图

欢迎同道中人贡献新的函数或方法