Functions/Subroutines | |
subroutine | mct_aVect_info (flag, aVect, comm, pe, fld, istr) |
subroutine | mct_aVect_getRAttr (aVect, str, data, rcode) |
subroutine | mct_aVect_putRAttr (aVect, str, data, rcode) |
subroutine | mct_aVect_accum (aVin, rList, TrList, iList, TiList, aVout) |
subroutine | mct_avect_mult (av, av1, fld1, avlist) |
subroutine | mct_avect_vecmult (av, vec, avlist) |
subroutine | mct_aVect_avg (aVect, counter) |
subroutine | mct_rearr_rearrange_fldlist (avi, avo, Rearr, vector, alltoall, fldlist) |
logical | mct_myindex (index, starti, counti) |
Variables | |
integer, parameter | R8 = SHR_KIND_R8 |
integer, parameter | IN = SHR_KIND_IN |
integer, parameter | CL = SHR_KIND_CL |
subroutine mct_mod::mct_aVect_accum | ( | type(AttrVect),intent(in) | aVin, | |
character(*),intent(in),optional | rList, | |||
character(*),intent(in),optional | TrList, | |||
character(*),intent(in),optional | iList, | |||
character(*),intent(in),optional | TiList, | |||
type(AttrVect),intent(inout) | aVout | |||
) |
Definition at line 495 of file mct_mod.F90.
subroutine mct_mod::mct_aVect_avg | ( | type(mct_aVect),intent(inout) | aVect, | |
integer,intent(in) | counter | |||
) |
Definition at line 937 of file mct_mod.F90.
subroutine mct_mod::mct_aVect_getRAttr | ( | type(mct_aVect),intent(in) | aVect, | |
character(*),intent(in) | str, | |||
real(R8),dimension(:),intent(out) | data, | |||
integer(IN),intent(out) | rcode | |||
) |
Definition at line 358 of file mct_mod.F90.
subroutine mct_mod::mct_aVect_info | ( | integer(IN),intent(in) | flag, | |
type(mct_aVect),intent(in) | aVect, | |||
integer(IN),intent(in),optional | comm, | |||
integer(IN),intent(in),optional | pe, | |||
character(*),intent(in),optional | fld, | |||
character(*),intent(in),optional | istr | |||
) |
Definition at line 204 of file mct_mod.F90.
subroutine mct_mod::mct_avect_mult | ( | type(mct_aVect),intent(inout) | av, | |
type(mct_aVect),intent(in) | av1, | |||
character(*),intent(in) | fld1, | |||
character(*),intent(in),optional | avlist | |||
) |
Definition at line 727 of file mct_mod.F90.
subroutine mct_mod::mct_aVect_putRAttr | ( | type(mct_aVect),intent(out) | aVect, | |
character(*),intent(in) | str, | |||
real(R8),dimension(:),intent(in) | data, | |||
integer(IN),intent(out) | rcode | |||
) |
Definition at line 425 of file mct_mod.F90.
subroutine mct_mod::mct_avect_vecmult | ( | type(mct_aVect),intent(inout) | av, | |
real(R8),dimension(:),intent(in) | vec, | |||
character(*),intent(in),optional | avlist | |||
) |
Definition at line 838 of file mct_mod.F90.
logical mct_mod::mct_myindex | ( | integer(IN) | index, | |
integer(IN),dimension(:) | starti, | |||
integer(IN),dimension(:) | counti | |||
) |
Definition at line 1051 of file mct_mod.F90.
subroutine mct_mod::mct_rearr_rearrange_fldlist | ( | type(mct_aVect),intent(in) | avi, | |
type(mct_aVect),intent(out) | avo, | |||
type(mct_rearr),intent(in) | Rearr, | |||
logical,intent(in) | vector, | |||
logical,intent(in) | alltoall, | |||
character(len=*),intent(in) | fldlist | |||
) |
Definition at line 991 of file mct_mod.F90.
integer,parameter mct_mod::CL = SHR_KIND_CL |
Definition at line 171 of file mct_mod.F90.
integer,parameter mct_mod::IN = SHR_KIND_IN |
Definition at line 170 of file mct_mod.F90.
integer,parameter mct_mod::R8 = SHR_KIND_R8 |
Definition at line 169 of file mct_mod.F90.