C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/ESMF/global_ocean.128x64x15/code/ocn_import_fwflux.F,v 1.1.1.1 2004/02/15 22:28:20 cnh Exp $ C $Name: $ #include "CPP_OPTIONS.h" CStartOfInterface SUBROUTINE OCN_IMPORT_FWFLUX( myThid ) C /==========================================================\ C | SUBROUTINE OCN_IMPORT_FWFLUX | C | o Routine for importing fresh water flux into ocean | C | component from coupling layer. | C |==========================================================| C | This version talks to the MIT Coupler. It uses the | C | MIT Coupler "checkpoint 1" library calls. | C \==========================================================/ IMPLICIT NONE C == Global variables == #include "SIZE.h" #include "EEPARAMS.h" #include "OCNIDS.h" #include "OCNCPL.h" C == Routine arguments == C myThid - Thread number for this instance of the routine INTEGER myThid CEndOfInterface C Receive fresh water flux from coupling layer. C Data is already interpolated onto ocean model grid by coupling layer C CALL COMPRECV_R8TILES( ocnFWFluxName, C I sNx, OLx, sNy, OLy, 1, nSx, nSy, C O FWFlux ) RETURN END