/[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.3 by edhill, Mon Mar 29 03:33:51 2004 UTC revision 1.4 by edhill, Fri Apr 2 16:12:48 2004 UTC
# Line 4  C $Name$ Line 4  C $Name$
4  #include "MNC_OPTIONS.h"  #include "MNC_OPTIONS.h"
5                
6  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
7  CBOP  CBOP 0
8  C !ROUTINE: MNC_CW_SET_UDIM  C !ROUTINE: MNC_CW_SET_UDIM
9    
10  C !INTERFACE:  C !INTERFACE:
# Line 15  C !INTERFACE: Line 15  C !INTERFACE:
15    
16  C     !DESCRIPTION:  C     !DESCRIPTION:
17  C     For a specified file group name, set the size of the NetCDF  C     For a specified file group name, set the size of the NetCDF
18  C     unlimited (or record) dimension.  C     unlimited (or record) dimension.  The options are:
19          C     \begin{equation}
20    C       \label{eq:yo}
21    C       \mbox{\bf nudim} = \left\{
22    C         \begin{array}[htb]{cl}
23    C           >0,  &  \mbox{\small use the specified value} \\
24    C           0,   &  \mbox{\small use the largest currently defined value} \\
25    C           -1,  &  \mbox{\small increment the largest value and then use it} \\
26    C         \end{array}
27    C         \right.
28    C     \end{equation}
29    
30  C     !USES:  C     !USES:
31        implicit none        implicit none
32  #include "mnc_common.h"  #include "mnc_common.h"
# Line 25  C     !USES: Line 35  C     !USES:
35  C     !INPUT PARAMETERS:  C     !INPUT PARAMETERS:
36        integer nudim, myThid        integer nudim, myThid
37        character*(*) fgname        character*(*) fgname
38    CEOP
39    
40  C     !LOCAL VARIABLES:  C     !LOCAL VARIABLES:
41        integer fgf,fgl, indfg        integer fgf,fgl, indfg
42        character*(MAX_LEN_MBUF) msgbuf        character*(MAX_LEN_MBUF) msgbuf
43  CEOP  
44  C     Functions  C     Functions
45        integer IFNBLNK, ILNBLNK        integer IFNBLNK, ILNBLNK
46    
# Line 48  C     Check that this name is not alread Line 59  C     Check that this name is not alread
59        END        END
60    
61  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
62  CBOP  CBOP 0
63  C !ROUTINE: MNC_CW_GET_UDIM  C !ROUTINE: MNC_CW_GET_UDIM
64    
65  C !INTERFACE:  C !INTERFACE:
# Line 69  C     !USES: Line 80  C     !USES:
80  C     !INPUT PARAMETERS:  C     !INPUT PARAMETERS:
81        integer nudim, myThid        integer nudim, myThid
82        character*(*) fgname        character*(*) fgname
83    CEOP
84    
85  C     !LOCAL VARIABLES:  C     !LOCAL VARIABLES:
86        integer fgf,fgl, indfg        integer fgf,fgl, indfg
87        character*(MAX_LEN_MBUF) msgbuf        character*(MAX_LEN_MBUF) msgbuf
88  CEOP  
89  C     Functions  C     Functions
90        integer IFNBLNK, ILNBLNK        integer IFNBLNK, ILNBLNK
91    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22