/[MITgcm]/MITgcm/lsopt/dostore.F
ViewVC logotype

Annotation of /MITgcm/lsopt/dostore.F

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


Revision 1.4 - (hide annotations) (download)
Fri Nov 4 21:48:19 2005 UTC (18 years, 6 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57y_post, checkpoint58, checkpoint58a_post, checkpoint57z_post, checkpoint57y_pre, checkpoint57x_post
Changes since 1.3: +2 -2 lines
[Gael Forget] calling routines use "double precision"

1 heimbach 1.2 subroutine dostore( n, x, store, j )
2     c
3     c arguments
4     c
5     integer n, j
6 molod 1.4 double precision x(n)
7     cgf real*4 x(n)
8 heimbach 1.2 logical store
9    
10     common /xxstore/ itape, ntape, isize
11     integer itape, ntape, isize
12    
13 heimbach 1.3 cph(
14     print *, 'pathei in dostore ',
15     & store, n, ntape, j
16     cph)
17 heimbach 1.2 if (store) then
18     write( ntape, rec=j ) x
19     else
20     read( ntape, rec=j ) x
21     endif
22    
23     return
24     end

  ViewVC Help
Powered by ViewVC 1.1.22