/[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.3 - (show annotations) (download)
Sat Dec 28 10:11:11 2002 UTC (21 years, 6 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint47j_post, checkpoint48d_pre, checkpoint47f_post, checkpoint48d_post, checkpoint48a_post, checkpoint48e_post, checkpoint47i_post, checkpoint47h_post, checkpoint48c_post, checkpoint48, checkpoint47g_post, checkpoint48b_post, checkpoint48c_pre
Branch point for: c24_e25_ice, ecco-branch
Changes since 1.2: +30 -1 lines
File MIME type: text/plain
checkpoint47f_post
Merging from release1_p10:
o modifications for using pkg/exf with pkg/seaice
  - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
    and SEAICE_EXTERNAL_FLUXES
  - pkg/exf CPP options EXF_READ_EVAP and
    EXF_NO_BULK_COMPUTATIONS
  - usage examples are Experiments 8 and 9 in
    verification/lab_sea/README
  - verification/lab_sea default experiment now uses
    pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf

1 C $Header:
2
3 #ifdef ALLOW_SEAICE
4
5 C /==========================================================\
6 C | SEAICE_GRID.h |
7 C | o Sea ice model grid parameters. |
8 C \==========================================================/
9 C
10 C TNGTICE - tan(phi) at the B-grid cell center
11 C TNGICE - tan(phi) at the north-east corner of the B-grid cell
12 C CSTICE - cos(phi) at the B-grid cell center
13 C CSUICE - cos(phi) at north-east corner of the B-grid cell
14 C SINEICE - sin(phi) at north-east corner of the B-grid cell
15 C DXTICE - Cell face separation in X thru B-grid cell center
16 C DYTICE - Cell face separation in Y thru B-grid cell center
17 C DXUICE - Separation in X with the north-east corner at the center
18 C DYUICE - Separation in Y with the north-east corner at the center
19 C
20 C | e e
21 C | t t
22 C | c c
23 C | |<------dxuice(i=1)--------->|
24 C | uv---------------------uv--------------etc...
25 C | | |
26 C | | |
27 C | | |
28 C | | B-grid cell (h) |
29 C | | |
30 C | |<--dxtice(i=1)-------->| (h)
31 C | | |
32 C | | |
33 C | | |
34 C | | |
35 C | | |
36 C | uv---------------------uv--------------etc...
37 C | | |
38 C
39 _RL TNGTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
40 _RL TNGICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
41 _RL CSTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
42 _RL CSUICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
43 _RL SINEICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
44 _RL DXTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
45 _RL DXUICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
46 _RL DYTICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
47 _RL DYUICE (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
48
49 COMMON/SEAICE_GRID/ TNGTICE, TNGICE, CSTICE, CSUICE, SINEICE,
50 & DXTICE, DXUICE, DYTICE, DYUICE
51
52 #endif ALLOW_SEAICE

  ViewVC Help
Powered by ViewVC 1.1.22