!c Description: !c arare 用設定ファイル (f90 Namelist 形式) !c !c Current Code Owner: !c sugiyama@gfd-dennou.org !c !c Histry: !c Version Date Comment !c ------- ---------- -------- !c 1.0 2003-11-12 作成 !c !c Copyright (C) SUGIYAMA Ko-ichiro, 2003, All rights reserved &expname exptitle = "2D cumulus model for Jupiter?" !実験名 (80 文字以内) expsrc = "arare -- 2D cumulus model" !実験ソース expinst = "GFD_Dennou_Club deepconv project (arare)" !組織 / &planets planet = "" !惑星名 / &fileset ncfile_u = avr05_u.nc !出力 NetCDF ファイル ncfile_w = avr05_w.nc !出力 NetCDF ファイル ncfile_s = arare_s.nc !出力 NetCDF ファイル ncfile_u_mgn = avr05_u_mgn.nc ncfile_w_mgn = avr05_w_mgn.nc / &gridset im = 20 ! x 方向格子点数 km = 20 ! z 方向格子点数 xmin = 0.0d0 ! x 方向の始点 xmax = 1.0d4 ! x 方向の終点 zmin = 0.0d0 ! z 方向の始点 zmax = 1.0d4 ! z 方向の終点 pres_sfc = 1.0d5 ! z = 0 での圧力 temp_sfc = 3.0d2 ! z = 0 での温度 x_boundary = "cyclic" ! X 方向の境界条件 z_boundary = "rigid" ! Y 方向の境界条件 / &integrt dts = 1.0d0 !音波関連項のタイムステップ nt = 1000 !音波関連項以外のタイムステップ = nt * dts weicoe = 5.0d-1 !陰解法の時間積分での重み付け係数 filcoe = 0.0d0 ! Asselin フィルタの重み付け係数 time = 1.0d3 !積分時間 beta = 5.0d-1 !クランク・ニコルソン法の係数 / &baseset ! 基本場の設定 type = "uni_temp" !温度一定 ! type = "gauss_pres_x" ! x 一様なガウシアン型擾乱 ! type = "gauss_pres_z" ! z 一様なガウシアン型擾乱 ! type = "adiabat" ! 断熱 /