Skip to content

Commit 5152a5a

Browse files
committed
'0306'
1 parent f63be50 commit 5152a5a

4 files changed

Lines changed: 57 additions & 78 deletions

File tree

model/APEX/ds_param.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
design_parameters:
2+
- name: SOL_K
3+
type: float
4+
mode: r
5+
bounds: [-0.5, 1]
6+
cache: True
7+
8+
- name: SOL_FC
9+
type: float
10+
mode: v
11+
bounds: [0.1, 0.6]
12+
cache: True
13+
14+
- name: CHN
15+
type: float
16+
mode: v
17+
bounds: [0.015, 0.15]
18+
cache: True
19+
220
- name: GWSO
321
type: float
422
mode: v
@@ -32,7 +50,7 @@ design_parameters:
3250
- name: CN
3351
type: float
3452
mode: r
35-
bounds: [-0.5, 0.5]
53+
bounds: [-0.5, 1]
3654
cache: True
3755

3856
- name: APM
@@ -183,4 +201,4 @@ design_parameters:
183201
type: float
184202
mode: v
185203
bounds: [0.01, 0.05]
186-
cache: True
204+
cache: True

model/APEX/para.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

model/APEX/paraInfo.csv

Lines changed: 0 additions & 32 deletions
This file was deleted.

model/APEX/paraLibrary.yaml

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11
parameter_library:
2+
# 土壤参数
3+
- name: SOL_K
4+
type: float
5+
bounds: [0.0001, 100]
6+
file:
7+
name: "*.SOL"
8+
line: 22
9+
start: 1
10+
width: 8
11+
precision: 2
12+
maxNum: 10
13+
14+
# - name: SOL_BD
15+
# type: float
16+
# bounds: [0.0001, 100]
17+
# file:
18+
# name: "*.SOL"
19+
# line: 22
20+
# start: 1
21+
# width: 8
22+
# precision: 2
23+
# maxNum: 10
24+
25+
- name: SOL_FC
26+
type: float
27+
bounds: [0.1, 0.6]
28+
file:
29+
name: "*.SOL"
30+
line: 7
31+
start: 1
32+
width: 8
33+
precision: 2
34+
maxNum: 10
35+
36+
# 流域参数
237
- name: CHN
338
type: float
439
bounds: [0.015, 0.15]
@@ -70,6 +105,7 @@ parameter_library:
70105
width: 4
71106
precision: 0
72107

108+
# 其它参数
73109
- name: PARM1
74110
type: float
75111
bounds: [0.1, 2]
@@ -319,18 +355,7 @@ parameter_library:
319355
start: 25
320356
width: 8
321357
precision: 2
322-
323-
- name: SOL_K
324-
type: float
325-
bounds: [0.0001, 100]
326-
file:
327-
name: "*.SOL"
328-
line: 22
329-
start: 1
330-
width: 8
331-
precision: 2
332-
maxNum: 10
333-
358+
334359
- name: PRAM7
335360
type: float
336361
bounds: [0, 1]

0 commit comments

Comments
 (0)