#topicpath

** 出力ファイルのファイル名 [#e9d75a82]
- history file (history outfile) : 出力ファイル
- history file (history output file) : 出力ファイル
 wrfout_d<domain>_<date>
-- domain~
計算領域。通常は01~
-- date~
計算の初期値を与えた日時~
~
- restart file : 再計算用のファイル
 wrfrst_d<domain>_<date>
-- domain~
計算領域。(通常は01)~
-- date~
再計算の最初の日時~
~

** WRFの継続計算と出力時間間隔 [#pb51bc3b]
*** データ出力の時間間隔 [#cf77cfcb]
- 調整するパラメタ
  &color(red){namelist.input};
 history_interval                    = 60,
※ 単位は分

*** データ出力ファイルの分割 [#v8e06253]
- 調整するパラメタ
  &color(red){namelist.input};
 history_interval                    = 24,
※ 単位はフレーム(何回分の出力か)

*** 継続計算(リスタート) [#ie5eb792]
- リスタート・ファイル
-- ファイル名~
継続して計算を行うための、前回の計算の出力ファイルのファイル名。一般的には、wrfrst で始まるファイル。(設定可能?)~
~
-- wrfst ファイルを作る時間間隔~
設定ファイル &color(red){namelist.input};
 restart_interval                    = 8640,
※ 単位は分
~
- 継続計算(リスタート)の方法
-- 設定ファイル &color(red){namelist.input}; の変更~
--- start_* end_* を変更
--- restart を .true. に変更
-- wrf.exe を実行

トップ   編集 差分 添付 複製 名前変更 リロード   新規 検索 最終更新   ヘルプ   最終更新のRSS