Private Member Functions | |
| subroutine | mpp_copy_domains1D (domain_in, domain_out, halo) |
| subroutine | mpp_copy_domains2D (domain_in, domain_out, xhalo, yhalo) |
Definition at line 140 of file mpp_domains_mod_oa.F90.
| subroutine mpp_domains_mod_oa::mpp_copy_domains::mpp_copy_domains1D | ( | type(domain1D),intent(in) | domain_in, | |
| type(domain1D),intent(out) | domain_out, | |||
| integer,intent(in),optional | halo | |||
| ) | [private] |
Definition at line 603 of file mpp_domains_mod_oa.F90.
| subroutine mpp_domains_mod_oa::mpp_copy_domains::mpp_copy_domains2D | ( | type(domain2D),intent(in) | domain_in, | |
| type(domain2D),intent(out) | domain_out, | |||
| integer,intent(in),optional | xhalo, | |||
| integer,intent(in),optional | yhalo | |||
| ) | [private] |
Definition at line 646 of file mpp_domains_mod_oa.F90.
1.6.1