/[MITgcm]/MITgcm/pkg/fizhi/fizhi_init_fixed.F
ViewVC logotype

Diff of /MITgcm/pkg/fizhi/fizhi_init_fixed.F

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

revision 1.26 by molod, Wed Jun 1 18:08:02 2005 UTC revision 1.27 by molod, Tue Jun 14 18:14:21 2005 UTC
# Line 131  C Read dataset that contains topography Line 131  C Read dataset that contains topography
131         enddo         enddo
132         enddo         enddo
133    
134    C Finally, grab unit numbers for reading sst and sea ice
135    C   (held in common block fizhi ocean coms)
136    
137           call mdsfindunit( kice, myThid )
138           open(kice)
139           call mdsfindunit( ksst, myThid )
140           open(ksst)
141    
142         return         return
143         end         end

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

  ViewVC Help
Powered by ViewVC 1.1.22