part_domain() - partition the domain (Source File: part_domain.F90)

INTERFACE:

    subroutine part_domain()
DESCRIPTION:

Set various integers defining the calculation domain. The settings depends on STATIC vs. DYNAMIC compilation and serial vs. parallel model run. USES:

    use domain, only: iextr,jextr
    use domain, only: imin,imax,jmin,jmax,kmax
    use domain, only: ioff,joff
 #ifdef GETM_PARALLEL
    use halo_mpi, only: part_domain_mpi
 #endif
    IMPLICIT NONE
REVISION HISTORY:
    Original author(s): Karsten Bolding & Hans Burchard