-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
60 lines (55 loc) · 1.62 KB
/
_pkgdown.yml
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
57
58
59
60
url: https://kwb-r.github.io/kwb.hydrus1d
authors:
Michael Rustler:
href: https://www.kompetenz-wasser.de/en/ueber-uns/team/michael-rustler
Hauke Sonnenberg:
href: https://www.kompetenz-wasser.de/en/ueber-uns/team/hauke-sonnenberg
FlexTreat:
href: https://www.kompetenz-wasser.de/en/forschung/projekte/flextreat
html: <img src='https://bmbf-wave.de/Verbundprojekte+nach+Themenfeldern/Kommunales+Abwasser/FlexTreat-height-394-width-1389/_/Flextreat-Logo-300dpi.png'
alt='Project FlexTreat' height='24' />
Kompetenzzentrum Wasser Berlin gGmbH (KWB):
href: http://www.kompetenz-wasser.de
html: <img src='https://logos.kompetenz-wasser.io/KWB_Logo_M_Blau_RGB.svg' alt='KWB'
width='72' />
template:
bootstrap: 5
bootswatch: cerulean
bslib:
bg: '#ffffff'
fg: '#000000'
primary: '#007aff'
border-radius: 0.5rem
btn-border-radius: 0.25rem
development:
mode: auto
reference:
- title: Prepare Input
desc: >
Functions for preparing HYDRUS-1D input files
contents:
- prepare_atmosphere_input
- write_atmosphere
- title: Run Model
desc: >
Functions for performing HYDRUS-1D run
contents:
- check_hydrus_exe
- run_model
- title: Read Output
desc: >
Functions for reading HYDRUS-1D output files
contents:
- starts_with("read_")
- title: Helper functions
desc: >
Helper functions for HYDRUS-1D
contents:
- defaults_atmosphere
- extend_soil_profile
- get_atmosphere_headers
- get_output_meta
- get_units_list
- write_hydrus1d
- write_profile
- write_selector