/[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.3 - (hide annotations) (download)
Mon Jun 15 05:13:55 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint7
Branch point for: checkpoint7-4degree-ref
Changes since 1.2: +9 -4 lines
File MIME type: text/plain
Fairly coplete 4 degree global intercomparison
setup.
 Includes changes to make convective adjustment and hydrostatic
pressure correct as well as IO for climatological datasets

1 cnh 1.3 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/FFIELDS.h,v 1.2 1998/04/24 02:11:36 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 cnh 1.3 C thetaClim - Temperature climatology. Used in relaxation
15     C surface bc.
16     C saltClim - Salinty climatology
17     COMMON /FFIELDS/ fu, fv, thetaClim, saltClim
18     _RS fu (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
19     _RS fv (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
20     _RS thetaClim(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)
21     _RS saltClim (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22