Skip to content

Commit ebaa16f

Browse files
Add files via upload
1 parent fa676a4 commit ebaa16f

12 files changed

Lines changed: 19381 additions & 0 deletions

toolbox/calibration/basin_calibration_eNSGAII.py

Lines changed: 821 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Configuration file: automatic calibration for the Variable Infiltration Capacity model based on Multi-Objective Evolutionary Algorithms (MOEAs)
2+
# Simulation parameters
3+
3653 # Number of simulation days (1996 - 2005)
4+
731 # Number of days for the spinning period
5+
100 # Number of function evaluations
6+
10 # Population size
7+
1 # Number of cores
8+
# VIC model parameters (1 - on; 0 - off)
9+
1 # Variable infiltration curve parameter b
10+
1 # Fraction of Dmax where non-linear baseflow begin Ds
11+
1 # Maximum velocity of baseflow Dmax
12+
1 # Fraction of maximum soil moisture where non-linear baseflow occurs Ws
13+
1 # Exponent of the nonlinear part of the baseflow curve c
14+
1 # Thickness of top soil moisture layer Depth 1
15+
1 # Thickness of 2nd soil moisture layer Depth 2
16+
0 # Thickness of 3rd soil moisture layer Depth 3
17+
1 # Wave velocity in the channel routing (m/s)
18+
1 # Diff diffusivity in the channel routing (m2/s)
19+
# Objective functions (1 - on; 0 - off)
20+
1 # NSE
21+
1 # TRMSE
22+
1 # MSDE
23+
1 # ROCE
24+
# Number of gauging stations
25+
6 # There should be gauged file called SITE1.csv, SITE2.csv, etc
26+
# Number of zones
27+
6 # Zone means group of cells in VIC

0 commit comments

Comments
 (0)