/[MITgcm]/MITgcm_contrib/PRM/eesmf_mod.dir/src/master/Alloc/AllocCplC.F90
ViewVC logotype

Annotation of /MITgcm_contrib/PRM/eesmf_mod.dir/src/master/Alloc/AllocCplC.F90

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Apr 8 14:55:38 2005 UTC (20 years, 4 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, HEAD
Added in allocation of different models to different CPU sets etc..

1 cnh 1.1 SUBROUTINE EEsmfAllocCplC( compListPtr, nComp )
2     ! Allocate the components
3     ! Routine arguments
4     TYPE( EEsmfCplComp ), POINTER :: compListPtr(:)
5     INTEGER :: nComp
6    
7     ALLOCATE( compListPtr(nComp) )
8     IF ( nComp .GT. 1 ) THEN
9     PRINT *, ' Allocated ', nComp, ' coupler components.'
10     ELSE
11     PRINT *, ' Allocated ', nComp, ' coupler component.'
12     ENDIF
13    
14     END SUBROUTINE EEsmfAllocCplC

  ViewVC Help
Powered by ViewVC 1.1.22