/[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.1113 by jmc, Sun May 31 00:00:57 2009 UTC revision 1.1127 by dimitri, Sun Jun 21 23:08:48 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/exch2:  o adding doc/diags_changes.txt
8    o model/src:
9      do_the_model_io: rename few pkg S/R which are called from do_the_model_io,
10       to avoid "_diags" naming if no relation to pkg/diagnostics.
11      ini_theta,ini_salt: fix (at least compile the code) reading from NetCDF
12       file and only call PLOT_FIELD_XYZ if debugMode=T.
13      remove few PLOT_FIELD_XY calls outside initialisation.
14      remove few unnecessary BARRIER.
15    o pkg/salt_plume: add SaltPlumeSouthernOcean to allow disabling
16      of salt_plume package in Southern Ocean
17    o pkg/thsice:
18     - fix hOceMxL in overlap (needed for sea-ice advection);
19       update output of experiment global_ocean.cs32x15.icedyn.
20    o pkg/seaice:
21     - make the (placeholder-)tracer IceAge a little more meaningful
22      by avoiding ridging of age due to convergent ice flow
23     - add diagnostics for surface temperature, atmospheric and oceanic
24       heat flux, and atmospheric and oceanic ice growth
25    
26    checkpoint61p
27    o eesupp (global_max & global_sum):
28     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
29     - remove starting & endding barrier (no longer needed)
30    o pkg/mdsio, writelocal:
31       works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
32       (remove the STOP): uses shared buffer IO to store data from all threads
33       and then let master-thread write nThreads tiles.
34    o pkg/mdsio (read/write field):
35     - tiled IO done in 1 piece (all levels at a time);
36     - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.
37     - multi-threaded: allow to read/write local (non-shared) array
38       (was already working with singleCpuIO ; now works also without);
39       => no longer needs barrier call after reading a file (added inside
40       mds_read/write field).
41     - move barrier calls outside gather/scatter_2d to mds_read/write_field
42    o pkg/obcs/exf
43      - exf_getffieldrec.F: add a few ". _d 0" and
44                            add code to catch the case fldperiod = 0.  
45      - obcs_precribe_read.F: change if statements so that they match
46                              the variable type (_RL)
47      - add a separate exf_iprec_obcs to exf_set_obcs (by default equal to
48        exf_iprec) as part of namelist EXF_NML_01
49    o pkg/mdsio:
50      - read/write tiled (local) files: read/write 1-level tile chunk at a time
51        (instead of segment of length sNx); expected to speed up tiled IO.
52    o pkg/exch2:
53    - take buffer copy from/to array out of S/R exch2_send/recv into new    - take buffer copy from/to array out of S/R exch2_send/recv into new
54      S/R exch2_put/get ; Exch of local variable now works with MPI+MTH      S/R exch2_put/get ; Exch of local variable now works with MPI+MTH
55      (tested by removing commom block statement in SOLVE_FOR_PRESSURE.h).      (tested by removing commom block statement in SOLVE_FOR_PRESSURE.h).
56    - ad version of send/recv no longer needed (but needs exch2_ad_put/ad_get)    - ad version of send/recv no longer needed (but needs exch2_ad_put/ad_get)
57    - simplify argument list of S/R exch2_get_uv_bounds and exch2_get_scal_bounds    - simplify argument list of S/R exch2_get_uv_bounds and exch2_get_scal_bounds
58      (which replaces exch2_get_recv_bounds & exch2_get_send_bounds) by      (which replaces exch2_get_recv_bounds & exch2_get_send_bounds) by
59      including Topology header file (and common blocks).      including Topology header file (and common blocks).
60    - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);    - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);
61      remove 2nd exch call in exch2_s3d_rx (no longer needed).      remove 2nd exch call in exch2_s3d_rx (no longer needed).
62    - document S/R arg. list (+ update some comments)    - document S/R arg. list (+ update some comments)
63  o pkg/seaice:  o pkg/seaice:
64      - added SEAICE_CLIM_AIR code, which permits modulation of surface air
65        temperature and humidity over sea ice based on climatological values.
66    - clean up computation of Hibler+Bryan (1987) stress coupling for the case    - clean up computation of Hibler+Bryan (1987) stress coupling for the case
67      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
68      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.1113  
changed lines
  Added in v.1.1127

  ViewVC Help
Powered by ViewVC 1.1.22