/[MITgcm]/MITgcm/pkg/atm_ocn_coupler/sendout_component_configs.F
ViewVC logotype

Annotation of /MITgcm/pkg/atm_ocn_coupler/sendout_component_configs.F

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


Revision 1.1 - (hide annotations) (download)
Thu Jun 15 23:05:26 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
rename pkg aim_ocn_coupler to atm_ocn_coupler (later on, will be used without aim)

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

  ViewVC Help
Powered by ViewVC 1.1.22