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

Contents 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.4 - (show annotations) (download)
Tue Aug 21 16:06:22 2007 UTC (17 years, 11 months ago) by jscott
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
remove old atm2d pkg repository

1 #include "ATM2D_OPTIONS.h"
2 #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