/[MITgcm]/MITgcm_contrib/MPMice/beaufort/input/CPL_README.txt
ViewVC logotype

Annotation of /MITgcm_contrib/MPMice/beaufort/input/CPL_README.txt

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


Revision 1.1 - (hide annotations) (download)
Sun May 31 03:49:53 2009 UTC (16 years, 2 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
adding readme files, matlab files, and data* files

1 dimitri 1.1 Initialization (myTime .EQ. startTime in MITgcm)
2    
3     ===> Ocean Sends/ Ice Receives (fields that are sent only once)
4     deltatimestep 1 Real*8 TimeIntervalTag
5     grid dimensions (Nx,Ny) 2 Integer OceanGridsizeTag
6     (grid locations - later?)
7     ice area Nx*Ny Real*8 AreaTag
8     ice thickness Nx*Ny Real*8 HeffTag
9     ice salinity Nx*Ny Real*8 HsaltTag
10     snow thickness Nx*Ny Real*8 HsnowTag
11    
12     ===> Ocean Sends/ Ice Receives
13     ocean model time 1 Real*8 OceanTimeTag
14     boundary ice area 2*(Nx+Ny)-4 Real*8 AreaBcTag
15     boundary ice thickness 2*(Nx+Ny)-4 Real*8 HeffBcTag
16     boundary ice salinity 2*(Nx+Ny)-4 Real*8 HsaltBcTag
17     boundary snow thickness 2*(Nx+Ny)-4 Real*8 HsnowBcTag
18     boundary u ice 2*(Nx+Ny)-6 Real*8 UiceBcTag
19     boundary v ice 2*(Nx+Ny)-6 Real*8 ViceBcTag
20     u-wind velocity Nx*Ny Real*8 UwindTag
21     v-wind velocity Nx*Ny Real*8 VwindTag
22     downward longwave radiation Nx*Ny Real*8 LwDownTag
23     downward shortwave radiation Nx*Ny Real*8 SwDownTag
24     air temperature Nx*Ny Real*8 AtempTag
25     humidity Nx*Ny Real*8 AqhTag
26     precipitation Nx*Ny Real*8 PrecipTag
27     ocean surface temperature Nx*Ny Real*8 SstTag
28     surface u current Nx*Ny Real*8 UvelTag
29     surface v current Nx*Ny Real*8 VvelTag
30    
31     ===> Ice Sends/Ocean Receives
32     ice model time 1 Real*8 IceTimeTag
33     ice area Nx*Ny Real*8 AreaTag (initial ice area)
34     ice thickness Nx*Ny Real*8 HeffTag (initial ice thickness)
35     ice salinity Nx*Ny Real*8 HsaltTag (initial ice salinity)
36     snow thickness Nx*Ny Real*8 HsnowTag (initial snow thickness)
37     u surface stress Nx*Ny Real*8 UstressTag (surface v current)
38     v surface stress Nx*Ny Real*8 VstressTag (array of 2)
39     residual shortwave Nx*Ny Real*8 SwResidTag (array of 1)
40     heat flux Nx*Ny Real*8 HeatFluxTag (array of 1)
41     freshwater flux Nx*Ny Real*8 WaterFluxTag (array of 1)
42     salt flux Nx*Ny Real*8 SaltFluxTag (array of 1)
43    
44     =====================================
45    
46     Each deltatimestep:
47    
48     ===> Ocean Sends/Ice Receives
49     ocean model time 1 Real*8 OceanTimeTag
50     boundary ice area 2*(Nx+Ny)-4 Real*8 AreaBcTag
51     boundary ice thickness 2*(Nx+Ny)-4 Real*8 HeffBcTag
52     boundary ice salinity 2*(Nx+Ny)-4 Real*8 HsaltBcTag
53     boundary snow thickness 2*(Nx+Ny)-4 Real*8 HsnowBcTag
54     boundary u ice 2*(Nx+Ny)-6 Real*8 UiceBcTag
55     boundary v ice 2*(Nx+Ny)-6 Real*8 ViceBcTag
56     u-wind velocity Nx*Ny Real*8 UwindTag
57     v-wind velocity Nx*Ny Real*8 VwindTag
58     downward longwave radiation Nx*Ny Real*8 LwDownTag
59     downward shortwave radiation Nx*Ny Real*8 SwDownTag
60     air temperature Nx*Ny Real*8 AtempTag
61     humidity Nx*Ny Real*8 AqhTag
62     precipitation Nx*Ny Real*8 PrecipTag
63     ocean surface temperature Nx*Ny Real*8 SstTag
64     surface u current Nx*Ny Real*8 UvelTag
65     surface v current Nx*Ny Real*8 VvelTag
66    
67     ===> Ice Sends/Ocean Receives
68     ice model time 1 Real*8 IceTimeTag
69     ice area Nx*Ny Real*8 AreaTag
70     ice thickness Nx*Ny Real*8 HeffTag
71     ice salinity Nx*Ny Real*8 HsaltTag
72     snow thickness Nx*Ny Real*8 HsnowTag
73     u surface stress Nx*Ny Real*8 UstressTag
74     v surface stress Nx*Ny Real*8 VstressTag
75     residual shortwave Nx*Ny Real*8 SwResidTag
76     heat flux Nx*Ny Real*8 HeatFluxTag
77     freshwater flux Nx*Ny Real*8 WaterFluxTag
78     salt flux Nx*Ny Real*8 SaltFluxTag
79    
80     =====================================
81    
82     DETAILS:
83    
84    
85    
86     1. start and initialize ocean + ice codes
87    
88     ===========================================================
89    
90     2. ocean sends
91    
92     deltatimestep
93    
94     ocean model time "myTime" (s)
95    
96     Then on tracer grid:
97    
98     grid information + landmask TBD
99    
100     initial ice area (fractional: 0-1) at the tracer points
101     C AREA - fractional ice-covered area in m^2/m^2
102     C at center of grid, i.e., tracer point
103     C 0 is no cover, 1 is 100% cover
104    
105     initial ice thickness (mean thickness in the grid box in m)
106     actual thickness for single-class ice would be thickness/area
107     at the tracer points
108     C HEFF - effective ice thickness in m
109     C at center of grid, i.e., tracer point
110     C note: for non-zero AREA, actual ice
111     C thickness is HEFF / AREA
112    
113     initial snow thickness (mean thickness, m) at the tracer points
114     C HSNOW - effective snow thickness in m
115     C at center of grid, i.e., tracer point
116     C note: for non-zero AREA, actual snow
117     C thickness is HSNOW / AREA
118    
119     initial ice salinity at the tracer points
120     C HSALT - effective sea ice salinity in g/m^2
121     C at center of grid, i.e., tracer point
122    
123     open boundary u-ice velocity
124     specified at the inside edge of the outer grid cells
125     southwest C-grid locations for normal component and at the
126     southwest C-grid locations for tangential
127     C UICE - zonal ice velocity in m/s at South-West B-grid
128     C (or C-grid #ifdef SEAICE_CGRID) U point
129     C >0 from West to East
130    
131     open boundary v-ice velocity
132     specified at the inside edge of the outer grid cells
133     southwest C-grid locations for normal component and at the
134     southwest C-grid locations for tangential
135     C VICE - meridional ice velocity in m/s at South-West B-grid
136     C (or C-grid #ifdef SEAICE_CGRID) V point
137     C >0 from South to North
138     C note: the South-West B-grid U and V points are on
139     C the lower, left-hand corner of each grid cell
140    
141     10-m u-wind at the tracer points
142     c uwind :: Surface (10-m) zonal wind velocity in m/s
143     c > 0 for increase in uVel, which is west to
144     c east for cartesian and spherical polar grids
145     c Typical range: -10 < uwind < 10
146     c Input or input/output field
147    
148     10-m v-wind at the tracer points
149     c vwind :: Surface (10-m) meridional wind velocity in m/s
150     c > 0 for increase in vVel, which is south to
151     c north for cartesian and spherical polar grids
152     c Typical range: -10 < vwind < 10
153     c Input or input/output field
154    
155     downward longwave at the tracer points
156     c lwdown :: Downward longwave radiation in W/m^2
157     c > 0 for increase in theta (ocean warming)
158     c Typical range: 50 < lwdown < 450
159     c Input/output field
160    
161     downward shortwave at the tracer points
162     c swdown :: Downward shortwave radiation in W/m^2
163     c > 0 for increase in theta (ocean warming)
164     c Typical range: 0 < swdown < 450
165     c Input/output field
166    
167     2-m air temperature at the tracer points
168     c atemp :: Surface (2-m) air temperature in deg K
169     c Typical range: 200 < atemp < 300
170     c Input or input/output field
171    
172     2-m humidity at the tracer points
173     c aqh :: Surface (2m) specific humidity in kg/kg
174     c Typical range: 0 < aqh < 0.02
175     c Input or input/output field
176    
177     precipitation at the tracer points
178     c precip :: Precipitation in m/s
179     c > 0 for decrease in salt (ocean salinity)
180     c Typical range: 0 < precip < 5e-7
181     c Input or input/output field
182    
183     sea surface temperature at the tracer points
184     C theta - potential temperature (oC, held at pressure/tracer point)
185    
186     sea surface u-vel
187     C uVel - zonal velocity (m/s, i=1 held at western face)
188     at southwest c-grid locations
189    
190     sea surface v-vel
191     C vVel - meridional velocity (m/s, j=1 held at southern face)
192     at southwest c-grid locations
193    
194     ===========================================================
195    
196     3. ice receives 2., computes initial ice conditions and sends on tracer grid
197    
198     ice model time (s)
199     ice area at tracer point
200     ice thickness at tracer point
201     ice salinity at tracer point
202     snow thickness at tracer point
203     u-stress under ice at southwest b-grid locations
204     v-stress under ice at southwest b-grid locations
205     residual shortwave under ice at tracer point
206     heat flux (less shortwave) at tracer point
207     freshwater flux at tracer point
208     salt flux at tracer point
209    
210     ===========================================================
211    
212     4a. ice model steps forward by deltatimestep
213     initially hardwired to 20 minutes
214    
215     4b. ocean model receives 3. and steps forward by deltatimestep
216     initially hardwired to 20 minutes
217    
218     ===========================================================
219    
220     5a. ocean sends on tracer grid
221     timestep
222     open boundary ice area at tracer point
223     open boundary ice thickness at tracer point
224     open boundary snow thickness at tracer point
225     open boundary ice salinity at tracer point
226     open boundary u-ice velocity (see 2.)
227     open boundary v-ice velocity (see 2.)
228     10-m u-wind (see 2.)
229     10-m v-wind (see 2.)
230     downward longwave (see 2.)
231     downward shortwave (see 2.)
232     2-m air temperature (see 2.)
233     2-m humidity (see 2.)
234     precipitation (see 2.)
235     sea surface temperature (see 2.)
236     sea surface u-vel (see 2.)
237     sea surface v-vel (see 2.)
238    
239     ===========================================================
240    
241     5b. ice sends on tracer grid
242    
243     ice model time (s)
244     ice area at tracer point
245     ice thickness at tracer point
246     ice salinity at tracer point
247     snow thickness at tracer point
248     u-stress under ice at southwest b-grid locations
249     v-stress under ice at southwest b-grid locations
250     residual shortwave under ice at tracer point
251     heat flux (less shortwave) at tracer point
252     freshwater flux at tracer point
253     salt flux at tracer point
254    
255     ===========================================================
256    
257     6a. ocean model receives 5b. and steps forward by deltatimestep
258     initially hardwired to 20 minutes
259    
260     6b. ice model receives 5a. steps forward by deltatimestep
261     initially hardwired to 20 minutes
262    
263     ===========================================================
264    
265     LOOP to 5a. and 5b.

  ViewVC Help
Powered by ViewVC 1.1.22