Functions/Subroutines | |
subroutine | seq_rearr_init (cdata_old, AV1_old, AV2_old, ID_old, cdata_new, AV1_new, AV2_new, ID_new, ID_join, Re_old2new, Re_new2old) |
subroutine | seq_rearr_gsmapExtend (gsmapi, mpicomi, gsmapo, mpicomo, compido) |
subroutine | seq_rearr_gsmapCreate (gsmapi, mpicomi, gsmapo, mpicomo, compido) |
subroutine | seq_rearr_avExtend (AVin, IDin, ID) |
subroutine | seq_rearr_avCreate (AVin, IDin, AVout, ID, lsize) |
logical | seq_rearr_gsmapIdentical (gsmap1, gsmap2) |
Variables | |
logical | usevector = .false. |
logical | usealltoall = .false. |
character(*), paramete | subName ) |
real(r8), parameter | c1 = 1.0_r8 |
subroutine seq_rearr_mod::seq_rearr_avCreate | ( | type(mct_aVect),intent(inout) | AVin, | |
integer,intent(in) | IDin, | |||
type(mct_aVect),intent(inout) | AVout, | |||
integer,intent(in) | ID, | |||
integer,intent(in) | lsize | |||
) | [private] |
Definition at line 576 of file seq_rearr_mod.F90.
subroutine seq_rearr_mod::seq_rearr_avExtend | ( | type(mct_aVect),intent(inout) | AVin, | |
integer,intent(in) | IDin, | |||
integer,intent(in) | ID | |||
) | [private] |
Definition at line 497 of file seq_rearr_mod.F90.
subroutine seq_rearr_mod::seq_rearr_gsmapCreate | ( | type(mct_gsMap),intent(in) | gsmapi, | |
integer,intent(in) | mpicomi, | |||
type(mct_gsMap),intent(out) | gsmapo, | |||
integer,intent(in) | mpicomo, | |||
integer,intent(in) | compido | |||
) | [private] |
Definition at line 325 of file seq_rearr_mod.F90.
subroutine seq_rearr_mod::seq_rearr_gsmapExtend | ( | type(mct_gsMap),intent(in) | gsmapi, | |
integer,intent(in) | mpicomi, | |||
type(mct_gsMap),intent(out) | gsmapo, | |||
integer,intent(in) | mpicomo, | |||
integer,intent(in) | compido | |||
) | [private] |
Definition at line 194 of file seq_rearr_mod.F90.
logical seq_rearr_mod::seq_rearr_gsmapIdentical | ( | type(mct_gsMap),intent(in) | gsmap1, | |
type(mct_gsMap),intent(in) | gsmap2 | |||
) |
Definition at line 651 of file seq_rearr_mod.F90.
subroutine seq_rearr_mod::seq_rearr_init | ( | type(seq_cdata),intent(in) | cdata_old, | |
type(mct_aVect),intent(inout),optional | AV1_old, | |||
type(mct_aVect),intent(inout),optional | AV2_old, | |||
integer,intent(in) | ID_old, | |||
type(seq_cdata),intent(inout) | cdata_new, | |||
type(mct_aVect),intent(inout),optional | AV1_new, | |||
type(mct_aVect),intent(inout),optional | AV2_new, | |||
integer,intent(in) | ID_new, | |||
integer,intent(in) | ID_join, | |||
type(mct_rearr),intent(inout) | Re_old2new, | |||
type(mct_rearr),intent(inout) | Re_new2old | |||
) |
Definition at line 65 of file seq_rearr_mod.F90.
real(r8),parameter seq_rearr_mod::c1 = 1.0_r8 |
Definition at line 57 of file seq_rearr_mod.F90.
character(*),paramete seq_rearr_mod::subName) |
Definition at line 56 of file seq_rearr_mod.F90.
logical seq_rearr_mod::usealltoall = .false. |
Definition at line 53 of file seq_rearr_mod.F90.
logical seq_rearr_mod::usevector = .false. |
Definition at line 47 of file seq_rearr_mod.F90.