-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_pkgdown.yml
More file actions
56 lines (52 loc) · 1.1 KB
/
Copy path_pkgdown.yml
File metadata and controls
56 lines (52 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
url: https://dazamora.github.io/DWBmodelUN/
template:
bootstrap: 5
home:
title: DWBmodelUN - Dynamic Water Balance model
description: >
Tool for hydrologic modelling using the Budyko framework and the
Dynamic Water Balance model, with the Dynamical Dimension Search
algorithm to calibrate the model.
reference:
- title: Model
desc: Core functions of the Dynamic Water Balance model
contents:
- DWBCalculator
- funFU
- dds
- title: Pre-processing
desc: Functions to prepare the inputs of the model
contents:
- readSetup
- upForcing
- buildGRUmaps
- init_state
- cellBasins
- Coord_comparison
- title: Post-processing
desc: Functions to analyze and export the results
contents:
- varBasins
- printVar
- graphDWB
- title: Data
desc: Example datasets of the Sogamoso River Basin
contents:
- sogamoso
- basins
- cells
- GRU
- In_ground
- In_storage
- P_sogamoso
- PET_sogamoso
- param
- r.cells
- setup_data
- EscSogObs
- simDWB.sogamoso
- gru_maps
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]