SlideShare a Scribd company logo
1 of 22
分布型水文流出モデル
操作マニュアル
2012.3
文責 宇野
1
はじめに
分布型水文流出モデルでは河川流量を計算することができます.
対象とする流域の降水量データや気温データなどを入力条件として
与えることで簡単に計算することができます.詳細は先輩方の修論
や卒論を見てください.
本書ではフォートランの必要最低限の操作方法と入力データの作
成方法を中心に,綾川の2009年11月から2010年12月までの流量を
計算するモデルを例にして説明します.なお,既存のモデルを入力
条件を変更して回す場合を想定しています.
余談ですが,パソコンのスペックや対象とする流域の大きさにもよ
りますが,1年分の計算をするのに3~5時間程度かかりますので,
夕方計算をスタートさせてパソコンの電源を切らずに帰宅し,翌朝
結果をまとめるのがよいかと思います.
2
目次
1.モデルの回し方
1.1 基本操作
1.2 出力結果の確認
2. 入力データの作成方法
2.1 降水量データ
2.2 気温データ
2.3 河道・斜面・流下方向データ
2.4 計算条件
2.5 パラメータ
2.6 ratio
3. プログラム本体の設定変更
3.1 計算時間の変更
3.2 ファイル名の変更
3
1.モデルの回し方
4
1.1 基本操作
プログラムの入ったフォルダ
を開き,∞のようなアイコンをダ
ブルクリックしてください.プロ
グラム本体を編集できる画面
が出てきます.
!注意!
フォルダやファイルの名前を
変更するときは必ず英数字に
してください.また,かならずCド
ライブ上に保存してください.
5
①
②
計算を回すためには様々な
準備が必要ですが,ここでは
ひとまずフォートランの操作
方法について説明します.計
算を回すための準備につい
ては第2章以降を見てください.
準備が整ったら,
①「Build」の「Compile」をク
リックしてください.文法のエ
ラーが出なければ,
②「Build」の「Build」をクリック
してください.
エラーがあれば頑張って探
してください.
6
このままでも全く問題なく
計算は回りますが,次の設
定をすることで計算スピード
が少し速くなります.
①「Project」の「Settings」をク
リックしてください.
②現れた画面の中から
「Fortran」を選び,画面中ほ
どの「Optimization Level」を
「Maximum Optimizations」
に変更してください.
①
②
7
最後に,「Build」の「Execute」
をクリックしてください.黒い画
面が出て計算がスタートしま
す.
Compileの段階ではエラーが
0となっていてもうまく計算が回
らないことがあります.プログ
ラム本体もしくは入力データの
どこかに間違いがあるので,
頑張って探してください.実は
この作業が一番大変です・・・
8
1.2 出力結果の確認
数時間後,先ほどの黒い画面の一番下
に「Continue」と表示されます.これが出れ
ば無事計算終了です.黒い画面はもう閉じ
てしまっても構いません.
出力結果の画面は右のようになります.
左の行は日時です.今回は1時間ごとに
出力させるように設定いるので,1000は
2009年11月1日1時,2000は2009年11月1
日2時・・・となります.
右の行は流量です.単位はm3/sです.
!注意!
計算が終わったら早いところエクセルなり
なんなりに保存してください.保存する前に
再計算する(「Execute」を押す)と,自動的
に上書きされ消えてしまいます.数時間の
待ち時間がパーになります.
日時(1時間刻み)
流量( m3/s )
9
2009.11.1 1:00
2009.11.1 2:00
・
・
・
2.入力データの作成方法
10
2.1 降水量データ(rain2009-2010.txt)
11
この綾川のモデルでは,滝宮と竜王山で観測されたAMeDASの降水量の1時間データ
を用いています.気象庁のホームページから取ってきてください.(付録で紹介するエク
セルのマクロを用いると楽に入手することができます.)下の画像のようにエクセルで編
集し,テキスト形式(.txt)で保存します.
下の画像では4行目に滝宮のデータ,5行目に竜王山のデータが入っていますが,各モ
デルで使用する観測所は異なります.3か所以上のデータを使っているモデルでは6行目
以降も使用します. 観測所の数
計算時間
この場合,
(61+365)日×24時間
滝宮 竜王山
1時間刻み
年 月 日
各観測所の降水量
2.2 気温データ(2009-2010temper.txt)
12
気象庁のホームページで公表されている月平均気温を用います.この綾川モデル
では滝宮1か所のデータしか使用していませんが,モデルによっては2か所以上の
データを用いることもあります.
1行目に月(年は不要),2行目以降に各年月の月平均気温を入れてください.
複数年の場合、1行目は月番号を入れる(通し番号は駄目)。
月
各観測所の気温
2009年
2010年
2.3 河道・斜面・流下方向データ
13
(ayagawa.txt)
接続する
河道の番号
接続する
斜面の番号
・前半:河道番号
・後半:斜面番号
この場合,25までが河道番号で,
それ以降は斜面番号
河道の数
河道の数+斜面の数
26
27 28
29 30
31 32
33 34 36
41 35 37 38
42 43 40 39
44 45 47 48
46 53 49 50
54 51 52
55 57
56 58
1
2 3
4
5
6
11
7 8
9
12 14 15
10
13 16 17 18
21 19
22 20
23
24 25
河道番号 斜面番号 落水線
上図は綾川流域を2km×2kmのグリッドで表した図
です.ここから,例えば6番の河道であれば,7番と11
番の河道と33番と34番の斜面から水が入っているこ
とが分かります.これを右図のようにまとめます.
14
先ほど作成した河道・斜面への接続情報の下に,以図のように各
河道・斜面の詳細な情報を入力します.
① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭
① 河道・斜面番号 ⑧ 粗度係数
② 斜面長 ⑨ 流量流積関係式のべき定数
③ 斜面勾配(degree) ⑩ A層厚
④ 斜面上端の幅 ⑪ A層の有効空隙率
⑤ 斜面下端の幅 ⑫ 降水量観測地点
⑥ ダルシー型(1),マニング型(2),椎葉式(3) ⑬ 気温観測地点
⑦ 透水係数 ⑭
2.4 計算条件(CALCON.txt)
15
① ② ③ ④ ⑤
①
② 差分の時間間隔
③ 計算期間
④ 流出量の計算結果をファイル出力する時間間隔
⑤ 水深の計算結果をファイル出力する時間間隔
2.5 パラメータ(A-HYCY1.txt)
16
① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳
① 斜面番号 ⑧ 林地系下層部の貯留定数 ⑮ 樹幹の最大貯留量
② 流路系の面積比率 ⑨ Rung-kutta法による計算上必要な微少流量 ⑯ 遮断蒸発強度
③ 流出寄与域率16%となる有効土層深 ⑩ 直接流出の貯留べき定数 ⑰ 月蒸発分布の平均値を与える係数
④ 流出寄与域率50%となる有効土層深 ⑪ 基底流出の貯留べき定数 ⑱ 月蒸発分布の変動を与える係数
⑤ 流路系の面積比率貯留係数 ⑫ 林内雨量比率 ⑲ 月蒸発分布の位相遅れを与える係数
⑥ 林地系直接流出の貯留定数 ⑬ 樹幹流比率 ⑳ 蒸散抑制の発生限界流量
⑦ 林地系表層部の貯留定数 ⑭ 樹冠の最大貯留量
2.5 ratio
17
計算する月数
この場合,14か月なので14個
3.プログラム本体の設定変更
18
3.1 計算時間の変更
19
計算期間を変更する場合,
Izz= の値を計算する時間数に
変更してください.
プログラム内に何か所もあるた
め,Ctrl+h で一気に置き換えるこ
とができます.
横の図では、2ヶ月追加する例。
20
同様に,COMMON文内の計算
時間数も変更します.
右の画像の例だと,(10224)と
(10224,33)があります.Ctlr+h で
置き換える場合には「(10224」と
指定してやるとよいかと思います.
21
同様に,2250行目付近の右画
像の位置の赤丸で示した部分を
計算月数に変更します.
3.2 ファイル名の変更
22
入力データのファイル名を変
更した場合はプログラム本体も
書き換えてください.
Ctrl+fで簡単に探すことができ
ます.

More Related Content

More from Putika Ashfar Khoiri

Serch discharge observation data from MLIT
Serch discharge observation data from MLITSerch discharge observation data from MLIT
Serch discharge observation data from MLITPutika Ashfar Khoiri
 
Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...
Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...
Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...Putika Ashfar Khoiri
 
Simulating several flood events using Nays 2D Flood
Simulating several flood events using Nays 2D FloodSimulating several flood events using Nays 2D Flood
Simulating several flood events using Nays 2D FloodPutika Ashfar Khoiri
 
SImulating Past Flood Event using Nays 2D Flood
SImulating Past Flood Event using Nays 2D FloodSImulating Past Flood Event using Nays 2D Flood
SImulating Past Flood Event using Nays 2D FloodPutika Ashfar Khoiri
 
Technologies for safety improvement
Technologies for safety improvementTechnologies for safety improvement
Technologies for safety improvementPutika Ashfar Khoiri
 
Senri new town (documentation photos)
Senri new town (documentation photos)Senri new town (documentation photos)
Senri new town (documentation photos)Putika Ashfar Khoiri
 
The problem of application based transportation in indonesia
The problem of application based transportation in indonesiaThe problem of application based transportation in indonesia
The problem of application based transportation in indonesiaPutika Ashfar Khoiri
 
Water Resources Management in Brantas River Basin
Water Resources Management in Brantas River BasinWater Resources Management in Brantas River Basin
Water Resources Management in Brantas River BasinPutika Ashfar Khoiri
 
Levelized Costs of Electricity of OTEC in Halmahera
Levelized Costs of Electricity of OTEC in HalmaheraLevelized Costs of Electricity of OTEC in Halmahera
Levelized Costs of Electricity of OTEC in HalmaheraPutika Ashfar Khoiri
 
Unsteady Flow Model For Past Flood Events Estimation in Surabaya
Unsteady Flow Model For Past Flood Events Estimation in SurabayaUnsteady Flow Model For Past Flood Events Estimation in Surabaya
Unsteady Flow Model For Past Flood Events Estimation in SurabayaPutika Ashfar Khoiri
 
Integrated design and performance target of conceptual architecture design
Integrated design and performance target of conceptual architecture designIntegrated design and performance target of conceptual architecture design
Integrated design and performance target of conceptual architecture designPutika Ashfar Khoiri
 
The importance of Public Transportation System in Indonesia for Reducing Traf...
The importance of Public Transportation System in Indonesia for Reducing Traf...The importance of Public Transportation System in Indonesia for Reducing Traf...
The importance of Public Transportation System in Indonesia for Reducing Traf...Putika Ashfar Khoiri
 
Regulations and Policy Analysis of Brantas River Basin (Introduction)
Regulations and Policy Analysis of  Brantas River Basin(Introduction)Regulations and Policy Analysis of  Brantas River Basin(Introduction)
Regulations and Policy Analysis of Brantas River Basin (Introduction)Putika Ashfar Khoiri
 
The Chimera Grid Concept and Application
The Chimera Grid Concept and Application The Chimera Grid Concept and Application
The Chimera Grid Concept and Application Putika Ashfar Khoiri
 
Estimate the causes of crack in concrete structure based on Japan Concrete In...
Estimate the causes of crack in concrete structure based on Japan Concrete In...Estimate the causes of crack in concrete structure based on Japan Concrete In...
Estimate the causes of crack in concrete structure based on Japan Concrete In...Putika Ashfar Khoiri
 
Energy Saving Building in Ritsumeikan University Osaka Ibaraki Campus
Energy Saving Building in Ritsumeikan University Osaka Ibaraki CampusEnergy Saving Building in Ritsumeikan University Osaka Ibaraki Campus
Energy Saving Building in Ritsumeikan University Osaka Ibaraki CampusPutika Ashfar Khoiri
 
The usage of thermal energy storage in the building
The usage of thermal energy storage in the buildingThe usage of thermal energy storage in the building
The usage of thermal energy storage in the buildingPutika Ashfar Khoiri
 
Aij standard for structural design of reinforced concrete boxed shaped wall s...
Aij standard for structural design of reinforced concrete boxed shaped wall s...Aij standard for structural design of reinforced concrete boxed shaped wall s...
Aij standard for structural design of reinforced concrete boxed shaped wall s...Putika Ashfar Khoiri
 
Regulation for earthquake resistance building in Indonesia
Regulation for earthquake resistance building in IndonesiaRegulation for earthquake resistance building in Indonesia
Regulation for earthquake resistance building in IndonesiaPutika Ashfar Khoiri
 
Indonesia earthquake previous research, history
Indonesia earthquake previous research, historyIndonesia earthquake previous research, history
Indonesia earthquake previous research, historyPutika Ashfar Khoiri
 

More from Putika Ashfar Khoiri (20)

Serch discharge observation data from MLIT
Serch discharge observation data from MLITSerch discharge observation data from MLIT
Serch discharge observation data from MLIT
 
Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...
Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...
Improving Distributed Hydrologocal Model Simulation Accuracy Using Polynomial...
 
Simulating several flood events using Nays 2D Flood
Simulating several flood events using Nays 2D FloodSimulating several flood events using Nays 2D Flood
Simulating several flood events using Nays 2D Flood
 
SImulating Past Flood Event using Nays 2D Flood
SImulating Past Flood Event using Nays 2D FloodSImulating Past Flood Event using Nays 2D Flood
SImulating Past Flood Event using Nays 2D Flood
 
Technologies for safety improvement
Technologies for safety improvementTechnologies for safety improvement
Technologies for safety improvement
 
Senri new town (documentation photos)
Senri new town (documentation photos)Senri new town (documentation photos)
Senri new town (documentation photos)
 
The problem of application based transportation in indonesia
The problem of application based transportation in indonesiaThe problem of application based transportation in indonesia
The problem of application based transportation in indonesia
 
Water Resources Management in Brantas River Basin
Water Resources Management in Brantas River BasinWater Resources Management in Brantas River Basin
Water Resources Management in Brantas River Basin
 
Levelized Costs of Electricity of OTEC in Halmahera
Levelized Costs of Electricity of OTEC in HalmaheraLevelized Costs of Electricity of OTEC in Halmahera
Levelized Costs of Electricity of OTEC in Halmahera
 
Unsteady Flow Model For Past Flood Events Estimation in Surabaya
Unsteady Flow Model For Past Flood Events Estimation in SurabayaUnsteady Flow Model For Past Flood Events Estimation in Surabaya
Unsteady Flow Model For Past Flood Events Estimation in Surabaya
 
Integrated design and performance target of conceptual architecture design
Integrated design and performance target of conceptual architecture designIntegrated design and performance target of conceptual architecture design
Integrated design and performance target of conceptual architecture design
 
The importance of Public Transportation System in Indonesia for Reducing Traf...
The importance of Public Transportation System in Indonesia for Reducing Traf...The importance of Public Transportation System in Indonesia for Reducing Traf...
The importance of Public Transportation System in Indonesia for Reducing Traf...
 
Regulations and Policy Analysis of Brantas River Basin (Introduction)
Regulations and Policy Analysis of  Brantas River Basin(Introduction)Regulations and Policy Analysis of  Brantas River Basin(Introduction)
Regulations and Policy Analysis of Brantas River Basin (Introduction)
 
The Chimera Grid Concept and Application
The Chimera Grid Concept and Application The Chimera Grid Concept and Application
The Chimera Grid Concept and Application
 
Estimate the causes of crack in concrete structure based on Japan Concrete In...
Estimate the causes of crack in concrete structure based on Japan Concrete In...Estimate the causes of crack in concrete structure based on Japan Concrete In...
Estimate the causes of crack in concrete structure based on Japan Concrete In...
 
Energy Saving Building in Ritsumeikan University Osaka Ibaraki Campus
Energy Saving Building in Ritsumeikan University Osaka Ibaraki CampusEnergy Saving Building in Ritsumeikan University Osaka Ibaraki Campus
Energy Saving Building in Ritsumeikan University Osaka Ibaraki Campus
 
The usage of thermal energy storage in the building
The usage of thermal energy storage in the buildingThe usage of thermal energy storage in the building
The usage of thermal energy storage in the building
 
Aij standard for structural design of reinforced concrete boxed shaped wall s...
Aij standard for structural design of reinforced concrete boxed shaped wall s...Aij standard for structural design of reinforced concrete boxed shaped wall s...
Aij standard for structural design of reinforced concrete boxed shaped wall s...
 
Regulation for earthquake resistance building in Indonesia
Regulation for earthquake resistance building in IndonesiaRegulation for earthquake resistance building in Indonesia
Regulation for earthquake resistance building in Indonesia
 
Indonesia earthquake previous research, history
Indonesia earthquake previous research, historyIndonesia earthquake previous research, history
Indonesia earthquake previous research, history
 

Ibo river model manual