/[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.1114 by jmc, Mon Jun 1 14:22:57 2009 UTC revision 1.1122 by mlosch, Thu Jun 11 09:04:13 2009 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/seaice: make the (placeholder-)tracer IceAge a little more meaningful
8      by avoiding ridging of age due to convergent ice flow
9    
10    checkpoint61p
11    o eesupp (global_max & global_sum):
12     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
13     - remove starting & endding barrier (no longer needed)
14    o pkg/mdsio, writelocal:
15       works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
16       (remove the STOP): uses shared buffer IO to store data from all threads
17       and then let master-thread write nThreads tiles.
18    o pkg/mdsio (read/write field):
19     - tiled IO done in 1 piece (all levels at a time);
20     - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.
21     - multi-threaded: allow to read/write local (non-shared) array
22       (was already working with singleCpuIO ; now works also without);
23       => no longer needs barrier call after reading a file (added inside
24       mds_read/write field).
25     - move barrier calls outside gather/scatter_2d to mds_read/write_field
26    o pkg/obcs/exf
27      - exf_getffieldrec.F: add a few ". _d 0" and
28                            add code to catch the case fldperiod = 0.  
29      - obcs_precribe_read.F: change if statements so that they match
30                              the variable type (_RL)
31      - add a separate exf_iprec_obcs to exf_set_obcs (by default equal to
32        exf_iprec) as part of namelist EXF_NML_01
33  o pkg/mdsio:  o pkg/mdsio:
34    - read/write tiled (local) files: read/write 1-level tile chunk at a time    - read/write tiled (local) files: read/write 1-level tile chunk at a time
35      (instead of segment of length sNx); expected to speed up tiled IO.      (instead of segment of length sNx); expected to speed up tiled IO.
# Line 18  o pkg/exch2: Line 44  o pkg/exch2:
44    - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);    - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);
45      remove 2nd exch call in exch2_s3d_rx (no longer needed).      remove 2nd exch call in exch2_s3d_rx (no longer needed).
46    - document S/R arg. list (+ update some comments)    - document S/R arg. list (+ update some comments)
47  o pkg/seaice:  o pkg/seaice:
48      - added SEAICE_CLIM_AIR code, which permits modulation of surface air
49        temperature and humidity over sea ice based on climatological values.
50    - clean up computation of Hibler+Bryan (1987) stress coupling for the case    - clean up computation of Hibler+Bryan (1987) stress coupling for the case
51      of LSR (this change is expected to change the results slightly because now      of LSR (this change is expected to change the results slightly because now
52      it uses slightly difference moduli from the second last LSR solution, but      it uses slightly difference moduli from the second last LSR solution, but

Legend:
Removed from v.1.1114  
changed lines
  Added in v.1.1122

  ViewVC Help
Powered by ViewVC 1.1.22