!c Description: !c arare 用設定ファイル (f90 Namelist 形式) !c !c Current Code Owner: !c sugiyama@gfd-dennou.org !c !c Copyright (C) SUGIYAMA Ko-ichiro, 2004, All rights reserved &expname ExpTitle = "2D cumulus model for Jupiter?" !実験名 (80 文字以内) ExpSrc = "arare -- 2D cumulus model" !実験ソース ExpInst = "GFD_Dennou_Club deepconv project (arare)" !組織 / &physprm Planet = "earth" !惑星名 / &fileset fs_RegFile = arare_fs-t015-n100.nc !出力 NetCDF ファイル (計算領域) sf_RegFile = arare_sf-t015-n100.nc !出力 NetCDF ファイル (計算領域) ss_RegFile = arare_ss-t015-n100.nc !出力 NetCDF ファイル (計算領域) fs_DimFile = arare_dim_fs-t015-n100.nc !出力 NetCDF ファイル (全領域) sf_DimFile = arare_dim_sf-t015-n100.nc !出力 NetCDF ファイル (全領域) ss_DimFile = arare_dim_ss-t015-n100.nc !出力 NetCDF ファイル (全領域) / &gridset NX = 100 ! x 方向格子点数 NZ = 100 ! z 方向格子点数 Xmin = 0.0d0 ! x 方向の始点 Xmax = 1.0d4 ! x 方向の終点 Zmin = 0.0d0 ! z 方向の始点 Zmax = 1.0d4 ! z 方向の終点 BcX = "C" ! X 方向の境界条件 BcZ = "C" ! Y 方向の境界条件 / ×et DelTLong = 1.0d2 !音波関連項以外の時間間隔 DelTShort = 1.5d-1 !音波関連項の時間間隔 TimeInt = 1.0d3 !積分時間 Beta = 5.0d-1 !陰解法の時間積分での重み付け係数 / &linlib LLib = 'ssl2' !線形計算ライブラリ 's' は ssl2, 'l' は lapack /