SCALE-RM
|
Public Attributes | |
character(len=file_hshort) | varname |
character(len=file_hmid) | description |
character(len=file_hshort) | units |
integer | datatype |
integer | rank |
character(len=file_hshort), dimension(max_rank) | dim_name |
integer, dimension(max_rank) | dim_size |
integer | step |
real(dp) | time_start |
real(dp) | time_end |
character(len=file_hmid) | time_units |
integer | fid |
Definition at line 63 of file gtool_file_h.f90.
character(len=file_hshort) gtool_file_h::datainfo::varname |
Definition at line 64 of file gtool_file_h.f90.
character(len=file_hmid) gtool_file_h::datainfo::description |
Definition at line 65 of file gtool_file_h.f90.
character(len=file_hshort) gtool_file_h::datainfo::units |
Definition at line 66 of file gtool_file_h.f90.
integer gtool_file_h::datainfo::datatype |
Definition at line 67 of file gtool_file_h.f90.
integer gtool_file_h::datainfo::rank |
Definition at line 68 of file gtool_file_h.f90.
character(len=file_hshort), dimension(max_rank) gtool_file_h::datainfo::dim_name |
Definition at line 69 of file gtool_file_h.f90.
integer, dimension(max_rank) gtool_file_h::datainfo::dim_size |
Definition at line 70 of file gtool_file_h.f90.
integer gtool_file_h::datainfo::step |
Definition at line 71 of file gtool_file_h.f90.
real(dp) gtool_file_h::datainfo::time_start |
Definition at line 72 of file gtool_file_h.f90.
real(dp) gtool_file_h::datainfo::time_end |
Definition at line 73 of file gtool_file_h.f90.
character(len=file_hmid) gtool_file_h::datainfo::time_units |
Definition at line 74 of file gtool_file_h.f90.
integer gtool_file_h::datainfo::fid |
Definition at line 75 of file gtool_file_h.f90.