My Project
|
Public Attributes | |
character(len=nf90_max_name+1) | attname |
integer | xtype |
integer | len |
integer | attid |
integer, dimension(:), allocatable | int |
real(spa), dimension(:), allocatable | flt |
real(dp), dimension(:), allocatable | dbl |
character(len=char_max_attlen), dimension(:), allocatable | chr |
Definition at line 70 of file mod_ncll.f90.
integer mod_ncll::ncatt::attid |
Definition at line 74 of file mod_ncll.f90.
character(len=nf90_max_name+1) mod_ncll::ncatt::attname |
Definition at line 71 of file mod_ncll.f90.
character(len=char_max_attlen), dimension(:), allocatable mod_ncll::ncatt::chr |
Definition at line 78 of file mod_ncll.f90.
real(dp), dimension(:), allocatable mod_ncll::ncatt::dbl |
Definition at line 77 of file mod_ncll.f90.
real(spa), dimension(:), allocatable mod_ncll::ncatt::flt |
Definition at line 76 of file mod_ncll.f90.
integer, dimension(:), allocatable mod_ncll::ncatt::int |
Definition at line 75 of file mod_ncll.f90.
integer mod_ncll::ncatt::len |
Definition at line 73 of file mod_ncll.f90.
integer mod_ncll::ncatt::xtype |
Definition at line 72 of file mod_ncll.f90.