Functions/Subroutines | |
subroutine | map_ccc2ccc_init_mct (cdata_cc, x2c_cc, c2x_cc, ID_cc, cdata_cx, x2c_cx, c2x_cx, ID_cx, ID_join) |
subroutine | map_ccc2xxx_mct (cdata_cc, av_cc, cdata_cx, av_cx, fldlist) |
subroutine | map_xxx2ccc_mct (cdata_cx, av_cx, cdata_cc, av_cc, fldlist) |
Variables | |
type(mct_rearr) | Re_xxx2ccc |
type(mct_rearr) | Re_ccc2xxx |
logical | usevector = .false. |
logical | usealltoall = .false. |
logical | copyoption = .true. |
logical | gsmapSame = .false. |
character(*), paramete | subName ) |
subroutine map_glcglc_mct::map_ccc2ccc_init_mct | ( | type(seq_cdata),intent(in) | cdata_cc, | |
type(mct_aVect),intent(inout) | x2c_cc, | |||
type(mct_aVect),intent(inout) | c2x_cc, | |||
integer,intent(in) | ID_cc, | |||
type(seq_cdata),intent(inout) | cdata_cx, | |||
type(mct_aVect),intent(inout) | x2c_cx, | |||
type(mct_aVect),intent(inout) | c2x_cx, | |||
integer,intent(in) | ID_cx, | |||
integer,intent(in) | ID_join | |||
) | [private] |
Definition at line 74 of file map_glcglc_mct.F90.
subroutine map_glcglc_mct::map_ccc2xxx_mct | ( | type(seq_cdata),intent(in) | cdata_cc, | |
type(mct_aVect),intent(in) | av_cc, | |||
type(seq_cdata),intent(in) | cdata_cx, | |||
type(mct_aVect),intent(out) | av_cx, | |||
character(len=*),intent(in),optional | fldlist | |||
) | [private] |
Definition at line 121 of file map_glcglc_mct.F90.
subroutine map_glcglc_mct::map_xxx2ccc_mct | ( | type(seq_cdata),intent(in) | cdata_cx, | |
type(mct_aVect),intent(in) | av_cx, | |||
type(seq_cdata),intent(in) | cdata_cc, | |||
type(mct_aVect),intent(out) | av_cc, | |||
character(len=*),intent(in),optional | fldlist | |||
) | [private] |
Definition at line 173 of file map_glcglc_mct.F90.
logical map_glcglc_mct::copyoption = .true. |
Definition at line 66 of file map_glcglc_mct.F90.
logical map_glcglc_mct::gsmapSame = .false. |
Definition at line 67 of file map_glcglc_mct.F90.
type(mct_rearr) map_glcglc_mct::Re_ccc2xxx |
Definition at line 52 of file map_glcglc_mct.F90.
type(mct_rearr) map_glcglc_mct::Re_xxx2ccc |
Definition at line 51 of file map_glcglc_mct.F90.
character(*),paramete map_glcglc_mct::subName) |
Definition at line 68 of file map_glcglc_mct.F90.
logical map_glcglc_mct::usealltoall = .false. |
Definition at line 63 of file map_glcglc_mct.F90.
logical map_glcglc_mct::usevector = .false. |
Definition at line 57 of file map_glcglc_mct.F90.