/[MITgcm]/MITgcm_contrib/jscott/pkg_atm2d/sendout_component_configs.F
ViewVC logotype

Annotation of /MITgcm_contrib/jscott/pkg_atm2d/sendout_component_configs.F

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


Revision 1.2 - (hide annotations) (download)
Tue Aug 22 20:21:39 2006 UTC (18 years, 11 months ago) by jscott
Branch: MAIN
Changes since 1.1: +1 -3 lines
new revision of atm2d package

1 jscott 1.2 #include "ATM2D_OPTIONS.h"
2 jscott 1.1 #ifdef ATM2D_MPI_ON
3    
4     CStartOfInterface
5     SUBROUTINE SENDOUT_COMPONENT_CONFIGS
6     C /==========================================================\
7     C | SUBROUTINE SENDOUT_COMPONENT_CONFIGS |
8     C | o Rotuine which controls distribution of component model |
9     C | configuration information to other components. |
10     C \==========================================================/
11     IMPLICIT NONE
12    
13     C Send atmos. config (ATMCONFIG) to ocean
14     C component (OCN).
15     CALL CPL_SEND_OCN_ATMCONFIG
16    
17     C Send ocean config (OCNCONFIG) to atmos.
18     C component (ATM).
19     CJRS CALL CPL_SEND_ATM_OCNCONFIG
20    
21     RETURN
22     END
23    
24     #endif

  ViewVC Help
Powered by ViewVC 1.1.22