gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
gtdata_netcdf_file_types.f90
Go to the documentation of this file.
1
16
33 !
34 use dc_types, only: string
36
37 implicit none
38 private
39
58 integer:: id
59 integer:: count
60 logical:: writable
61 character(len = STRING):: filename
62 type(gd_nc_file_id_entry), pointer:: next
63 end type gd_nc_file_id_entry
64
65 public:: gd_nc_file_id_entry
66
Debug tracing module.
Definition dc_trace.f90:150
subroutine, public dbgmessage(fmt, i, r, d, l, n, c1, c2, c3, ca)
Definition dc_trace.f90:680
subroutine, public beginsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca, version)
Definition dc_trace.f90:476
subroutine, public endsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca)
Definition dc_trace.f90:599
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public string
Character length for string
Definition dc_types.f90:137