Back to OASIS4 home

Type Enddef_comp : defined in oasis4/lib/common_oa4/src/psmile_common.F90

all_comp_infos,   comp_infos

Type Enddef_comp

          Integer,          Pointer                       :: Number_of_Grids_vector (:) ! Number of subgrids on each process of the component (contains all the grids on each process, ie even with a different grid_id)
          Integer,          Pointer                       :: psmile_ranks (:)  ! Ranks in communicator "comm_psmile"
          Real (PSMILe_float_kind), Pointer :: all_extents (:, :, :)
          Integer,          Pointer                       :: all_extent_infos (:, :)
          Integer                                             :: global_comp_id
          Integer                                             :: comp_id
          Integer                                             :: size

End Type Enddef_comp