/[MITgcm]/MITgcm/pkg/cost/cost_test.F
ViewVC logotype

Diff of /MITgcm/pkg/cost/cost_test.F

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

revision 1.5 by heimbach, Sat Jul 13 03:01:39 2002 UTC revision 1.6 by heimbach, Fri Oct 10 22:43:28 2003 UTC
# Line 42  C     == Local variables Line 42  C     == Local variables
42        itlo = mybxlo(mythid)        itlo = mybxlo(mythid)
43        ithi = mybxhi(mythid)        ithi = mybxhi(mythid)
44    
45        iLocOut =  80        if ( useCubedSphereExchange) then
46        jLocOut =  30           iLocOut =  7
47        kLocOut =  1           jLocOut =  28
48             kLocOut =  1
49          else
50             iLocOut =  80
51             jLocOut =  30
52             kLocOut =  1
53          endif
54    
55  ce    some reference temperature  ce    some reference temperature
56        thetaRef = 24.0D0        thetaRef = 24.0D0

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22