source: CPL/oasis3/trunk/src/mod/oasis3/src/mod_nproc.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: 511 bytes
Line 
1MODULE mod_nproc
2!
3! -- nproc.h   97-09-03   Version 2.2   Author: S. Valcke
4!    *******
5!              18-03-02   Version 2.5   changed in module
6!@
7!@  Contents :
8!@  --------
9!@
10!@ -- nproc  : process ID of each model -used in PIPE, SIPC and GMEM
11!@
12!     -------------------------------------------------------------------
13!
14  USE mod_kinds_oasis
15  INTEGER (kind=ip_intwp_p),DIMENSION(:),ALLOCATABLE :: nproc
16
17!     -------------------------------------------------------------------
18
19END MODULE mod_nproc
Note: See TracBrowser for help on using the repository browser.