Package: dynatop 0.3.0.1010

dynatop: An Implementation of Dynamic TOPMODEL Hydrological Model in R

An R implementation and enhancement of the Dynamic TOPMODEL semi-distributed hydrological model originally proposed by Beven and Freer (2001) <doi:10.1002/hyp.252>. The 'dynatop' package implements code for simulating models which can be created using the 'dynatopGIS' package.

Authors:Paul Smith [aut, cre], Peter Metcalfe [aut]

dynatop_0.3.0.1010.tar.gz
dynatop_0.3.0.1010.zip(r-4.7)dynatop_0.3.0.1010.zip(r-4.6)dynatop_0.3.0.1010.zip(r-4.5)
dynatop_0.3.0.1010.tgz(r-4.6-x86_64)dynatop_0.3.0.1010.tgz(r-4.6-arm64)dynatop_0.3.0.1010.tgz(r-4.5-x86_64)dynatop_0.3.0.1010.tgz(r-4.5-arm64)
dynatop_0.3.0.1010.tar.gz(r-4.7-arm64)dynatop_0.3.0.1010.tar.gz(r-4.7-x86_64)dynatop_0.3.0.1010.tar.gz(r-4.6-arm64)dynatop_0.3.0.1010.tar.gz(r-4.6-x86_64)
dynatop_0.3.0.1010.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
dynatop/json (API)

# Install 'dynatop' in R:
install.packages('dynatop', repos = c('https://waternumbers.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/waternumbers/dynatop/issues

Pkgdown/docs site:https://waternumbers.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • Swindale - Example dynamic TOPMODEL setup

On CRAN:

Conda:

cpp

5.19 score 7 stars 11 scripts 306 downloads 3 exports 5 dependencies

Last updated from:07cec51bf6. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK161
linux-devel-x86_64OK160
source / vignettesOK203
linux-release-arm64OK154
linux-release-x86_64OK164
macos-release-arm64OK89
macos-release-x86_64OK496
macos-oldrel-arm64OK115
macos-oldrel-x86_64OK359
windows-develOK126
windows-releaseOK151
windows-oldrelOK118
wasm-releaseOK113

Exports:dynatopevap_estresample_xts

Dependencies:latticeR6Rcppxtszoo

Notes on the implementation of Dynamic TOPMODEL
The solution order of HRUs and exchange of fluxes | Input Series | Miscellaneous Coding comments | Relating the vignette notation and code variables | Numerical solutions

Last update: 2024-05-07
Started: 2021-04-07

The HRU
Conceptual model | Notation | Finite Volume Formulation | Surface zone | Root zone | Unsaturated Zone | Saturated Zone | Numerical Solution | Downward Pass | Surface excess | Root Zone | Upward Pass | Surface Zone | Surface Zone Representations | Approximating Tank Models | Approximating Diffusion Wave Routing | Compound Channels | Available Formulations | Saturated Zone representations | Appendix A - Monotonicity of $\mathcal{H}\left(z\right)$

Last update: 2024-05-07
Started: 2023-02-27

The Model Object
map | output_flux | hru | states | properties | sf, rz, uz,& sz | sf_flow_direction & sz_flow_direction | initialisation | precip & pet | class

Last update: 2024-05-07
Started: 2019-10-04

Using Dynamic TOPMODEL
The model structure | Setting map locations | Preparing input data | Altering parameters | Creating the dynatop Object | Running dynamic TOPMODEL | Mass balance

Last update: 2024-05-07
Started: 2019-06-06