/[MITgcm]/MITgcm/pkg/mdsio/mdsio_read_rs_vec.F
ViewVC logotype

Contents of /MITgcm/pkg/mdsio/mdsio_read_rs_vec.F

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


Revision 1.3 - (show annotations) (download)
Tue Nov 30 16:11:10 2004 UTC (19 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint58b_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint59, checkpoint58, checkpoint57, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58y_post, checkpoint58t_post, checkpoint57h_post, checkpoint57t_post, checkpoint57v_post, checkpoint57f_post, checkpoint60, checkpoint61, checkpoint57a_post, checkpoint57h_pre, checkpoint57x_post, checkpoint58w_post, checkpoint57y_pre, checkpoint57l_post, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58m_post, checkpoint57c_pre, checkpoint58r_post, checkpoint58n_post, checkpoint57e_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint58v_post, checkpoint58l_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint59j, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post, checkpoint58i_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a
Changes since 1.2: +2 -2 lines
For I/O vector routines change debugLevel to debLevB
(they are only used for tapelev I/O)

1 C $Header: /u/gcmpack/MITgcm/pkg/mdsio/mdsio_read_rs_vec.F,v 1.2 2003/07/08 15:00:26 heimbach Exp $
2 C $Name: $
3
4 #include "MDSIO_OPTIONS.h"
5
6 subroutine MDS_READ_RS_VEC( dUnit, irec, narr, arr, mythid )
7 C IN:
8 C dunit integer - 'Opened' I/O channel
9 C irec integer - record number to write
10 C narr integer - dimension off array "arr"
11 C mythid integer - thread id
12 C OUT:
13 C arr _RS - model tiled vector
14 C
15 C Created: 03/29/99 eckert@mit.edu + adcroft@mit.edu
16
17 implicit none
18
19 #include "EEPARAMS.h"
20 #include "SIZE.h"
21 #include "PARAMS.h"
22
23 C Arguments
24 integer dUnit
25 integer irec
26 integer narr
27 _RS arr(narr)
28 integer mythid
29 C Local
30 character*(max_len_mbuf) msgbuf
31 C ------------------------------------------------------------------
32 if ( debugLevel .GE. debLevB ) then
33 write(msgbuf,'(a,i9.8,2x,i9.8)')
34 & ' MDS_READ_RS_VEC: irec = ',irec,narr
35 call print_message( msgbuf, standardmessageunit,
36 & SQUEEZE_RIGHT , mythid)
37 endif
38
39 read(dUnit,rec=irec) arr
40 C ------------------------------------------------------------------
41 return
42 end

  ViewVC Help
Powered by ViewVC 1.1.22