/[MITgcm]/MITgcm_contrib/ESMF/global_ocean.128x60x15/code/ocn_import_vvelground.F
ViewVC logotype

Annotation of /MITgcm_contrib/ESMF/global_ocean.128x60x15/code/ocn_import_vvelground.F

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


Revision 1.1 - (hide annotations) (download)
Tue Mar 30 03:58:58 2004 UTC (21 years, 4 months ago) by cnh
Branch: MAIN
CVS Tags: adoption_1_0_pre_A, HEAD
New test with different size

1 cnh 1.1 C $Header: /u/gcmpack/MITgcm_contrib/ESMF/global_ocean.128x64x15/code/ocn_import_vvelground.F,v 1.1.1.1 2004/02/15 22:28:18 cnh Exp $
2     C $Name: $
3    
4     #include "CPP_OPTIONS.h"
5    
6     CStartOfInterface
7     SUBROUTINE OCN_IMPORT_VVELGROUND( myThid )
8     C /==========================================================\
9     C | SUBROUTINE OCN_IMPORT_VVELGROUND |
10     C | o Routine for importing meridional wind speed. |
11     C |==========================================================|
12     C | This version talks to the MIT Coupler. It uses the |
13     C | MIT Coupler "checkpoint 1" library calls. |
14     C \==========================================================/
15     IMPLICIT NONE
16    
17     C == Global variables ==
18     #include "SIZE.h"
19     #include "EEPARAMS.h"
20     #include "OCNIDS.h"
21     #include "OCNCPL.h"
22    
23     C == Routine arguments ==
24     C myThid - Thread number for this instance of the routine
25     INTEGER myThid
26     CEndOfInterface
27    
28     C Receive atmos. model meridional wind speed.
29     C Already interpolated ointo ocean model grid by coupling layer.
30     C CALL COMPRECV_R8TILES( ocnvVelGroundName,
31     C I sNx, OLx, sNy, OLy, 1, nSx, nSy,
32     C O vVelGround )
33    
34     RETURN
35     END

  ViewVC Help
Powered by ViewVC 1.1.22