#!/usr/bin/env ruby1.8
# -*- coding: euc-jp -*-
#
#= dcmodel thumbnail generate ruby script
#
#  Editor :: takuya
#  Version:: 2012/06/19 11:27:04
#
#== Overview
#
#This file is generate by following ruby script automatically.
#
#      /GFD_Dennou_Club/ftp/arch/deepconv/sample/2012-06-19_takuya/thum-src/dcmodel-thum.rb
#      version "$Revision: 1.31 $ : $Date: 2007/05/22 05:13:14 $"
#
#Please edit this file according to your purpose.
#
#== Usage
#
#Please check following sample page and reference manual.
#
#  http://www.gfd-dennou.org/library/dcmodel/doc/dcmodel-tools/dcmodel-thum-sample
#  http://www.gfd-dennou.org/library/dcmodel/doc/dcmodel-tools/dcmodel-thum-rdoc
#
##################################################

require "/GFD_Dennou_Club/ftp/arch/deepconv/sample/2012-06-19_takuya/thum-src/dcmodel-thum.rb"

######################################################
# DCModelThumbnail のインスタンスを作成 (必須)
thumb = DCModelThumbnail.new

# サムネイル実行コマンド (必須)。最後に実行すること
END{
  thumb.create
}

#thumb.copyright = "GFD Dennou Club"
                              # コピーライト

thumb.index     = "../BS1998_thum"
                              # 作成されるサムネイルのファイル名 (拡張子除く)

#thumb.index_ext = ".htm"
                              # 作成されるサムネイルの拡張子名

thumb.infofile  = "#{File.basename(thumb.index)}.txt"
                              # 「情報ファイル (infofile)」のファイル名

#thumb.ext_list.push("bmp")
                              # 画像ファイルとして認識させたい拡張子の
                              # 追加。デフォルトでは 
                              # gif, png, jpg, jpeg,
                              # GIF, PNG, JPG, JPEG
                              # が認識される。

#thumb.headlimit = "headlimit_"
                              # headlimit に当てはまらないものは画像と
                              # しては無視され、当てはまるものは「情報
                              # ファイル」において、接頭部分 headlimit 
                              # を省略して指定することが可能となる。

#thumb.blankfig = true
                              # 画像ファイル名を表示しない

#thumb.figdir    = "../figdir"
                              # 絵のあるディレクトリの名前。
                              # 必ず存在していなければならない。

#thumb.thumbnaildir    = "../thumbdir"
                              # サムネイル画像を置くディレクトリの名前

#thumb.thumbnailtail    = "_thumb.png"
                              # サムネイル画像の拡張子名

#thumb.thumbnailpage = "1"
                              # サムネイル画像化する元画像のページ番号

#thumb.convert_cmd = "convert -depth 8 -geometry"
                              # convert コマンドおよびオプション。この
                              # 後ろに画像サイズが 200x150 のような形
                              # 式で指定される。

#thumb.convert_overwrite = false
                              # convert コマンドが実行される際、既に出
                              # 力先のファイルがある場合に上書きするた
                              # めのフラグ。これが false の場合、出力
                              # 先のファイルが存在し、且つ元のファイル
                              # よりも新しい場合は変換を行わない。

#thumb.css       = "/GFD_Dennou_Club/ftp/arch/dcmodel/htmltools/dcmodel.css"
                              # スタイルシートファイル

#thumb.rd2_path  = "/usr/bin/rd2"
                              # rd2 コマンドへのパス

#thumb.rd2htmlextlib = "/GFD_Dennou_Club/ftp/arch/dcmodel/lib/ruby/1.8"
                              # rd2-ext-lib へのライブラリへのパス

#thumb.mksigen = false
                              # SIGEN ファイルを作らない場合は false 
                              # にセットする

#thumb.norobots = true
                              # HTML のロボット検索を禁止する場合には 
                              # true にセットする

#thumb.img_width  = 200
                              # 画像ファイルサイズ (幅)

#thumb.img_height = 150
                              # 画像ファイルサイズ (高さ)

thumb.figtable_num = 19
                              # 横にならべるファイル数

#thumb.style = <<-STYLE
#  a:link { color:#269900; }
#  a:visited { color:#269900; }
#  a:hover { color:#99FF33; }
#STYLE
                              # スタイルシートを直接設定するためのもの 
                              # (css ファイルに書き込む情報を直接指定
                              # できる)

#thumb.html_author  = "deepconv"
                              # html の作成者情報 (デフォルトはユーザ
                              # アカウント名が自動取得される)

thumb.title     = "Baker et al. 1998 再計算実験"
                              # html ヘッダのタイトル

                              # 本体に書き出すメッセージ。サムネイルの
                              # 部分よりも上に出力される。この変数自体
                              # は Array オブジェクトで、その内部に 
                              # String オブジェクトが格納される。

                              # フッターメッセージ。
                              # "=" ではなく、"<<" で代入することに注意！！
thumb.footer    = Array.new
#thumb.footer    << <<-Footer
# 
#Footer

                              # メッセージ。
                              # "=" ではなく、"<<" で代入することに注意！！
thumb.message   = Array.new
thumb.message   << <<-Message
=begin
= deepconv/arare5 Baker et al. 1998 再計算
Baker et al. 1998 での金星大気対流の再現を arare5 を用いて試みる.

* 太陽放射加熱プロファイルは Baker et al. (1998) の表 1 の通り.
* 計算領域は水平鉛直ともに 20 km, 格子点間隔は水平鉛直ともに 200 m.
  * 鉛直領域は金星の高度 40 - 60 km を想定している.
* 上下鉛直境界は熱フラックス固定
  * 系全体では正味加熱

初期値計算の結果は((<こちら|URL:http://www.gfd-dennou.org/library/deepconv/sample/2012-05-18_takuya/BS1998-Basic_thum.htm>))を参照.

== ソースコード
* ((<arare5-20120301|URL:./arare5-20120301>))
* 初期値生成プログラムは ((<arare_init-data.f90|URL:./arare5-20120301/src/main/arare_init-data.f90>))
* ((<設定ファイル (arare-baker.conf)|URL:./arare5-20120301/src/sample_nml/arare-baker.conf>))
* 計算概要
  * 計算領域
    * x, z 方向ともに 20 km, y 方向に 100 m
      * Baker et al. (1998) では x 方向に 180 km, z 方向に 20 km
  * 格子点数
    * x, z 方向ともに 100 点
      * Baker et al. (1998) では x 方向に 1000 点, z 方向に 168 点
  * 境界条件
    * 水平方向: 周期境界条件
    * 鉛直方向: 熱フラックス固定, 応力なし
  * 計算時間は 86400 sec
  * 初期温位擾乱は鉛直 10 km 地点にランダムに 5 K の擾乱を与える

== 計算結果
* ((<計算結果(netCDF)|URL:./data>))

=end

Message

