/[MITgcm]/MITgcm/pkg/mnc/mnc_cw_readwrite.template
ViewVC logotype

Diff of /MITgcm/pkg/mnc/mnc_cw_readwrite.template

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

revision 1.13 by edhill, Wed Mar 24 03:38:50 2004 UTC revision 1.30 by edhill, Fri Jun 24 19:43:52 2005 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 0
8    C !ROUTINE: MNC_CW_RX_W_S
9    
10        SUBROUTINE MNC_CW_RX_W_YY(  C !INTERFACE:
11          SUBROUTINE MNC_CW_RX_W_S(
12         I     stype,
13       I     fbname, bi,bj,       I     fbname, bi,bj,
14       I     vtype,       I     vtype,
15       I     var,       I     var,
16       I     myThid )       I     myThid )
17    
18    C     !DESCRIPTION:
19    C     A scalar version of MNC_CW_RX_W() for compilers that cannot
20    C     gracefully handle the conversion on their own.
21          
22    C     !USES:
23        implicit none        implicit none
24    
25    C     !INPUT PARAMETERS:
26          integer myThid, bi,bj
27          character*(*) stype, fbname, vtype
28          __V var
29          __V var_arr(1)
30    CEOP
31    
32          var_arr(1) = var
33          CALL MNC_CW_RX_W(stype,fbname,bi,bj,vtype, var_arr, myThid)
34    
35          RETURN
36          END
37    
38    C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
39    CBOP 0
40    C !ROUTINE: MNC_CW_RX_W
41    
42    C !INTERFACE:
43          SUBROUTINE MNC_CW_RX_W(
44         I     stype,
45         I     fbname, bi,bj,
46         I     vtype,
47         I     var,
48         I     myThid )
49    
50    C     !DESCRIPTION:
51    C     A scalar version of MNC_CW_RX_W() for compilers that cannot
52    C     gracefully handle the conversion on their own.
53          
54    C     !USES:
55          implicit none
56    
57    C     !INPUT PARAMETERS:
58          integer myThid, bi,bj
59          character*(*) stype, fbname, vtype
60          __V var(*)
61          INTEGER offsets(9)
62    CEOP
63          INTEGER i
64    
65          DO i = 1,9
66            offsets(i) = 0
67          ENDDO
68          CALL MNC_CW_RX_W_OFFSET(stype,fbname,bi,bj,vtype, var,
69         &     offsets, myThid)
70    
71          RETURN
72          END
73    
74    C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
75    CBOP 0
76    C !ROUTINE: MNC_CW_RX_W_OFFSET
77    
78    C !INTERFACE:
79          SUBROUTINE MNC_CW_RX_W_OFFSET(
80         I     stype,
81         I     fbname, bi,bj,
82         I     vtype,
83         I     var,
84         I     offsets,
85         I     myThid )
86    
87    C     !DESCRIPTION:
88    C     This subroutine writes one variable to a file or a file group,
89    C     depending upon the tile indicies.
90          
91    C     !USES:
92          implicit none
93  #include "netcdf.inc"  #include "netcdf.inc"
94  #include "mnc_common.h"  #include "mnc_common.h"
95  #include "SIZE.h"  #include "SIZE.h"
96    #include "MNC_SIZE.h"
97  #include "EEPARAMS.h"  #include "EEPARAMS.h"
98  #include "PARAMS.h"  #include "PARAMS.h"
99    #include "MNC_PARAMS.h"
100    
101  #define mnc_rtype_YY  C     !INPUT PARAMETERS:
102          integer myThid, bi,bj
103  C     Arguments        character*(*) stype, fbname, vtype
       integer myThid, bi,bj, indu  
       character*(*) fbname, vtype  
104        __V var(*)        __V var(*)
105          INTEGER offsets(*)
106    CEOP
107    
108  C     Functions  C     !LOCAL VARIABLES:
109        integer IFNBLNK, ILNBLNK        integer i,j,k, indv,nvf,nvl, n1,n2, igrid, ntot, indu
110          integer bis,bie, bjs,bje, uniq_tnum, nfname, iseq
111  C     Local Variables        integer fid, idv, indvids, ndim, indf, err
112        integer i,j,k, indv,nvf,nvl, n1,n2, igrid, ntot        integer lbi,lbj, bidim,bjdim, unlim_sz, kr
113        integer bis,bie, bjs,bje, uniq_tnum, nfname, fid, idv, indvids        integer p(9),s(9),e(9), dimnc(9)
114        integer ndim, indf, err, lbi,lbj, bidim,bjdim, unlim_sz, kr        integer vstart(9),vcount(9), udo(9)
       integer p(9),s(9),e(9), dimnc(9), vstart(9),vcount(9), udo(9)  
115        integer j1,j2,j3,j4,j5,j6,j7, k1,k2,k3,k4,k5,k6,k7        integer j1,j2,j3,j4,j5,j6,j7, k1,k2,k3,k4,k5,k6,k7
116        integer indfg, fg1,fg2, npath        integer indfg, fg1,fg2, npath
117        character*(MAX_LEN_MBUF) msgbuf        character*(MAX_LEN_MBUF) msgbuf
118        character*(MNC_MAX_CHAR) fname        character*(MNC_MAX_CHAR) fname
119        character*(MNC_MAX_CHAR) path_fname        character*(MNC_MAX_CHAR) path_fname
120          REAL*8  resh_d( MNC_MAX_BUFF )
121  C     Temporary storage for the simultaneous type conversion and        REAL*4  resh_r( MNC_MAX_BUFF )
122  C     re-shaping before passing to NetCDF        INTEGER resh_i( MNC_MAX_BUFF )
123  #ifdef  mnc_rtype_D  #ifdef HAVE_STAT
124        REAL*8  resh( sNx + 2*OLx + sNy + 2*OLy )        integer ntotenc, ncenc, nbytes, fs_isdone
125  #endif        character*(200) cenc
126  #ifdef  mnc_rtype_R        integer ienc(200)
127        REAL*4  resh( sNx + 2*OLx + sNy + 2*OLy )        REAL*8  fsnu
 #endif  
 #ifdef  mnc_rtype_I  
       INTEGER resh( sNx + 2*OLx + sNy + 2*OLy )  
128  #endif  #endif
129    
130    C     Functions
131          integer IFNBLNK, ILNBLNK
132    
133  C     Only do I/O if I am the master thread  C     Only do I/O if I am the master thread
134        _BEGIN_MASTER( myThid )        _BEGIN_MASTER( myThid )
135    
# Line 62  C     group (or base) name Line 140  C     group (or base) name
140        CALL MNC_GET_IND(MNC_MAX_ID, fbname, mnc_cw_fgnm, indfg, myThid)        CALL MNC_GET_IND(MNC_MAX_ID, fbname, mnc_cw_fgnm, indfg, myThid)
141        IF (indfg .LT. 1) THEN        IF (indfg .LT. 1) THEN
142          write(msgbuf,'(3a)')          write(msgbuf,'(3a)')
143       &       'MNC_CW_RX_W_YY ERROR: file group name ''',       &       'MNC_CW_RX_W ERROR: file group name ''',
144       &       fbname(fg1:fg2), ''' is not defined'       &       fbname(fg1:fg2), ''' is not defined'
145          CALL print_error(msgbuf, mythid)          CALL print_error(msgbuf, mythid)
146          STOP 'ABNORMAL END: S/R MNC_CW_RX_W_YY'          STOP 'ABNORMAL END: S/R MNC_CW_RX_W'
147        ENDIF        ENDIF
148        indu = mnc_cw_fgud(indfg)        indu = mnc_cw_fgud(indfg)
149          iseq = mnc_cw_fgis(indfg)
150    C     write(*,*) 'indu,iseq = ', indu, iseq
151    
152  C     Check that the Variable Type exists  C     Check that the Variable Type exists
153        nvf = IFNBLNK(vtype)        nvf = IFNBLNK(vtype)
154        nvl = ILNBLNK(vtype)        nvl = ILNBLNK(vtype)
155        CALL MNC_GET_IND(MNC_MAX_ID, vtype, mnc_cw_vname, indv, myThid)        CALL MNC_GET_IND(MNC_MAX_ID, vtype, mnc_cw_vname, indv, myThid)
156        IF (indv .LT. 1) THEN        IF (indv .LT. 1) THEN
157          write(msgbuf,'(3a)') 'MNC_CW_RX_W_YY ERROR: vtype ''',          write(msgbuf,'(3a)') 'MNC_CW_RX_W ERROR: vtype ''',
158       &       vtype(nvf:nvl), ''' is not defined'       &       vtype(nvf:nvl), ''' is not defined'
159          CALL print_error(msgbuf, mythid)          CALL print_error(msgbuf, mythid)
160          STOP 'ABNORMAL END: S/R MNC_CW_RX_W_YY'          STOP 'ABNORMAL END: S/R MNC_CW_RX_W'
161        ENDIF        ENDIF
162        igrid = mnc_cw_vgind(indv)        igrid = mnc_cw_vgind(indv)
163    
# Line 98  C     Set the bi,bj indicies Line 178  C     Set the bi,bj indicies
178        DO lbj = bjs,bje        DO lbj = bjs,bje
179          DO lbi = bis,bie          DO lbi = bis,bie
180    
181    #ifdef HAVE_STAT
182              fs_isdone = 0
183    #endif
184     10       CONTINUE
185    
186  C         Create the file name  C         Create the file name
187            CALL MNC_CW_GET_TILE_NUM(lbi,lbj, uniq_tnum, myThid)            CALL MNC_CW_GET_TILE_NUM(lbi,lbj, uniq_tnum, myThid)
188            fname(1:MNC_MAX_CHAR) = mnc_blank_name(1:MNC_MAX_CHAR)            fname(1:MNC_MAX_CHAR) = mnc_blank_name(1:MNC_MAX_CHAR)
# Line 107  C         Create the file name Line 192  C         Create the file name
192            fname(1:ntot) = fbname(n1:n2)            fname(1:ntot) = fbname(n1:n2)
193            ntot = ntot + 1            ntot = ntot + 1
194            fname(ntot:ntot) = '.'            fname(ntot:ntot) = '.'
195            write(fname((ntot+1):(ntot+9)),'(i6.6,a3)') uniq_tnum, '.nc'            write(fname((ntot+1):(ntot+14)),'(i4.4,a1,i6.6,a3)')
196            nfname = ntot+9       &         iseq,'.',uniq_tnum, '.nc'
197              nfname = ntot + 14
198    
199  C         Add the path to the file name  C         Add the path to the file name
200            IF (mnc_use_outdir) THEN            IF (mnc_use_outdir) THEN
# Line 121  C         Add the path to the file name Line 207  C         Add the path to the file name
207            ENDIF            ENDIF
208    
209  C         Append to an existing or create a new file  C         Append to an existing or create a new file
210            CALL MNC_CW_FILE_AORC(fname, indf, myThid)            CALL MNC_CW_FILE_AORC(fname,indf, lbi,lbj,uniq_tnum, myThid)
211            fid = mnc_f_info(indf,2)            fid = mnc_f_info(indf,2)
212    
213    #ifdef HAVE_STAT
214              IF ((mnc_cw_fgig(indfg) .EQ. 1)
215         &         .AND. (fs_isdone .EQ. 0)) THEN
216    C           Decide whether to append to the existing or create a new
217    C           file based on the byte count per unlimited dimension
218                ncenc = 70
219                cenc(1:26)  = 'abcdefghijklmnopqrstuvwxyz'
220                cenc(27:52) = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
221                cenc(53:70) = '0123456789_.,+-=/~'
222                k = nfname
223                IF (k .GT. 200)  k = 200
224                ntotenc = 0
225                DO i = 1,k
226                  DO j = 1,ncenc
227                    IF (fname(i:i) .EQ. cenc(j:j)) THEN
228                      ntotenc = ntotenc + 1
229                      ienc(ntotenc) = j
230                      GOTO 20
231                    ENDIF
232                  ENDDO
233     20           CONTINUE
234                ENDDO
235                CALL mncfsize(ntotenc, ienc, nbytes)
236                IF (nbytes .GT. 0) THEN
237                  CALL MNC_DIM_UNLIM_SIZE(fname, unlim_sz, myThid)
238                  fsnu = (1.0 _d 0 + 1.0 _d 0 / DBLE(unlim_sz))
239         &             * DBLE(nbytes)
240                  IF (fsnu .GT. mnc_max_fsize) THEN
241    C               Delete the now-full fname from the lookup tables since
242    C               we are all done writing to it.
243                    CALL MNC_FILE_CLOSE(fname, myThid)
244                    iseq = iseq + 1
245                    indu = 1
246                    mnc_cw_fgud(indfg) = 1
247                    mnc_cw_fgis(indfg) = iseq
248                    fs_isdone = 1
249                    GOTO 10
250                  ENDIF
251                ENDIF
252              ENDIF
253    #endif  /*  HAVE_STAT  */
254    
255  C         Ensure that all the NetCDF dimensions are defined and create a  C         Ensure that all the NetCDF dimensions are defined and create a
256  C         local copy of them  C         local copy of them
257            DO i = 1,9            DO i = 1,9
# Line 135  C         local copy of them Line 263  C         local copy of them
263              ELSE              ELSE
264                dimnc(i) = mnc_cw_ie(i,igrid) - mnc_cw_is(i,igrid) + 1                dimnc(i) = mnc_cw_ie(i,igrid) - mnc_cw_is(i,igrid) + 1
265              ENDIF              ENDIF
266              CALL MNC_DIM_INIT(fname,  
267       &           mnc_cw_dn(i,igrid), dimnc(i), myThid)  C           Add the coordinate variables
268                CALL MNC_DIM_INIT_ALL_CV(fname,
269         &           mnc_cw_dn(i,igrid), dimnc(i), 'Y', lbi,lbj, myThid)
270    
271            ENDDO            ENDDO
272    
273  C         Ensure that the "grid" is defined  C         Ensure that the "grid" is defined
# Line 144  C         Ensure that the "grid" is defi Line 275  C         Ensure that the "grid" is defi
275       &        mnc_cw_ndim(igrid), mnc_cw_dn(1,igrid), myThid)       &        mnc_cw_ndim(igrid), mnc_cw_dn(1,igrid), myThid)
276    
277  C         Ensure that the variable is defined  C         Ensure that the variable is defined
278  #ifdef  mnc_rtype_D            IF (stype(1:1) .EQ. 'D')
279        CALL MNC_VAR_INIT_DBL(fname,mnc_cw_gname(igrid),vtype, myThid)       &         CALL MNC_VAR_INIT_DBL(
280  #endif       &         fname, mnc_cw_gname(igrid), vtype, myThid)
281  #ifdef  mnc_rtype_R            IF (stype(1:1) .EQ. 'R')
282        CALL MNC_VAR_INIT_REAL(fname,mnc_cw_gname(igrid),vtype, myThid)       &         CALL MNC_VAR_INIT_REAL(
283  #endif       &         fname, mnc_cw_gname(igrid), vtype, myThid)
284  #ifdef  mnc_rtype_I            IF (stype(1:1) .EQ. 'I')
285        CALL MNC_VAR_INIT_INT(fname,mnc_cw_gname(igrid),vtype, myThid)       &         CALL MNC_VAR_INIT_INT(
286  #endif       &         fname, mnc_cw_gname(igrid), vtype, myThid)
287    
288            DO i = 1,mnc_fv_ids(indf,1)            DO i = 1,mnc_fv_ids(indf,1)
289              j = 2 + 3*(i - 1)              j = 2 + 3*(i - 1)
290              IF (mnc_v_names(mnc_fv_ids(indf,j)) .EQ. vtype) THEN              IF (mnc_v_names(mnc_fv_ids(indf,j)) .EQ. vtype) THEN
291                idv = mnc_fv_ids(indf,j+1)                idv = mnc_fv_ids(indf,j+1)
292                indvids = mnc_fd_ind(indf, mnc_f_info(indf,                indvids = mnc_fd_ind(indf, mnc_f_info(indf,
293       &             (mnc_fv_ids(indf,j+2) + 1)) )       &             (mnc_fv_ids(indf,j+2) + 1)) )
294                GOTO 10                GOTO 30
295              ENDIF              ENDIF
296            ENDDO            ENDDO
297            write(msgbuf,'(4a)') 'MNC_MNC_CW_RX_W_YY ERROR: ',            write(msgbuf,'(4a)') 'MNC_MNC_CW_RX_W ERROR: ',
298       &         'cannot reference variable ''', vtype, ''''       &         'cannot reference variable ''', vtype, ''''
299            CALL print_error(msgbuf, mythid)            CALL print_error(msgbuf, mythid)
300            STOP 'ABNORMAL END: package MNC'            STOP 'ABNORMAL END: package MNC'
301   10       CONTINUE   30       CONTINUE
302    
303  C         Check for bi,bj indicies  C         Check for bi,bj indicies
304            bidim = mnc_cw_vbij(1,indv)            bidim = mnc_cw_vbij(1,indv)
# Line 193  C         Set the dimensions for the in- Line 325  C         Set the dimensions for the in-
325              ELSE              ELSE
326                p(i) = k * p(i-1)                p(i) = k * p(i-1)
327              ENDIF              ENDIF
328                IF (offsets(i) .GT. 0) THEN
329                  k = 1
330                  p(i) = k * p(i-1)
331                ENDIF
332            ENDDO            ENDDO
333    
334  C         Set starting and ending indicies for the in-memory array and  C         Set starting and ending indicies for the in-memory array and
# Line 230  C               Use the current unlimite Line 366  C               Use the current unlimite
366              s(bjdim) = lbj              s(bjdim) = lbj
367              e(bjdim) = lbj              e(bjdim) = lbj
368            ENDIF            ENDIF
369  CEH3      DO i = 1,9            
370  CEH3        write(*,*) 'i,p(i),s(i),e(i) = ', i,p(i),s(i),e(i)  C         Check the offsets
371  CEH3      ENDDO            DO i = 1,9
372                IF (offsets(i) .GT. 0) THEN
373  C         Add the global attributes                udo(i) = udo(i) + offsets(i) - 1
374            CALL MNC_CW_SET_GATTR( fname, lbi,lbj, uniq_tnum, myThid)                s(i) = 1
375                  e(i) = 1
376                ENDIF
377              ENDDO
378    
379  C         Add the per-variable attributes  C         Add the per-variable attributes
380            DO i = 1,mnc_cw_vnat(1,indv)            DO i = 1,mnc_cw_vnat(1,indv)
# Line 257  C         Add the per-variable attribute Line 396  C         Add the per-variable attribute
396       &         vtype(nvf:nvl), ''' within file ''',       &         vtype(nvf:nvl), ''' within file ''',
397       &         fname(1:nfname), ''''       &         fname(1:nfname), ''''
398    
399    C         DO i = 1,9
400    C         write(*,*) 'i,p(i),s(i),e(i),udo(i),offsets(i) = ',
401    C         &        i,p(i),s(i),e(i),udo(i),offsets(i)
402    C         ENDDO
403    
404  C         Write the variable one vector at a time  C         Write the variable one vector at a time
405            DO j7 = s(7),e(7)            DO j7 = s(7),e(7)
406              k7 = (j7 - 1)*p(6)              k7 = (j7 - 1)*p(6)
# Line 284  C         Write the variable one vector Line 428  C         Write the variable one vector
428                        vcount(2) = 1                        vcount(2) = 1
429    
430        kr = 0        kr = 0
       DO j1 = s(1),e(1)  
         k1 = k2 + j1  
         kr = kr + 1  
         resh(kr) = var(k1)  
       ENDDO  
         
431        vstart(1) = udo(1) + 1        vstart(1) = udo(1) + 1
432        vcount(1) = e(1) - s(1) + 1        vcount(1) = e(1) - s(1) + 1
433    
434  #ifdef  mnc_rtype_D        IF (vcount(1) .GT. MNC_MAX_BUFF) THEN
435        err = NF_PUT_VARA_DOUBLE(fid, idv, vstart, vcount, resh)          write(msgbuf,'(2a,I7,a)') 'MNC_MAX_BUFF is too small',
436  #endif       &       '--please increase to at least ',
437  #ifdef  mnc_rtype_R       &       vcount(1), ' in ''MNC_SIZE.h'''
438        err = NF_PUT_VARA_REAL(fid, idv, vstart, vcount, resh)          CALL PRINT_ERROR(msgBuf , 1)
439  #endif          STOP 'ABNORMAL END: S/R MNC_CW_RX_W_OFFSET'
440  #ifdef  mnc_rtype_I        ENDIF
441        err = NF_PUT_VARA_INT(fid, idv, vstart, vcount, resh)  
442  #endif        IF (stype(1:1) .EQ. 'D') THEN
443            DO j1 = s(1),e(1)
444              k1 = k2 + j1
445              kr = kr + 1
446              resh_d(kr) = var(k1)
447            ENDDO
448            err = NF_PUT_VARA_DOUBLE(fid, idv, vstart, vcount, resh_d)
449          ENDIF
450          IF (stype(1:1) .EQ. 'R') THEN
451            DO j1 = s(1),e(1)
452              k1 = k2 + j1
453              kr = kr + 1
454              resh_r(kr) = var(k1)
455            ENDDO
456            err = NF_PUT_VARA_REAL(fid, idv, vstart, vcount, resh_r)
457          ENDIF
458          IF (stype(1:1) .EQ. 'I') THEN
459            DO j1 = s(1),e(1)
460              k1 = k2 + j1
461              kr = kr + 1
462              resh_i(kr) = MNC2I( var(k1) )
463            ENDDO
464            err = NF_PUT_VARA_INT(fid, idv, vstart, vcount, resh_i)
465          ENDIF
466    
467        CALL MNC_HANDLE_ERR(err, msgbuf, myThid)        CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
468    
# Line 315  C         Write the variable one vector Line 476  C         Write the variable one vector
476  C         Sync the file  C         Sync the file
477            err = NF_SYNC(fid)            err = NF_SYNC(fid)
478            write(msgbuf,'(3a)') 'sync for file ''', fname,            write(msgbuf,'(3a)') 'sync for file ''', fname,
479       &         ''' in S/R MNC_CW_RX_W_YY'       &         ''' in S/R MNC_CW_RX_W'
480            CALL MNC_HANDLE_ERR(err, msgbuf, myThid)            CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
481    
482          ENDDO          ENDDO
# Line 328  C         Sync the file Line 489  C         Sync the file
489                
490    
491  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
492    CBOP 0
493    C !ROUTINE: MNC_CW_RX_R_S
494    
495    C !INTERFACE:
496        SUBROUTINE MNC_CW_RX_R_YY(        SUBROUTINE MNC_CW_RX_R_S(
497         I     stype,
498       I     fbname, bi,bj,       I     fbname, bi,bj,
499       I     vtype,       I     vtype,
500       I     var,       I     var,
501       I     myThid )       I     myThid )
502    
503    C     !DESCRIPTION:
504    C     A scalar version of MNC_CW_RX_R() for compilers that cannot
505    C     gracefully handle the conversion on their own.
506          
507    C     !USES:
508        implicit none        implicit none
509    
510    C     !INPUT PARAMETERS:
511          integer myThid, bi,bj
512          character*(*) stype, fbname, vtype
513          __V var
514          __V var_arr(1)
515    CEOP
516          var_arr(1) = var
517    
518          CALL MNC_CW_RX_R(stype,fbname,bi,bj,vtype, var_arr, myThid)
519    
520          RETURN
521          END
522    
523    
524    C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
525    CBOP 0
526    C !ROUTINE: MNC_CW_RX_R
527    
528    C !INTERFACE:
529          SUBROUTINE MNC_CW_RX_R(
530         I     stype,
531         I     fbname, bi,bj,
532         I     vtype,
533         I     var,
534         I     myThid )
535    
536    C     !DESCRIPTION:
537    C     This subroutine reads one variable from a file or a file group,
538    C     depending upon the tile indicies.
539          
540    C     !USES:
541          implicit none
542  #include "netcdf.inc"  #include "netcdf.inc"
543  #include "mnc_common.h"  #include "mnc_common.h"
544  #include "SIZE.h"  #include "SIZE.h"
545    #include "MNC_SIZE.h"
546  #include "EEPARAMS.h"  #include "EEPARAMS.h"
547  #include "PARAMS.h"  #include "PARAMS.h"
548    #include "MNC_PARAMS.h"
549    
550  #define mnc_rtype_YY  C     !INPUT PARAMETERS:
551          integer myThid, bi,bj
552  C     Arguments        character*(*) stype, fbname, vtype
       integer myThid, bi,bj, indu  
       character*(*) fbname, vtype  
553        __V var(*)        __V var(*)
554    CEOP
555    
556  C     Functions  C     !LOCAL VARIABLES:
557        integer IFNBLNK, ILNBLNK        integer i,k, nvf,nvl, n1,n2, igrid, ntot, indu
   
 C     Local Variables  
       integer i,k, nvf,nvl, n1,n2, igrid, ntot  
558        integer bis,bie, bjs,bje, uniq_tnum, nfname, fid, idv        integer bis,bie, bjs,bje, uniq_tnum, nfname, fid, idv
559        integer ndim, indf, err, lbi,lbj, bidim,bjdim, unlim_sz, kr        integer ndim, err, lbi,lbj, bidim,bjdim, unlim_sz, kr
560        integer ind_fv_ids, ind_vt, ierr, atype, alen        integer ind_vt, npath, unlid
561        integer f_sNx,f_sNy, npath  C     integer f_sNx,f_sNy, alen, atype, ind_fv_ids, ierr, indf
562        integer p(9),s(9),e(9), vstart(9),vcount(9), udo(9)        integer p(9),s(9),e(9), vstart(9),vcount(9), udo(9)
563        integer j1,j2,j3,j4,j5,j6,j7, k1,k2,k3,k4,k5,k6,k7        integer j1,j2,j3,j4,j5,j6,j7, k1,k2,k3,k4,k5,k6,k7
564        character*(MAX_LEN_MBUF) msgbuf        character*(MAX_LEN_MBUF) msgbuf
565        character*(MNC_MAX_CHAR) fname        character*(MNC_MAX_CHAR) fname
566          character*(MNC_MAX_CHAR) fname_zs
567        character*(MNC_MAX_CHAR) path_fname        character*(MNC_MAX_CHAR) path_fname
568        integer indfg, fg1,fg2        integer indfg, fg1,fg2
569          REAL*8  resh_d( MNC_MAX_BUFF )
570          REAL*4  resh_r( MNC_MAX_BUFF )
571          INTEGER resh_i( MNC_MAX_BUFF )
572    
573  C     Temporary storage for the simultaneous type conversion and  C     Functions
574  C     re-shaping before passing to NetCDF        integer IFNBLNK, ILNBLNK
 #ifdef  mnc_rtype_D  
       REAL*8  resh( sNx + 2*OLx + sNy + 2*OLy )  
 #endif  
 #ifdef  mnc_rtype_R  
       REAL*4  resh( sNx + 2*OLx + sNy + 2*OLy )  
 #endif  
 #ifdef  mnc_rtype_I  
       INTEGER resh( sNx + 2*OLx + sNy + 2*OLy )  
 #endif  
575    
576  C     Only do I/O if I am the master thread  C     Only do I/O if I am the master thread
577        _BEGIN_MASTER( myThid )        _BEGIN_MASTER( myThid )
# Line 389  C     group (or base) name Line 583  C     group (or base) name
583        CALL MNC_GET_IND(MNC_MAX_ID, fbname, mnc_cw_fgnm, indfg, myThid)        CALL MNC_GET_IND(MNC_MAX_ID, fbname, mnc_cw_fgnm, indfg, myThid)
584        IF (indfg .LT. 1) THEN        IF (indfg .LT. 1) THEN
585          write(msgbuf,'(3a)')          write(msgbuf,'(3a)')
586       &       'MNC_CW_RX_W_YY ERROR: file group name ''',       &       'MNC_CW_RX_W ERROR: file group name ''',
587       &       fbname(fg1:fg2), ''' is not defined'       &       fbname(fg1:fg2), ''' is not defined'
588          CALL print_error(msgbuf, mythid)          CALL print_error(msgbuf, mythid)
589          STOP 'ABNORMAL END: S/R MNC_CW_RX_W_YY'          STOP 'ABNORMAL END: S/R MNC_CW_RX_W'
590        ENDIF        ENDIF
591        indu = mnc_cw_fgud(indfg)        indu = mnc_cw_fgud(indfg)
592    
# Line 401  C     Check that the Variable Type exist Line 595  C     Check that the Variable Type exist
595        nvl = ILNBLNK(vtype)        nvl = ILNBLNK(vtype)
596        CALL MNC_GET_IND( MNC_MAX_ID, vtype, mnc_cw_vname, ind_vt, myThid)        CALL MNC_GET_IND( MNC_MAX_ID, vtype, mnc_cw_vname, ind_vt, myThid)
597        IF (ind_vt .LT. 1) THEN        IF (ind_vt .LT. 1) THEN
598          write(msgbuf,'(3a)') 'MNC_CW_RX_R_YY ERROR: vtype ''',          write(msgbuf,'(3a)') 'MNC_CW_RX_R ERROR: vtype ''',
599       &       vtype(nvf:nvl), ''' is not defined'       &       vtype(nvf:nvl), ''' is not defined'
600          CALL print_error(msgbuf, mythid)          CALL print_error(msgbuf, mythid)
601          STOP 'ABNORMAL END: S/R MNC_CW_RX_R_YY'          STOP 'ABNORMAL END: S/R MNC_CW_RX_R'
602        ENDIF        ENDIF
603        igrid = mnc_cw_vgind(ind_vt)        igrid = mnc_cw_vgind(ind_vt)
604    
# Line 451  C         Add the path to the file name Line 645  C         Add the path to the file name
645              nfname = npath + nfname              nfname = npath + nfname
646            ENDIF            ENDIF
647    
648  C         Open the existing file            WRITE(fname_zs,'(2a,i4.4,a1,i6.6,a3)')
649            CALL MNC_FILE_TRY_READ( fname, ierr, indf, myThid)       &         mnc_indir_str(1:npath), fbname(n1:n2),
650         &         0, '.', uniq_tnum, '.nc'
651  C         Check that the variable (VType) is defined within the file  
652            CALL MNC_GET_FVINDS( fname, vtype, indf, ind_fv_ids, myThid)  C         The steps are:
653            IF ((indf .LT. 1) .OR. (ind_fv_ids .LT. 1)) THEN  C         (1) open the file in a READ-ONLY mode,
654              write(msgbuf,'(4a)') 'MNC_CW_RX_R_YY ERROR: vtype ''',  C         (2) get the var id for the current variable,
655       &           vtype(nvf:nvl), ''' is not defined within file ''',  C         (3) read the data, and then
656       &           fname(1:nfname)  C         (4) close the file--theres no need to keep it open!
657              CALL print_error(msgbuf, mythid)  
658              STOP 'ABNORMAL END: S/R MNC_CW_RX_R_YY'            write(msgbuf,'(4a)') 'MNC_CW_RX_R: cannot open',
659         &         ' file ''', fname(1:nfname), ''' in read-only mode'
660              err = NF_OPEN(fname, NF_NOWRITE, fid)
661              IF ( err .NE. NF_NOERR ) THEN
662    C           If the initial open fails, try again using a name with a
663    C           zero sequence number inserted
664                err = NF_OPEN(fname_zs, NF_NOWRITE, fid)
665            ENDIF            ENDIF
666            fid = mnc_f_info(indf,2)            CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
667            idv = mnc_fv_ids(indf,ind_fv_ids+1)  
668              write(msgbuf,'(6a)')
669         &         'MNC_CW_RX_R: cannot get id for variable ''',
670         &         vtype(nvf:nvl), '''in file ''', fname(1:nfname), ''''
671              err = NF_INQ_VARID(fid, vtype, idv)
672              CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
673    
674  C         Check that the current sNy,sNy values and the in-file values  C         Check that the current sNy,sNy values and the in-file values
675  C         are compatible and WARN (only warn) if not  C         are compatible and WARN (only warn) if not
676            f_sNx = -1  C           f_sNx = -1
677            f_sNy = -1  C           f_sNy = -1
678            err = NF_INQ_ATT(fid,NF_GLOBAL, 'sNx',atype,alen)  C           err = NF_INQ_ATT(fid,NF_GLOBAL, 'sNx',atype,alen)
679            IF ((err .EQ. NF_NOERR) .AND. (alen .EQ. 1)) THEN  C           IF ((err .EQ. NF_NOERR) .AND. (alen .EQ. 1)) THEN
680              err = NF_GET_ATT_INT(fid, NF_GLOBAL, 'sNx', f_sNx)  C             err = NF_GET_ATT_INT(fid, NF_GLOBAL, 'sNx', f_sNx)
681              CALL MNC_HANDLE_ERR(err,  C             CALL MNC_HANDLE_ERR(err,
682       &           'reading attribute ''sNx'' in S/R MNC_CW_RX_R_YY',  C      &           'reading attribute ''sNx'' in S/R MNC_CW_RX_R',
683       &           myThid)  C      &           myThid)
684            ENDIF  C           ENDIF
685            err = NF_INQ_ATT(fid,NF_GLOBAL, 'sNy',atype,alen)  C           err = NF_INQ_ATT(fid,NF_GLOBAL, 'sNy',atype,alen)
686            IF ((err .EQ. NF_NOERR) .AND. (alen .EQ. 1)) THEN  C           IF ((err .EQ. NF_NOERR) .AND. (alen .EQ. 1)) THEN
687              err = NF_GET_ATT_INT(fid, NF_GLOBAL, 'sNy', f_sNy)  C             err = NF_GET_ATT_INT(fid, NF_GLOBAL, 'sNy', f_sNy)
688              CALL MNC_HANDLE_ERR(err,  C             CALL MNC_HANDLE_ERR(err,
689       &           'reading attribute ''sNy'' in S/R MNC_CW_RX_R_YY',  C      &           'reading attribute ''sNy'' in S/R MNC_CW_RX_R',
690       &           myThid)  C      &           myThid)
691            ENDIF  C           ENDIF
692            IF ((f_sNx .NE. sNx) .OR. (f_sNy .NE. sNy)) THEN  C           IF ((f_sNx .NE. sNx) .OR. (f_sNy .NE. sNy)) THEN
693              write(msgbuf,'(5a)') 'MNC_CW_RX_R_YY WARNING: the ',  C             write(msgbuf,'(5a)') 'MNC_CW_RX_R WARNING: the ',
694       &           'attributes ''sNx'' and ''sNy'' within the file ''',  C      &           'attributes ''sNx'' and ''sNy'' within the file ''',
695       &           fname(1:nfname), ''' do not exist or do not match ',  C      &           fname(1:nfname), ''' do not exist or do not match ',
696       &           'the current sizes within the model'  C      &           'the current sizes within the model'
697              CALL print_error(msgbuf, mythid)  C             CALL print_error(msgbuf, mythid)
698            ENDIF  C           ENDIF
699    
700  C         Check that the in-memory variable and the in-file variables  C         Check that the in-memory variable and the in-file variables
701  C         are of compatible sizes  C         are of compatible sizes
# Line 498  C           ires = 1 Line 703  C           ires = 1
703  C           CALL MNC_CHK_VTYP_R_NCVAR( ind_vt,  C           CALL MNC_CHK_VTYP_R_NCVAR( ind_vt,
704  C      &         indf, ind_fv_ids, indu, ires)  C      &         indf, ind_fv_ids, indu, ires)
705  C           IF (ires .LT. 0) THEN  C           IF (ires .LT. 0) THEN
706  C             write(msgbuf,'(7a)') 'MNC_CW_RX_R_YY WARNING: the sizes ',  C             write(msgbuf,'(7a)') 'MNC_CW_RX_R WARNING: the sizes ',
707  C      &           'of the in-program variable ''', vtype(nvf:nvl),  C      &           'of the in-program variable ''', vtype(nvf:nvl),
708  C      &           ''' and the corresponding variable within file ''',  C      &           ''' and the corresponding variable within file ''',
709  C      &           fname(1:nfname), ''' are not compatible -- please ',  C      &           fname(1:nfname), ''' are not compatible -- please ',
710  C      &           'check the sizes'  C      &           'check the sizes'
711  C             CALL print_error(msgbuf, mythid)  C             CALL print_error(msgbuf, mythid)
712  C             STOP 'ABNORMAL END: S/R MNC_CW_RX_R_YY'  C             STOP 'ABNORMAL END: S/R MNC_CW_RX_R'
713  C           ENDIF  C           ENDIF
714    
715  C         Check for bi,bj indicies  C         Check for bi,bj indicies
# Line 549  C           Check for the unlimited dime Line 754  C           Check for the unlimited dime
754                IF (indu .GT. 0) THEN                IF (indu .GT. 0) THEN
755  C               Use the indu value  C               Use the indu value
756                  udo(i) = indu - 1                  udo(i) = indu - 1
               ELSEIF (indu .EQ. -1) THEN  
 C               Append one to the current unlimited dim size  
                 CALL MNC_DIM_UNLIM_SIZE( fname, unlim_sz, myThid)  
                 udo(i) = unlim_sz  
757                ELSE                ELSE
758  C               Use the current unlimited dim size  C               We need the current unlim dim size
759                  CALL MNC_DIM_UNLIM_SIZE( fname, unlim_sz, myThid)                  write(msgbuf,'(5a)') 'MNC_CW_RX_R: getting the ',
760                  udo(i) = unlim_sz - 1       &               'unlim dim id within file ''',
761         &               fname(1:nfname), ''''
762                    err = NF_INQ_UNLIMDIM(fid, unlid)
763                    CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
764                    write(msgbuf,'(5a)') 'MNC_CW_RX_R: getting the ',
765         &               'unlim dim size within file ''',
766         &               fname(1:nfname), ''''
767                    err = NF_INQ_DIMLEN(fid, unlid, unlim_sz)
768                    CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
769                    udo(i) = unlim_sz
770                ENDIF                ENDIF
771              ENDIF              ENDIF
772            ENDDO            ENDDO
# Line 573  C     DO i = 9,1,-1 Line 783  C     DO i = 9,1,-1
783  C     write(*,*) 'i,p(i),s(i),e(i) = ', i,': ',p(i),s(i),e(i)  C     write(*,*) 'i,p(i),s(i),e(i) = ', i,': ',p(i),s(i),e(i)
784  C     ENDDO  C     ENDDO
785                        
           CALL MNC_FILE_ENDDEF(fname, myThid)  
   
786            write(msgbuf,'(5a)') 'reading variable type ''',            write(msgbuf,'(5a)') 'reading variable type ''',
787       &         vtype(nvf:nvl), ''' within file ''',       &         vtype(nvf:nvl), ''' within file ''',
788       &         fname(1:nfname), ''''       &         fname(1:nfname), ''''
# Line 605  C         Read the variable one vector a Line 813  C         Read the variable one vector a
813                        vstart(2) = udo(2) + j2 - s(2) + 1                        vstart(2) = udo(2) + j2 - s(2) + 1
814                        vcount(2) = 1                        vcount(2) = 1
815    
816          kr = 0
817        vstart(1) = udo(1) + 1        vstart(1) = udo(1) + 1
818        vcount(1) = e(1) - s(1) + 1        vcount(1) = e(1) - s(1) + 1
         
 #ifdef  mnc_rtype_D  
       err = NF_GET_VARA_DOUBLE(fid, idv, vstart, vcount, resh)  
 #endif  
 #ifdef  mnc_rtype_R  
       err = NF_GET_VARA_REAL(fid, idv, vstart, vcount, resh)  
 #endif  
 #ifdef  mnc_rtype_I  
       err = NF_GET_VARA_INT(fid, idv, vstart, vcount, resh)  
 #endif  
819    
820        CALL MNC_HANDLE_ERR(err, msgbuf, myThid)        IF (vcount(1) .GT. MNC_MAX_BUFF) THEN
821            write(msgbuf,'(2a,I7,a)') 'MNC_MAX_BUFF is too small',
822         &       '--please increase to at least ',
823         &       vcount(1), ' in ''MNC_SIZE.h'''
824            CALL PRINT_ERROR(msgBuf , 1)
825            STOP 'ABNORMAL END: S/R MNC_CW_RX_R_OFFSET'
826          ENDIF
827    
828          IF (stype(1:1) .EQ. 'D') THEN
829            err = NF_GET_VARA_DOUBLE(fid, idv, vstart, vcount, resh_d)
830            CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
831            DO j1 = s(1),e(1)
832              k1 = k2 + j1
833              kr = kr + 1
834              var(k1) = MNCI2( resh_d(kr) )
835            ENDDO
836          ENDIF
837          IF (stype(1:1) .EQ. 'R') THEN
838            err = NF_GET_VARA_REAL(fid, idv, vstart, vcount, resh_r)
839            CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
840            DO j1 = s(1),e(1)
841              k1 = k2 + j1
842              kr = kr + 1
843              var(k1) = MNCI2( resh_r(kr) )
844            ENDDO
845          ENDIF
846          IF (stype(1:1) .EQ. 'I') THEN
847            err = NF_GET_VARA_INT(fid, idv, vstart, vcount, resh_i)
848            CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
849            DO j1 = s(1),e(1)
850              k1 = k2 + j1
851              kr = kr + 1
852              var(k1) = resh_i(kr)
853            ENDDO
854          ENDIF
855    
       kr = 0  
       DO j1 = s(1),e(1)  
         k1 = k2 + j1  
         kr = kr + 1  
         var(k1) = resh(kr)  
       ENDDO  
         
856    
857                      ENDDO                      ENDDO
858                    ENDDO                    ENDDO
# Line 636  C         Read the variable one vector a Line 862  C         Read the variable one vector a
862            ENDDO            ENDDO
863    
864  C         Close the file  C         Close the file
865            CALL MNC_FILE_CLOSE(fname, myThid)  C         CALL MNC_FILE_CLOSE(fname, myThid)
866              err = NF_CLOSE(fid)
867              write(msgbuf,'(3a)') 'MNC_CW_RX_R:  cannot close file ''',
868         &         fname(1:nfname), ''''
869              CALL MNC_HANDLE_ERR(err, msgbuf, myThid)
870    
871    
872  C         End the lbj,lbi loops  C         End the lbj,lbi loops
873          ENDDO          ENDDO

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.30

  ViewVC Help
Powered by ViewVC 1.1.22