source: CPL/oasis3/trunk/src/mod/oasis3/src/mod_parallel.F90 @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 709 bytes
Line 
1MODULE mod_parallel
2!
3! -- parallel.h   11-09-95   Version 2.0   Author: Laurent Terray
4!    **********
5!                 18-03-02   Version 2.5   changed in module
6!@
7!@  Contents : variables related to parallel data decomposition
8!@  --------
9!@
10!@ -- nparal : parallel decomposition description (see CLIM manual) (2D)
11!@
12!@ -- cparal : type of parallel decomposition (idem) (1D)
13!@
14!     -------------------------------------------------------------------
15!
16  USE mod_kinds_oasis
17  INTEGER (kind=ip_intwp_p), DIMENSION(:,:), ALLOCATABLE :: nparal
18!
19  CHARACTER(len=8),DIMENSION(:),ALLOCATABLE :: cparal
20!
21!     -------------------------------------------------------------------
22END MODULE mod_parallel
23
24
25
Note: See TracBrowser for help on using the repository browser.