Private Member Functions | |
| subroutine | mpp_get_data_domain1D (domain, begin, end, size, max_size, is_global) |
| subroutine | mpp_get_data_domain2D (domain, xbegin, xend, ybegin, yend, xsize, xmax_size, ysize, ymax_size, x_is_global, y_is_global) |
Definition at line 431 of file mpp_domains_mod_oa.F90.
| subroutine mpp_domains_mod_oa::mpp_get_data_domain::mpp_get_data_domain1D | ( | type(domain1D),intent(in) | domain, | |
| integer,intent(out),optional | begin, | |||
| integer,intent(out),optional | end, | |||
| integer,intent(out),optional | size, | |||
| integer,intent(out),optional | max_size, | |||
| logical,intent(out),optional | is_global | |||
| ) | [private] |
Definition at line 2009 of file mpp_domains_mod_oa.F90.
| subroutine mpp_domains_mod_oa::mpp_get_data_domain::mpp_get_data_domain2D | ( | type(domain2D),intent(in) | domain, | |
| integer,intent(out),optional | xbegin, | |||
| integer,intent(out),optional | xend, | |||
| integer,intent(out),optional | ybegin, | |||
| integer,intent(out),optional | yend, | |||
| integer,intent(out),optional | xsize, | |||
| integer,intent(out),optional | xmax_size, | |||
| integer,intent(out),optional | ysize, | |||
| integer,intent(out),optional | ymax_size, | |||
| logical,intent(out),optional | x_is_global, | |||
| logical,intent(out),optional | y_is_global | |||
| ) | [private] |
Definition at line 2043 of file mpp_domains_mod_oa.F90.
1.6.1