Fortran 90/95 ソースコードファイルリスト
List of Fortran 90/95 source code files
Note that Japanese and English are described in parallel.
src ディレクトリは以下のファイル, ディレクトリから構成されています.
SRC_LIST : | 本ファイル
|
Makefile : | 以下の各ディレクトリの Makefile を呼び出すための Makefile
|
TAGS : | Emacs 用の TAGS ファイル
|
main/ : | 主プログラムと NAMELIST ファイル
|
setup/ : | 各種基本設定
|
io/ : | データ入出力
|
dynamics/ : | 力学過程
|
radiation/ : | 放射
|
vdiffusion/ : | 鉛直拡散
|
phy_implicit/ : | 陰解法による時間積分
|
surface_flux/ : | 地表面フラックス
|
cumulus/ : | 積雲パラメタリゼーション
|
lscond/ : | 大規模凝結
|
dryconv_adjust/: | 乾燥対流調節
|
saturate/ : | 飽和比湿の算出
|
util/ : | ユーティリティ
|
prepare_data/ : | データ生成
|
"src" directory is consist of following files and directories.
SRC_LIST : | This file
|
Makefile : | This Makefile calls Makefiles under following directories
|
TAGS : | TAGS file for Emacs
|
main/ : | Main programs and NAMELIST files
main/dcpam_main.F90 : | Main program for experiments
|
main/init_data.F90 : | Initial data file generation
|
main/sst_data.F90 : | Surface data file generation
|
main/dcpam_ape_T21L16.nml, … : | NAMELIST file for aqua planet
experiments
|
main/dcpam_hs94_T21L20.nml, … : | NAMELIST file for Held and Suarez
(1994) benchmark test
|
main/init_data_T21L16.nml, … : | NAMELIST file for initial data file
generation
|
main/sst_data_T21.nml, … : | NAMELIST file for surface data file
generation
|
|
setup/ : | Setups
|
io/ : | Data input/output
|
dynamics/ : | Dynamical process
|
radiation/ : | Radiation
|
vdiffusion/ : | Vertical diffusion
|
phy_implicit/ : | Time integration with implicit scheme
|
surface_flux/ : | Surface flux
|
cumulus/ : | Cumulus parameterization
|
lscond/ : | Large scale condensation
|
dryconv_adjust/: | Dry convective adjustment
|
saturate/ : | Evaluate saturation specific humidity
|
util/ : | Utilities
|
prepare_data/ : | Data generator
|