io_gt4_out.f90

Path: src/shared/io/io_gt4_out.f90
Last Update: Mon May 02 20:28:13 JST 2005

    Copyright (C) GFD Dennou Club, 2005. All rights reserved.

begin

Module io_gt4_out_mod

  * Developers: Morikawa Yasuhiro
  * Version: $Id: io_gt4_out.f90,v 1.11 2005/05/02 11:28:13 morikawa Exp $
  * Tag Name: $Name:  $
  * Change History:

Overview

This module output data with gtool4 netCDF conventions.

gtool4 netCDF 規約に基づくデータを出力する。

Error Handling

Known Bugs

 * 1つのファイルに異なる StepInterval が設定される場合、
   HistoryCreate には先に設定されたものの StepInterval で時間間隔を
   決めるため、後で設定した変数の StepInterval が前のものよりも
   小さい場合には整合的でなくなる。

   * 回避方法
     * 異なる StepInterval を設定する場合にはそれらは
       別個のファイルに分ける。

Note

Future Plans

end

[Validate]