Changeset 22707
- Timestamp:
- 04/23/18 20:54:45 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/coupling_rules.txt
r22706 r22707 22 22 I3. MITgcm sends grid coordinates of center of cells 23 23 (longitude -180 <= XC < 180 and latitude YC) 24 I4. ISSM sends ice model time IceTimeTag25 I5. MITgcm sends ocean model time OceanTimeTag26 I6. ISSM sends IceModelTime=0 base to MITgcm24 C1. ISSM sends ice model time IceTimeTag 25 C2. MITgcm sends ocean model time OceanTimeTag 26 C4. ISSM sends IceModelTime=0 base to MITgcm 27 27 (base should be 9999 in areas not covered by ice grid) 28 I7o. MITgcm integrates from OceanModelTime=028 C5o. MITgcm integrates from OceanModelTime=0 29 29 to OceanModelTime=CouplingTime 30 30 … … 68 68 N*CouplingTime <= OceanModelTime < (N+1)*CouplingTime 69 69 time-mean melt rate to ISSM 70 C4i. ISSM saves to restart files the IceModelTime=N state and70 Ti. ISSM saves to restart files the IceModelTime=N state and 71 71 the N*CouplingTime to (N+1)*CouplingTime mean melt rate 72 C4o. MITgcm saves to restart files72 To. MITgcm saves to restart files 73 73 the OceanModelTime=(N+1)*CouplingTime state 74 74 … … 88 88 I2. MITgcm sends grid size (NX and NY) 89 89 I3. MITgcm sends grid coordinates (XC and YC) 90 I4. ISSM sends ice model time IceTimeTag91 I5. MITgcm sends ocean model time OceanTimeTag92 I6. ISSM sends IceModelTime=N base to MITgcm93 I7i. ISSM integrates from IceModelTime=N*CouplingTime90 C1. ISSM sends ice model time IceTimeTag 91 C2. MITgcm sends ocean model time OceanTimeTag 92 C4. ISSM sends IceModelTime=N base to MITgcm 93 C5i. ISSM integrates from IceModelTime=N*CouplingTime 94 94 to IceModelTime=(N+1)*CouplingTime 95 I7o. MITgcm integrates from OceanModelTime=(N+1)*CouplingTime95 C5o. MITgcm integrates from OceanModelTime=(N+1)*CouplingTime 96 96 to OceanModelTime=(N+2)*CouplingTime 97 97
Note:
See TracChangeset
for help on using the changeset viewer.