/[MITgcm]/MITgcm/pkg/mnc/mnc_init.F
ViewVC logotype

Diff of /MITgcm/pkg/mnc/mnc_init.F

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

revision 1.6 by edhill, Tue Jan 27 05:47:32 2004 UTC revision 1.7 by edhill, Thu Jan 29 05:30:37 2004 UTC
# Line 36  C     Write blanks or zeros to all the n Line 36  C     Write blanks or zeros to all the n
36        ENDDO        ENDDO
37    
38        DO g = 1,MNC_MAX_ID        DO g = 1,MNC_MAX_ID
39          mnc_cw_names(g)(1:MNC_MAX_CHAR) = blank(1:MNC_MAX_CHAR)          mnc_cw_gname(g)(1:MNC_MAX_CHAR) = blank(1:MNC_MAX_CHAR)
40          mnc_cw_ndim(g) = 0          mnc_cw_ndim(g) = 0
41          DO i = 1,MNC_CW_MAX_I          DO i = 1,MNC_CW_MAX_I
42            mnc_cw_dn(i,g)(1:MNC_MAX_CHAR) = blank(1:MNC_MAX_CHAR)            mnc_cw_dn(i,g)(1:MNC_MAX_CHAR) = blank(1:MNC_MAX_CHAR)

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

  ViewVC Help
Powered by ViewVC 1.1.22