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

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

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


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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Aug 12 17:38:11 2014 UTC (9 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint65c, checkpoint65d, checkpoint65e, checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.17: +34 -15 lines
Diff to previous 1.17
stop if file-name (+prefix) is too long (e.g., > MAX_LEN_MBUF - 90 )


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jun 7 22:33:35 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b
Changes since 1.16: +4 -8 lines
Diff to previous 1.16
- refine debugLevel criteria when printing messages
- keep printing option when compiling ecco pkg (no #ifndef ALLOW_ECCO)


Revision 1.16 - (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
Changes since 1.15: +26 -12 lines
Diff to previous 1.15
- 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.15 - (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.14: +21 -20 lines
Diff to previous 1.14
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.14 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 23:17:54 2009 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61u
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
changed to pass when compiling with strick checking of arguments across S/R
 (only with REAL4_IS_SLOW defined = the default)


Revision 1.13 - (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.12: +2 -2 lines
Diff to previous 1.12
add bj in exch2 arrays and S/R


Revision 1.12 - (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.11: +4 -4 lines
Diff to previous 1.11
fix typo in fortran IO format (thanks to Oliver to point this)


Revision 1.11 - (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.10: +20 -5 lines
Diff to previous 1.10
a hack for fizhi with NrPhys > 2*Nr


Revision 1.10 - (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.9: +144 -128 lines
Diff to previous 1.9
 - 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.9 - (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.8: +114 -57 lines
Diff to previous 1.8
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.8 - (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.7: +49 -49 lines
Diff to previous 1.7
- 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.7 - (view) (download) (annotate) - [select for diffs]
Tue May 12 19:56:35 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
new header file "W2_EXCH2_SIZE.h" coming with new W2-Exch2 topology code


Revision 1.6 - (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.5: +39 -15 lines
Diff to previous 1.5
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.5 - (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.4: +27 -83 lines
Diff to previous 1.4
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.4 - (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.3: +2 -10 lines
Diff to previous 1.3
move buffers to common block to save some memory


Revision 1.3 - (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.2: +49 -33 lines
Diff to previous 1.2
add arguments to S/R MDS_READ_FIELD and MDS_WRITE_FIELD.


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
CVS Tags: checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j
Changes since 1.1: +84 -59 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:25:15 2006 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post
new S/R that replaces MDSREADFIELD (& _LOC), with 1 more argument,
 and cleaned-up (remove 1/3 of calls);


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