Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=THARN_MAXSTR), | public | :: | filename | ||||
integer, | public | :: | nDspecs | ||||
type(dist_specification_record), | public, | pointer | :: | dst_dist(:) | |||
type(dist_specification_record), | public, | pointer | :: | src_dist(:) |
type dist_record character(THARN_MAXSTR) :: filename ! grid specifier filename integer :: nDspecs ! number of grid spec records type(dist_specification_record), pointer :: src_dist(:) type(dist_specification_record), pointer :: dst_dist(:) end type dist_record