/[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.3 - (hide annotations) (download)
Tue May 1 19:38:47 2007 UTC (18 years, 3 months ago) by jscott
Branch: MAIN
Changes since 1.2: +0 -4 lines
remove old atm2d package in contrib

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     RETURN
18     END
19    
20     #endif

  ViewVC Help
Powered by ViewVC 1.1.22