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

Contents of /MITgcm_contrib/jscott/pkg_atm2d/receive_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 RECEIVE_COMPONENT_CONFIGS
6 C /==========================================================\
7 C | SUBROUTINE RECEIVE_COMPONENT_CONFIGS |
8 C | o Rotuine which controls receiving the configurations |
9 C | of each of the component models. |
10 C \==========================================================/
11 IMPLICIT NONE
12
13 C Data on ocean grid
14 #include "OCNSIZE.h"
15 #include "OCNVARS.h"
16
17 C Receive ocean config (OCNCONFIG) from ocean
18 C component (OCN).
19 CALL CPL_RECV_OCN_OCNCONFIG
20
21 RETURN
22 END
23
24 #endif
25

  ViewVC Help
Powered by ViewVC 1.1.22