/[MITgcm]/MITgcm/model/inc/FFIELDS.h
ViewVC logotype

Annotation of /MITgcm/model/inc/FFIELDS.h

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


Revision 1.2 - (hide annotations) (download)
Fri Apr 24 02:11:36 1998 UTC (26 years, 2 months ago) by cnh
Branch: MAIN
CVS Tags: redigm, checkpoint5, checkpoint4, checkpoint6, checkpoint1, checkpoint3, checkpoint2, kloop1, kloop2
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
$Id to $Header changes

1 cnh 1.2 C $Header: FFIELDS.h,v 1.1.1.1 1998/04/22 19:15:31 cnh Exp $
2 cnh 1.1 C
3     C /==========================================================\
4     C | FFIELDS.h |
5     C | o Model forcing fields |
6     C |==========================================================|
7     C | The arrays here will need changing and customising for a |
8     C | particular experiment. |
9     C \==========================================================/
10     C
11     C-- For a classical "gyre" type experiment just one term is needed.
12     C fu - Zonal velocity tendency term ( m/s^2 )
13     C fv - Meridional velocity tendency term ( m/s^2 )
14     COMMON /FFIELDS/ fu, fv
15     _RS fu (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
16     _RS fv (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22