SCALE-RM
Public Attributes | List of all members
gtool_file_h::datainfo Type Reference

Public Attributes

character(len=file_hshortvarname
 
character(len=file_hmiddescription
 
character(len=file_hshortunits
 
integer datatype
 
integer rank
 
character(len=file_hshort), dimension(max_rankdim_name
 
integer, dimension(max_rankdim_size
 
integer step
 
real(dp) time_start
 
real(dp) time_end
 
character(len=file_hmidtime_units
 
integer fid
 

Detailed Description

Definition at line 63 of file gtool_file_h.f90.

Member Data Documentation

◆ varname

character(len=file_hshort) gtool_file_h::datainfo::varname

Definition at line 64 of file gtool_file_h.f90.

64  character(LEN=File_HSHORT) :: varname

◆ description

character(len=file_hmid) gtool_file_h::datainfo::description

Definition at line 65 of file gtool_file_h.f90.

65  character(LEN=File_HMID) :: description

◆ units

character(len=file_hshort) gtool_file_h::datainfo::units

Definition at line 66 of file gtool_file_h.f90.

66  character(LEN=File_HSHORT) :: units

◆ datatype

integer gtool_file_h::datainfo::datatype

Definition at line 67 of file gtool_file_h.f90.

67  integer :: datatype

◆ rank

integer gtool_file_h::datainfo::rank

Definition at line 68 of file gtool_file_h.f90.

68  integer :: rank

◆ dim_name

character(len=file_hshort), dimension(max_rank) gtool_file_h::datainfo::dim_name

Definition at line 69 of file gtool_file_h.f90.

69  character(LEN=File_HSHORT) :: dim_name(max_rank)

◆ dim_size

integer, dimension(max_rank) gtool_file_h::datainfo::dim_size

Definition at line 70 of file gtool_file_h.f90.

70  integer :: dim_size(max_rank)

◆ step

integer gtool_file_h::datainfo::step

Definition at line 71 of file gtool_file_h.f90.

71  integer :: step

◆ time_start

real(dp) gtool_file_h::datainfo::time_start

Definition at line 72 of file gtool_file_h.f90.

72  real(DP) :: time_start

◆ time_end

real(dp) gtool_file_h::datainfo::time_end

Definition at line 73 of file gtool_file_h.f90.

73  real(DP) :: time_end

◆ time_units

character(len=file_hmid) gtool_file_h::datainfo::time_units

Definition at line 74 of file gtool_file_h.f90.

74  character(LEN=File_HMID) :: time_units

◆ fid

integer gtool_file_h::datainfo::fid

Definition at line 75 of file gtool_file_h.f90.

75  integer :: fid

The documentation for this type was generated from the following file: