/[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.1116 by mlosch, Wed Jun 3 10:01:20 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 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  o pkg/obcs/exf
43    - exf_getffieldrec.F: add a few ". _d 0" and    - exf_getffieldrec.F: add a few ". _d 0" and
44                          add code to catch the case fldperiod = 0.                            add code to catch the case fldperiod = 0.  
# Line 25  o pkg/exch2: Line 60  o pkg/exch2:
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.1116  
changed lines
  Added in v.1.1127

  ViewVC Help
Powered by ViewVC 1.1.22