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 NONEREVISION HISTORY:
Original author(s): Karsten Bolding & Hans Burchard