/[MITgcm]/MITgcm/model/src/ini_depths.F
ViewVC logotype

Diff of /MITgcm/model/src/ini_depths.F

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

revision 1.18 by adcroft, Tue Dec 15 00:20:34 1998 UTC revision 1.19 by adcroft, Wed May 5 18:32:34 1999 UTC
# Line 68  C          IF ( jG .EQ. nY ) H(i,j,bi,bj Line 68  C          IF ( jG .EQ. nY ) H(i,j,bi,bj
68         ENDDO         ENDDO
69        ELSE        ELSE
70         _BEGIN_MASTER( myThid )         _BEGIN_MASTER( myThid )
71         CALL READ_FLD_XY_RS( bathyFile, ' ', H, 0, myThid )  C Read the bathymetry using the mid-level I/O pacakage read_write_rec
72    C The 0 is the "iteration" argument. The 1 is the record number.
73           CALL READ_REC_XY_RS( bathyFile, H, 1, 0, myThid )
74    C Read the bathymetry using the mid-level I/O pacakage read_write_fld
75    C The 0 is the "iteration" argument. The ' ' is an empty suffix
76    C      CALL READ_FLD_XY_RS( bathyFile, ' ', H, 0, myThid )
77    C Read the bathymetry using the low-level I/O package
78    C      CALL MDSREADFIELD( bathyFile, readBinaryPrec,
79    C    &                    'RS', 1, H, 1, myThid )
80         _END_MASTER(myThid)         _END_MASTER(myThid)
81        ENDIF        ENDIF
82                

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22