Module ExpName

Overview

出力 netCDF ファイルに記載する実験設定を NAMELIST から取得する.

Error Handling

Known Bugs

Note

Future Plans

Public Interface

character(80) :: ExpTitle  !データの表題
character(80) :: ExpSrc    !データを作成する手順
character(80) :: ExpInst   !最終変更者・組織

Procedure Interface

Initialize module and acquire NAMELIST

netCDF に書き込む実験名を NAMELIST から読み込む

subroutine expname_init(cfgfile)

Dependency

use dc_trace,      only: BeginSub, EndSub 

Input

character(*), intent(in) :: cfgfile

NAMELIST

NAMELIST /expname/ ExpTitle, ExpSrc, ExpInst