Back to OASIS4 home

Type PSMILE_comp_udef : defined in oasis4/lib/common_oa4/src/psmile_smioc.F90, Structure for search of User-defined interpolations

TYPE PSMILe_comp_udef

     Integer                                             :: ig_xml_udef     ! number of XML transients of this component with Udef Interpolation
     Integer                                             :: ig_tot_comp_ugl   ! total number of additional "gridless" transients for this component, depends on the number of origins or outputs of the XML "Udef" transients
     Integer, pointer                               :: iga_xml_trindex(:)  ! dimension = ig_tot_comp_ugl, contain index of XML "Udef" transient for each gridless transient in component
     Integer, pointer                               :: iga_trans_udef(:)  ! dimension = ig_xml_udef, indexes of geographic transients "ud" in component
     Type(PSMILe_udef_idx), pointer :: sla_driver_udef(:)  ! array of structures : one per XML transient in component

END TYPE PSMILe_comp_udef