gtdata_netcdf_file_internal.f90
Go to the documentation of this file.
1 != gtdata_netcdf_file 内で使用される内部向け定数, 変数, 手続き群
2 != Internal constants, variables, procedures used in "gtdata_netcdf_file"
3 !
4 ! Authors:: Yasuhiro MORIKAWA, Eizi TOYODA
5 ! Version:: $Id: gtdata_netcdf_file_internal.f90,v 1.1 2009-05-25 09:49:24 morikawa Exp $
6 ! Tag Name:: $Name: $
7 ! Copyright:: Copyright (C) GFD Dennou Club, 2000-2009. All rights reserved.
8 ! License:: See COPYRIGHT[link:../../COPYRIGHT]
9 !
10 
12  !
13  != gtdata_netcdf_file 内で使用される内部向け定数, 変数, 手続き群
14  != Internal constants, variables, procedures used in "gtdata_netcdf_file"
15  !
16  ! <b>Note that Japanese and English are described in parallel.</b>
17  !
19  implicit none
20 
21  type(gd_nc_file_id_entry), save, pointer:: id_head
22  ! netCDF ファイルのオープンクローズのための
23  ! ID テーブル.
24  !
25  ! ID table for open/close of netCDF files.
26 
27  logical, save:: id_used = .false.
28 
type(gd_nc_file_id_entry), pointer, save id_head