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

Contents of /MITgcm/pkg/atm_ocn_coupler/cpl_register_atm.F

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


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

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_ocn_coupler/cpl_register_atm.F,v 1.1 2003/12/15 02:28:01 jmc Exp $
2 C $Name: $
3
4 #include "CPP_OPTIONS.h"
5
6 CStartOfInterface
7 SUBROUTINE CPL_REGISTER_ATM
8 C /==========================================================\
9 C | SUBROUTINE CPL_REGISTER_ATM |
10 C | o Routine for registration of atmos config. with coupler |
11 C | layer. |
12 C |==========================================================|
13 C | This version talks to the MITgcm general circulation |
14 C | model. For now just get the models depth map. |
15 C \==========================================================/
16 IMPLICIT NONE
17
18 C == Global variables ==
19 #include "ATMSIZE.h"
20 #include "ATMIDS.h"
21
22 C == Routine arguments ==
23 CEndOfInterface
24
25 C Call MIT Coupler registration acceptance procedure. Make sure that nobody
26 C who registers for atmCompName has a sub-domain that exceeds the bounds
27 C Nx_atm, Ny_atm.
28 C The first argument to MITCOUPLER_tile_register gives the name of the
29 C component whose attributes will be collected by the particular call
30 C to MITCOUPLER_tile_register.
31 C The second and third arguments to MITCOUPLER_tile_register are used
32 C for an internal error check. This check makes sure that the sub-domain
33 C sizes reported by each of the component processes for a given component
34 C fall within the global domain size the coupler is expecting.
35 CALL MITCOUPLER_TILE_REGISTER( atmCompName, Nx_atm, Ny_atm )
36
37 RETURN
38 END

  ViewVC Help
Powered by ViewVC 1.1.22