/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

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

revision 1.1352 by gforget, Fri Dec 17 22:00:37 2010 UTC revision 1.1359 by jmc, Mon Dec 27 20:00:14 2010 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg/flt:
8      - use (recent) mdsio S/R MDS_READVEC_LOC instead of local FLT_MDSREADVECTOR
9      - precision of input and output files set according to readBinaryPrec
10        and writeBinaryPrec (previously always 64.b), pickup remains at 64 bits.
11      - initial float position from tiled file was not converted to index space
12        (looks like a bug): fixed to make it similar to initial pos. global file.
13    o global_ocean.cs32x15:
14       change SIZE.h of AD set-up to get same tiling as with MPI.
15       Update output_adm, output_adm.thsice (pass@14) & output_adm.seaice (fail@11)
16    o model/src:
17       add flag to control printing of domain fields (bathymetry, hFac ...) in
18       ini_mask_etc (call to plot_fieds_xy*).
19    o pkg/thsice:
20       if useEXF, some forcing fields are not valid in overlap: fixed by computing
21       over the interior only + apply EXCH at the end (like with SEAICE advection).
22    o pkg/mdsio:
23      - add 2 arguments to S/R MDS_PASS_R4/8toRL/S for overlap size of buffer
24        to copy to/from, so that it can be used to replace MDS_PASS_WH_R8toRL/RS.
25      - change barrier call for safe multi-threads access to 3-D shared buffer.
26      - MDS_READ/WRITEVEC_LOC use buffers from MDSIO_BUFF_3D.h (instead of local ones)
27      - replace call to MDS_PASS_WH_R4/8toRL with call to MDS_PASS_R4/8toRL and
28        remove the 4 S/R MDS_PASS_WH_R4/8toRL/S.
29    o pkg/flt:
30      - add fourth-order Runge-Kutta integration
31      - add basic exch2 support (only 1 facet supported so far!)
32    o pkg/mdsio+rw:
33      new S/R to read local (or tile independent) vector (read counterpart of
34       mds_writevec_loc, and front-end write_glvec_rl/rs).
35    o global_ocean.cs32x15: additional input_ad.seaice experiment
36        that uses pkg/seaice rather than pkg/thsice.
37        (using multidim advection for seaice)
38    o towards more F95 syntax for array specification in namelist:
39      - change "data.diagnostics" (data.ptracers was changed before checkpoint62p)
40        of all verification experiments.
41           e.g.:    line: fields(1,3)='ETAN    ','ETANSQ  ',
42          was changed to: fields(1:2,3)='ETAN    ','ETANSQ  ',
43      - finish adding "-DNML_EXTENDED_F77" to DEFINES list in pgf77 and g77 optfiles
44  o global_ocean.cs32x15: additional input.seaice experiment  o global_ocean.cs32x15: additional input.seaice experiment
45      that uses pkg/seaice rather than pkg/thsice.      that uses pkg/seaice rather than pkg/thsice.
46    
47  checkpoint62p (2010/12/17)  checkpoint62p (2010/12/17)
48  o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it  o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it
49      to THSICE_SIZE.h to avoid conflict with pkg/seaice.      to THSICE_SIZE.h to avoid conflict with pkg/seaice.

Legend:
Removed from v.1.1352  
changed lines
  Added in v.1.1359

  ViewVC Help
Powered by ViewVC 1.1.22