C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/aim_ocn_coupler/Attic/cpl_recv_atm_atmconfig.F,v 1.2 2006/06/15 23:30:57 jmc dead $ C $Name: $ #include "CPP_OPTIONS.h" CStartOfInterface SUBROUTINE CPL_RECV_ATM_ATMCONFIG C /==========================================================\ C | SUBROUTINE CPL_RECV_ATM_ATMCONFIG | C | o Routine for receiving atmos config into coupling level.| C |==========================================================| C | This version talks to the MITgcm general circulation | C | model. For now just get the models depth map. | C \==========================================================/ IMPLICIT NONE C == Global variables == #include "ATMSIZE.h" #include "ATMVARS.h" #include "ATMIDS.h" C == Routine arguments == CEndOfInterface C Get config from atmos component CALL COUPRECV_R8TILES( atmCompName, atmDepthName, Nx_atm, Ny_atm, & AtmDepths_atm ) RETURN END