C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/aim_ocn_coupler/Attic/cpl_recv_ocn_sst.F,v 1.2 2004/05/21 19:29:28 jmc dead $ C $Name: $ #include "CPP_OPTIONS.h" CStartOfInterface SUBROUTINE CPL_RECV_OCN_SST C /==========================================================\ C | SUBROUTINE CPL_RECV_OCN_SST | C | o Routine for receiving surface temperature from ocean | C | component. | C |==========================================================| C | This version talks to the MITgcm general circulation | C | model. | C \==========================================================/ IMPLICIT NONE C == Global variables == #include "OCNSIZE.h" #include "OCNVARS.h" #include "OCNIDS.h" C == Routine arguments == C == Local variables == CEndOfInterface C Receive sea surface temperature CALL COUPRECV_R8TILES( ocnCompName, ocnSSTName, Nx_ocn, Ny_ocn, & SST_ocn ) RETURN END