# # DCPAM Installation Guide in RD (Ruby Document) format # # For instruction of installing dcpam, # see "INSTALL.htm.en" (written in English) or # "INSTALL.htm.ja" (written in Japanese) # included in "DCPAM" tar.gz package # available from http://www.gfd-dennou.org/arch/dcpam. # Otherwise, see this file directly, or generate # above mentioned html files with "make doc-INSTALL" # in current directory after installing rdtool # . =begin TOPLINK [(()) | (())] [(()) | (())] =end TOPLINK =begin JA = DCPAM インストールガイド * 森川 靖大 (morikawa), 石渡 正樹 (momoko) * $Id: INSTALL,v 1.4 2005/05/21 17:57:49 morikawa Exp $ =end JA =begin EN = DCPAM Installation Guide * Yasuhiro Morikawa (morikawa), Masaki Ishiwarari (momoko) * $Id: INSTALL,v 1.4 2005/05/21 17:57:49 morikawa Exp $ =end EN =begin JA == 動作環境 このプログラムは以下のコンパイラでの動作を確認しています。 * Fujitsu Fortran Compiler Version 5.0 =end JA =begin EN == Operation Environment This program is operated by following compilers. * Fujitsu Fortran Compiler Version 5.0 =end EN =begin JA == コンパイルに必要なライブラリ DCPAM2 のインストール・実行するためには以下のソフトウエアを 事前にインストールしておく必要があります. * (()) * バージョン 3.5.0, 3.6.0 * (()) * バージョン 20050207 以上 * (()) * バージョン 0.3.0-9 以上 更に, ドキュメントを生成するためには以下のソフトウェアを 事前にインストールしておく必要があります. * LaTeX とそのスタイルファイル * (()) * (()) * (()) #* (()) * (()) =end JA =begin EN == Libraries needed for compile Following softwares should be installed for installin DCPAM. * (()) * version 3.5.0 or 3.6.0 * (()) * version 20050207 or more * (()) * version 0.3.0-9 or more Following softwares should be installed for generating documentations. * LaTeX and their style files * (()) * (()) * (()) #* (()) * (()) =end EN =begin JA == インストールの手順 === ソースコードのコンパイル * src/Mkinclude の編集 * src/ ディレクトリにて $ make === ドキュメントの生成 (()) から入手する場合には既に生成済みです。 * マニュアルとコードリファレンスのコンパイルは dcpam2 展開ディレクトリにおいて $ make doc =end JA =begin EN == Install Procedure === Compile source code * Edit "src/Mkinclude" * In "src/" directory, $ make === Generate documentations If you get from (()), documentations are already generated. * To generate documentations, in "dcpam2" directory, $ make doc =end EN =begin JA == テストプログラム実行の手順 * practice/dycore.nml の編集 * practice/ ディレクトリにて $ make =end JA =begin EN == Execute test program * Edit "practice/dycore.nml" * In "practice/" directory, $ make =end EN