-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_model.yml
32 lines (28 loc) · 956 Bytes
/
config_model.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
# =======================================================================
# Author: Cesar Ordonez
# Date: 12 Jan 2023
# Config file to process transect with different models
# =======================================================================
# =======================================================================
# Inputs path
# =======================================================================
path: 'Data'
path_res: 'Results'
# =======================================================================
# Model configuration
# =======================================================================
ConfModel:
Kh_model: 'P' #('P' : Peeters 2005, 'L': Lawrence 1995)
k600_model: 'kAVG' # ('VP : Vachon & Prairie, 'CC': Cole & Caraco)
t_end: 30 # days
dt: 0.005 # days
dr: 1 # meters
mode_model:
mode: 'OPT'
var: 'PNET'
Lakes:
Lake1: ['20180616', '20180902']
Lake2: ['20180618']
Montecarlo:
perform: False
N: 10