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

Log of /MITgcm/pkg/mdsio/mdsio_write_field.F

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


Links to HEAD: (view) (download) (annotate)
Links to checkpoint62r: (view) (download) (annotate)
Sticky Tag:

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Dec 23 02:41:47 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j
Changes since 1.16: +24 -11 lines
Diff to previous 1.16
- change arg. list of S/R MDSIO_PASS_R4/8toRL/S ;
- change barrier call for safe multi-threads access to 3-D shared buffer.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 19:08:27 2009 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p
Changes since 1.15: +21 -23 lines
Diff to previous 1.15
rework MDS-IO high level S/R interface:
 To avoid mixing type (RS/RL) of input/output array argument,
 replace single mixed array with a pair of each type (RS/Rl).


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 20:42:43 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61u
Changes since 1.14: +10 -5 lines
Diff to previous 1.14
changed to pass when compiling with strick checking of arguments across S/R


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 01:06:39 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61s, checkpoint61t
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
add bj in exch2 arrays and S/R


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 14:53:52 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61q, checkpoint61r
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
fix typo in fortran IO format (thanks to Oliver to point this)


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 14:38:54 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61p
Changes since 1.11: +37 -22 lines
Diff to previous 1.11
a hack for fizhi with NrPhys > 2*Nr


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 03:32:33 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.10: +149 -142 lines
Diff to previous 1.10
 - do tiled IO in 1 piece (all levels at a time)
 - multi-threaded: allow to read/write local (non-shared) array
   (was already working with singleCpuIO ; now works also without);
 - move barrier calls outside gather/scatter_2d to mds_read/write field


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 14:20:31 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.9: +129 -78 lines
Diff to previous 1.9
read/write tiled (local) files: read/write 1-level tile chunk at a time
 (instead of segment of length sNx); expected to speed up tiled IO.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat May 16 13:37:38 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61o
Changes since 1.8: +55 -69 lines
Diff to previous 1.8
- remove MISSING_TILE_IO (from MDSIO_OPTIONS.h), replaced by run-time
  parameter "W2_useE2ioLayOut" (read from file "data.exch2").
  Note: was not effective for globalFile & useSingleCpuIO=F; now fixed.
- move MDSIO_SCPU.h (pkg/mdsio) to EEBUFF_SCPU.h (eesupp/inc).


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue May 12 19:56:36 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
new header file "W2_EXCH2_SIZE.h" coming with new W2-Exch2 topology code


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 11 02:20:48 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61n
Changes since 1.6: +45 -18 lines
Diff to previous 1.6
move mapping to global io-buffer inside gather_2d/scater_2d ; save memory
(1 less 2D global RL array) + only send/receive real*4 arr when 32.bit file


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed May 6 02:42:49 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.5: +57 -123 lines
Diff to previous 1.5
new S/R to map global io-buffer to global model array ; used by both
 mdsio_write_field.F and mdsio_read_field.F (useSingleCpuIO).


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Dec 30 00:13:35 2008 UTC (15 years, 4 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m
Changes since 1.4: +2 -10 lines
Diff to previous 1.4
move buffers to common block to save some memory


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 19:37:44 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g
Changes since 1.3: +52 -35 lines
Diff to previous 1.3
add arguments to S/R MDS_READ_FIELD and MDS_WRITE_FIELD.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 01:57:55 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
no need for mapping parameter in meta file if globalFiles or singleCpuIO


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Mar 19 02:30:49 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.1: +112 -72 lines
Diff to previous 1.1
to read/write compact global files: add parameter for mapping tile to global file.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 29 05:41:27 2006 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post
clean-up (remove 1/3 of calls) S/R MDSWRITEFIELD_NEW (mdsio_writefield_new.F)
 and change name to MDS_WRITE_FIELD (mdsio_write_field.F).
fix multi-threaded SingleCpuIO using "sharedLocalBuf" (MDSIO_SCPU.h)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22