source: issm/oecreview/Archive/21724-22754/ISSM-22461-22462.diff@ 22755

Last change on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 2.0 KB
RevLine 
[22755]1Index: ../trunk-jpl/test/MITgcm/coupling_rules.txt
2===================================================================
3--- ../trunk-jpl/test/MITgcm/coupling_rules.txt (revision 22461)
4+++ ../trunk-jpl/test/MITgcm/coupling_rules.txt (revision 22462)
5@@ -3,24 +3,25 @@
6 *
7 >>>> CREATE A FILE WITH ALL THE NAMES AND TAGS FOR THE INFORMATION EXCHANGE INCLUDING:
8 CouplingTime 1 Real*8 10001000
9-IceModelTime 1 Real*8 IceTimeTag
10-OceanModelTime 1 Real*8 OceanTimeTag
11-Nx 1 Integer 10001001
12-Ny 1 Integer 10001002
13-xC Nx*Ny Real*8 10001003
14-yC Nx*Ny Real*8 10001004
15+IceModelTime 1 Real*8 10001001
16+OceanModelTime 1 Real*8 10001002
17+Nx 1 Integer 10001003
18+Ny 1 Integer 10001004
19+xC Nx*Ny Real*8 10001005
20+yC Nx*Ny Real*8 10001006
21+IceBase Nx*Ny Real*8 10001007
22+OceanMelt Nx*Ny Real*8 10001008
23
24 >>>> INITIALIZATION FROM SCRATCH
25
26 Initialization (CouplingTime=0)
27-1. MITgcm sends grid size (NX and NY) and grid coordinates of
28+1. ISSM sends CouplingTime for the interval at which we couple
29+2. ISSM sends ice model time IceTimeTag
30+3. MITgcm sends ocean model time OceanTimeTag
31+4. MITgcm sends grid size (NX and NY) and grid coordinates of
32 center of cells (longitude -180 <= XC < 180 and latitude YC)
33-2. ISSM sends CouplingTime for the interval at which we couple
34-3. ISSM sends ice model time IceTimeTag
35-4. MITgcm sends ocean model time OceanTimeTag
36-3. ISSM sends CouplingTime=0 base to MITgcm
37-4. MITgcm integrates for CouplingTime=0:1
38-5. MITgcm sends CouplingTime=0:1-time-mean melt rate to ISSM
39+5. MITgcm integrates for CouplingTime=0:1
40+6. MITgcm sends CouplingTime=0:1-time-mean melt rate to ISSM
41
42 CouplingTime=1
43 1. ISSM sends ice model time IceTimeTag
Note: See TracBrowser for help on using the repository browser.