%表題 bsnsq_2d 時間空間座標管理ライブラリ (実験初期設定:座標, 時間)
%
%履歴 
\Drireki{96/03/12 竹広真一}
%
%
\section{サブルーチンの説明 : 
         実験初期設定(座標, 時間)}
\label{aadmn}

\subsection{ASETUP}
\label{setpar}
\begin{enumerate}
  \item 機能 
  \begin{quote}
    実験の初期設定を行なう. 
  \end{quote}
  \item 呼び出し方法 
      \begin{verbatim}
          CALL ASETUP
         O     ( ITSTRT , DT , 
         O       DX     , DZ  )
      \end{verbatim}
  \item パラメーターの説明 
  \begin{quote}
    \begin{tabular}{llp{11cm}}
      {\tt ITSTRT} & {\tt [I]}     & 計算開始ステップ\\
      {\tt DT}     & {\tt [R]}     & 時間間隔\\
      {\tt DX}     & {\tt [R]}     & X 軸上の格子点間隔\\
      {\tt DZ}     & {\tt [R]}     & Z 軸上の格子点間隔\\
    \end{tabular}
  \end{quote}
  \item 備考 
  \begin{enumerate}
    \item 内部で {\tt APRSET}(\ref{acrset}) を呼んで
          実験パラメターを NAMELIST 変数から読み込み, 
          {\tt ATPSET}(\ref{atpset}), {\tt ATSSET}(\ref{atsset}) で
          時刻と時刻ステップ制御設定を, 
          {\tt ACRSET}(\ref{acrset}), {\tt ACRGET}(\ref{acrget}) で
          座標軸の設定を行なう. 
  \end{enumerate}
\end{enumerate}

%%% Local Variables: 
%%% mode: japanese-latex
%%% TeX-master: "/usr/export/home/takepiro/model/bsnsq_2d/doc/sub"
%%% End: 

