/[MITgcm]/MITgcm/pkg/seaice/SEAICE_GRID.h
ViewVC logotype

Contents of /MITgcm/pkg/seaice/SEAICE_GRID.h

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


Revision 1.9 - (show annotations) (download)
Sun Apr 17 00:25:46 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57m_post, checkpoint57v_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint57y_post, checkpoint57x_post, checkpoint57h_post, checkpoint57y_pre, checkpoint57o_post, checkpoint57r_post, checkpoint57k_post, checkpoint57i_post, checkpoint58, checkpoint57h_done, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint57l_post
Changes since 1.8: +5 -1 lines
File MIME type: text/plain
 o fix mnc flags in pkg/seaice so that they are "owned" by seaice,
   not mnc -- this mistake was found by JMC and is now corrected

1 C $Header: /u/gcmpack/MITgcm/pkg/seaice/SEAICE_GRID.h,v 1.8 2004/12/27 20:34:11 dimitri Exp $
2 C $Name: $
3
4 C /==========================================================\
5 C | SEAICE_GRID.h |
6 C | o Sea ice model grid parameters. |
7 C \==========================================================/
8 C
9 C TNGTICE - tan(phi) at the B-grid cell center
10 C TNGICE - tan(phi) at the south-west corner of the B-grid cell
11 C CSTICE - cos(phi) at the B-grid cell center
12 C CSUICE - cos(phi) at south-west corner of the B-grid cell
13 C SINEICE - sin(phi) at south-west corner of the B-grid cell
14 C DXTICE - Cell face separation in X thru B-grid cell center
15 C DYTICE - Cell face separation in Y thru B-grid cell center
16 C DXUICE - Separation in X with the south-west corner at the center
17 C DYUICE - Separation in Y with the south-west corner at the center
18 C
19 C | e e
20 C | t t
21 C | c c
22 C | |<------dxuice(i=2)--------->|
23 C | uv---------------------uv--------------etc...
24 C | | |
25 C | | |
26 C | | |
27 C | | B-grid cell (h) |
28 C | | |
29 C | |<--dxtice(i=1)-------->| (h)
30 C | | |
31 C | | |
32 C | | |
33 C | | |
34 C | | |
35 C | uv---------------------uv--------------etc...
36 C | | |
37 C
38 _RL TNGTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
39 _RL TNGICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
40 _RL CSTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
41 _RL CSUICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
42 _RL RECIP_CSTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
43 _RL RECIP_CSUICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
44 _RL SINEICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
45 _RL DXTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
46 _RL DXUICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
47 _RL DYTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
48 _RL DYUICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
49
50 COMMON/SEAICE_GRID/ TNGTICE, TNGICE, CSTICE, CSUICE, SINEICE,
51 & RECIP_CSTICE, RECIP_CSUICE,
52 & DXTICE, DXUICE, DYTICE, DYUICE
53
54 CEH3 ;;; Local Variables: ***
55 CEH3 ;;; mode:fortran ***
56 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22