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

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

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

revision 1.9 by edhill, Fri Mar 10 05:50:23 2006 UTC revision 1.11 by mlosch, Thu May 22 12:21:19 2008 UTC
# Line 29  C     \end{equation} Line 29  C     \end{equation}
29    
30  C     !USES:  C     !USES:
31        implicit none        implicit none
32  #include "mnc_common.h"  #include "MNC_COMMON.h"
33  #include "EEPARAMS.h"  #include "EEPARAMS.h"
34    
35  C     !INPUT PARAMETERS:  C     !INPUT PARAMETERS:
# Line 69  C     Check that this name is not alread Line 69  C     Check that this name is not alread
69          mnc_cw_fgud(indfg) = mnc_cw_fgud(indfg) + 1          mnc_cw_fgud(indfg) = mnc_cw_fgud(indfg) + 1
70          RETURN          RETURN
71        ENDIF        ENDIF
72        write(msgbuf,'(3a,i,a)')        write(msgbuf,'(3a,i10,a)')
73       &     'MNC_CW_SET_UDIM ERROR: for file group name ''',       &     'MNC_CW_SET_UDIM ERROR: for file group name ''',
74       &     fgname(fgf:fgl), ''' the unlim dim ''', nudim,       &     fgname(fgf:fgl), ''' the unlim dim ''', nudim,
75       &     ''' is not allowed'       &     ''' is not allowed'
# Line 95  C     unlimited (or record) dimension. Line 95  C     unlimited (or record) dimension.
95    
96  C     !USES:  C     !USES:
97        implicit none        implicit none
98  #include "mnc_common.h"  #include "MNC_COMMON.h"
99  #include "EEPARAMS.h"  #include "EEPARAMS.h"
100    
101  C     !INPUT PARAMETERS:  C     !INPUT PARAMETERS:

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22