Skip to content

Commit

Permalink
test data update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyzlj committed Aug 11, 2017
1 parent 7e13c2a commit e15db22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,19 @@

以店埠河数据(dianbu)为例进行模型测试

examples中按照模型的5个方面进行了举例说明。
examples中按照模型的5个方面进行了举例说明。

# 1. 预处理
```shell
# 打开data\examples\1.preprocess\dianbu2_30m_omp_win.ini文件修改对应的路径
cd C:\z_code\Hydro\SEIMS
python -m seims.preprocess.main -ini C:\z_code\Hydro\SEIMS\data\examples\1.preprocess\dianbu2_30m_omp_win.ini
```

# 2. 运行模型
# 2.1 长时段模型
```shell
cd D:\compile\bin\seims_longterm
seims_omp C:\z_code\Hydro\SEIMS\data\dianbu\model_dianbu2_30m_demo 4 0 127.0.0.1 27017 0
```

2 changes: 1 addition & 1 deletion data/examples/1.preprocess/dianbu2_30m_omp_win.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mgtFieldFile = mgtfield_t100_2.tif

[OPTIONAL_PARAMETERS]
isTauDEMD8 = True
D8AccThreshold = 400
D8AccThreshold = 35
np = 4
D8DownMethod = s
dorm_hr = -1.
Expand Down

0 comments on commit e15db22

Please sign in to comment.