Changeset 22442 for issm/trunk-jpl/test/MITgcm
- Timestamp:
- 02/21/18 14:12:15 (7 years ago)
- Location:
- issm/trunk-jpl/test/MITgcm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm
-
Property svn:ignore
set to
install
-
Property svn:ignore
set to
-
issm/trunk-jpl/test/MITgcm/build
-
Property svn:ignore
set to
mitgcmuv
*.c
*.F
*.for
*.h
f90mkdepend.log
genmake.log
Makefile*
-
Property svn:ignore
set to
-
issm/trunk-jpl/test/MITgcm/coupling_rules.txt
r22436 r22442 2 2 3 3 * 4 5 >>>> INITIALIZATION FROM SCRATCH 6 7 CouplingTime=0 8 1. ISSM sends CouplingTime=0 bed to MITgcm 9 2. MITgcm integrates for CouplingTime=0:1 10 11 CouplingTime=1 12 1. MITgcm sends time-mean melt rate for CouplingTime=0:1 to ISSM 13 2. ISSM sends CouplingTime=0 bed to MITgcm (it's duplicate of above) 14 3. ISSM integrates for CouplingTime=0:1 15 4. MITgcm integrates for CouplingTime=1:2 16 17 CouplingTime=2 18 1. MITgcm sends time-mean melt rate for CouplingTime=1:2 to ISSM 19 2. ISSM sends CouplingTime=1 bed to MITgcm 20 3. ISSM integrates for CouplingTime=1:2 21 4. MITgcm integrates for CouplingTime=2:3 22 23 ... 24 25 CouplingTime=N-1 26 1. MITgcm sends time-mean melt rate for CouplingTime=(N-2):(N-1) to ISSM 27 2. ISSM sends CouplingTime=N-2 bed to MITgcm 28 3. ISSM integrates for CouplingTime=(N-2):(N-1) 29 4. MITgcm integrates for CouplingTime=(N-1):N 30 31 CouplingTime=N (restart files are saved here) 32 1. MITgcm sends time-mean melt rate for CouplingTime=(N-1):N to ISSM 33 2. MITgcm saves CouplingTime=N MITgcm state 34 3. ISSM saves CouplingTime=N-1 ISSM state and CouplingTime=(N-1):N melt rate 35 36 37 >>>> RESTART FROM SAVED STATE 38 39 CouplingTime=N 40 1. ISSM sends CouplingTime=N-1 bed to MITgcm 41 2. ISSM integrates for CouplingTime=(N-1):N 42 3. MITgcm integrates for CouplingTime=N:(N+1) 43 44 CouplingTime=N+1 45 1. MITgcm sends time-mean melt rate for CouplingTime=N:(N+1) to ISSM 46 2. ISSM sends CouplingTime=N bed to MITgcm 47 3. ISSM integrates for CouplingTime=N:(N+1) 48 4. MITgcm integrates for CouplingTime=(N+1):(N+2) 49 50 ...
Note:
See TracChangeset
for help on using the changeset viewer.