io_gt4_out.f90

Path: shared/io_gt4_out.f90
Last Update: Tue Nov 08 23:10:23 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.1.1.1 2005/11/08 14:10:23 morikawa Exp $
  * Tag Name: $Name: dcpam3-20060118 $
  * 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]