#!/usr/bin/env ruby
# -*- coding: euc-jp -*-
#
#= dcmodel thumnail generate ruby script
#
#  Editor :: sugiyama
#  Version:: 2011/06/23 20:06:39
#
#== Overview
#
#This file is generate by following ruby script automatically.
#
#      /home/sugiyama/bin/dcmodel-thum.rb
#
#Please edit this file according to your purpose.
#
#== Usage
#
#
##################################################

require "/GFD_Dennou_Club/ftp/arch/dcmodel/bin/dcmodel-thum.rb"

######################################################
if $0 == __FILE__ then
  thumb = DCModelThumbnail.new

#  thumb.copyright = "GFD Dennou Club"
  thumb.index     = "../exp"
#  thumb.index_ext = ".htm"
  thumb.infofile  = "exp.txt"
#  thumb.ext_list.push("bmp")
#  thumb.headlimit = "headlimit_"
  thumb.figdir    = "../img"
#  thumb.css       = "/GFD_Dennou_Club/ftp/arch/dcmodel/htmltools/dcmodel.css"
#  thumb.rd2_path  = "/usr/bin/rd2"
#  thumb.rd2htmlextlib = "/GFD_Dennou_Club/ftp/arch/dcmodel/lib"
  thumb.img_width  = 240
  thumb.img_height = 240
  thumb.figtable_num = 40
#  thumb.html_author  = "sugiyama"
  thumb.title     = "deepconv/arare4 vs. deepconv/arare5"
  thumb.message   = Array.new
  thumb.message   << <<-MSG
=begin
[((<地球流体電脳倶楽部|URL:http://www.gfd-dennou.org>))]
[((<dcmodel|URL:http://www.gfd-dennou.org/arch/dcmodel>)) |
((<dcmodel-tools|URL:http://www.gfd-dennou.org/arch/dcmodel/bin>))]

= 今関計算の再計算

== 目的

今関計算と全く同じ初期値から計算を開始. 同じ結果が得られるかチェックする. 

* 地表面からのフラックスや放射過程は切った. 

arare4 と arare5 の結果を比べる. 

* arare-earh の接頭詞は arare4 での計算を示す. [((<ソースと設定ファイル|URL:http://www.gfd-dennou.org/arch/deepconv/sample/2012-12-23_sugiyama/test5/arare4/>))]
* thermal1 の接頭詞は arare5 での計算を示す. [((<ソースと設定ファイル|URL:http://www.gfd-dennou.org/arch/deepconv/sample/2012-12-23_sugiyama/test5/arare5/>))]

凝結が始まるまでは差は小さいが, 凝結が生じると差が大きくなる.

* 圧力の分布が若干違う. 圧力減衰項の入り方が違うことが原因か? 要チェック. 

* arare5 の方が凝結しにくい. 雲微物理過程モジュールに問題あり? 

2012-12-25 23:00 追記: 数値拡散の入れ方が間違っていたのを修正して作図し直した. かなり似てきた. => test9

#== ソース, 設定ファイル, およびリスタートファイル・ヒストリーファイル
#
#* ((<置き場|URL:./>))
#  * メインプログラム (arare.f90) のみ若干修正

== 温位偏差の比較

  MSG
  thumb.create
end

