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
  • ../trunk-jpl/test/MITgcm/coupling_rules.txt

     
    33*
    44>>>> CREATE A FILE WITH ALL THE NAMES AND TAGS FOR THE INFORMATION EXCHANGE INCLUDING:
    55CouplingTime           1           Real*8  10001000
    6 IceModelTime           1           Real*8  IceTimeTag
    7 OceanModelTime         1           Real*8  OceanTimeTag
    8 Nx                     1           Integer 10001001
    9 Ny                     1           Integer 10001002
    10 xC                     Nx*Ny       Real*8  10001003
    11 yC                     Nx*Ny       Real*8  10001004
     6IceModelTime           1           Real*8  10001001
     7OceanModelTime         1           Real*8  10001002
     8Nx                     1           Integer 10001003
     9Ny                     1           Integer 10001004
     10xC                     Nx*Ny       Real*8  10001005
     11yC                     Nx*Ny       Real*8  10001006
     12IceBase                Nx*Ny       Real*8  10001007
     13OceanMelt              Nx*Ny       Real*8  10001008
    1214
    1315>>>> INITIALIZATION FROM SCRATCH
    1416
    1517Initialization (CouplingTime=0)
    16 1. MITgcm sends grid size (NX and NY) and grid coordinates of
     181. ISSM sends CouplingTime for the interval at which we couple
     192. ISSM sends ice model time IceTimeTag
     203. MITgcm sends ocean model time OceanTimeTag
     214. MITgcm sends grid size (NX and NY) and grid coordinates of
    1722   center of cells (longitude -180 <= XC < 180 and latitude YC)
    18 2. ISSM sends CouplingTime for the interval at which we couple
    19 3. ISSM sends ice model time IceTimeTag
    20 4. MITgcm sends ocean model time OceanTimeTag
    21 3. ISSM sends CouplingTime=0 base to MITgcm
    22 4. MITgcm integrates for CouplingTime=0:1
    23 5. MITgcm sends CouplingTime=0:1-time-mean melt rate to ISSM
     235. MITgcm integrates for CouplingTime=0:1
     246. MITgcm sends CouplingTime=0:1-time-mean melt rate to ISSM
    2425
    2526CouplingTime=1
    26271. ISSM sends ice model time IceTimeTag
Note: See TracBrowser for help on using the repository browser.