/[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.1118 by jmc, Mon Jun 8 04:33:33 2009 UTC revision 1.1131 by heimbach, Wed Jun 24 20:28:21 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:
8     - clean up the 3-time levels of UICE,VICE,HEFF,AREA in three steps:
9      1. introduce fields for time step (N-1)
10      2. do not use levels 2 and 3 anymore (but keep them)
11      3. replace 3D versions of UICE,VICE,HEFF,AREA by 2D versions. This
12         includes changes to pkg/thsice/thsice_get_velocity.F,
13         model/src/external_forcing_surf.F, pkg/obcs/obcs_apply_seaice.F, and
14         pkg/obcs/obcs_apply_uvice.F.
15     - completely remove code for leap-frog time stepping for second order
16       advection
17     - adjusted adjoint accordingly;
18       gradient checks have improved by an order of magnitude!
19    
20    checkpoint61q
21    o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver
22     - the boundary conditions along open boundaries are unclear, because the
23       associated masks are set to zero and are thus treated as closed when
24       applying the slip-boundary conditions.
25     - move initialisation of grid variables from seaice_init_varia to _fixed
26    o adding doc/diags_changes.txt
27    o model/src:
28      do_the_model_io: rename few pkg S/R which are called from do_the_model_io,
29       to avoid "_diags" naming if no relation to pkg/diagnostics.
30      ini_theta,ini_salt: fix (at least compile the code) reading from NetCDF
31       file and only call PLOT_FIELD_XYZ if debugMode=T.
32      remove few PLOT_FIELD_XY calls outside initialisation.
33      remove few unnecessary BARRIER.
34    o pkg/salt_plume: add SaltPlumeSouthernOcean to allow disabling
35      of salt_plume package in Southern Ocean
36    o pkg/thsice:
37     - fix hOceMxL in overlap (needed for sea-ice advection);
38       update output of experiment global_ocean.cs32x15.icedyn.
39    o pkg/seaice:
40     - make the (placeholder-)tracer IceAge a little more meaningful
41      by avoiding ridging of age due to convergent ice flow
42     - add diagnostics for surface temperature, atmospheric and oceanic
43       heat flux, and atmospheric and oceanic ice growth
44    
45    checkpoint61p
46    o eesupp (global_max & global_sum):
47     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
48     - remove starting & endding barrier (no longer needed)
49    o pkg/mdsio, writelocal:
50       works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
51       (remove the STOP): uses shared buffer IO to store data from all threads
52       and then let master-thread write nThreads tiles.
53  o pkg/mdsio (read/write field):  o pkg/mdsio (read/write field):
54   - tiled IO done in 1 piece (all levels at a time);   - tiled IO done in 1 piece (all levels at a time);
55     - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.
56   - multi-threaded: allow to read/write local (non-shared) array   - multi-threaded: allow to read/write local (non-shared) array
57     (was already working with singleCpuIO ; now works also without);     (was already working with singleCpuIO ; now works also without);
58     => no longer needs barrier call after reading a file (added inside     => no longer needs barrier call after reading a file (added inside
59     mds_read/write field).     mds_read/write field).
  - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.  
60   - move barrier calls outside gather/scatter_2d to mds_read/write_field   - move barrier calls outside gather/scatter_2d to mds_read/write_field
61  o pkg/obcs/exf  o pkg/obcs/exf
62    - exf_getffieldrec.F: add a few ". _d 0" and    - exf_getffieldrec.F: add a few ". _d 0" and

Legend:
Removed from v.1.1118  
changed lines
  Added in v.1.1131

  ViewVC Help
Powered by ViewVC 1.1.22