Oasis3 4.0.2
mod_parallel.F90
Go to the documentation of this file.
00001 MODULE mod_parallel
00002 !
00003 ! -- parallel.h   11-09-95   Version 2.0   Author: Laurent Terray
00004 !    **********
00005 !                 18-03-02   Version 2.5   changed in module
00006 !@
00007 !@  Contents : variables related to parallel data decomposition
00008 !@  --------
00009 !@
00010 !@ -- nparal : parallel decomposition description (see CLIM manual) (2D)
00011 !@
00012 !@ -- cparal : type of parallel decomposition (idem) (1D)
00013 !@
00014 !     -------------------------------------------------------------------
00015 !
00016   USE mod_kinds_oasis
00017   INTEGER (kind=ip_intwp_p), DIMENSION(:,:), ALLOCATABLE :: nparal
00018 !
00019   CHARACTER(len=8),DIMENSION(:),ALLOCATABLE :: cparal
00020 !
00021 !     -------------------------------------------------------------------
00022 END MODULE mod_parallel
00023 
00024 
00025 
 All Data Structures Namespaces Files Functions Variables Defines