/[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.1130 by mlosch, Wed Jun 24 08:05:07 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    
18    checkpoint61q
19    o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver
20     - the boundary conditions along open boundaries are unclear, because the
21       associated masks are set to zero and are thus treated as closed when
22       applying the slip-boundary conditions.
23     - move initialisation of grid variables from seaice_init_varia to _fixed
24    o adding doc/diags_changes.txt
25    o model/src:
26      do_the_model_io: rename few pkg S/R which are called from do_the_model_io,
27       to avoid "_diags" naming if no relation to pkg/diagnostics.
28      ini_theta,ini_salt: fix (at least compile the code) reading from NetCDF
29       file and only call PLOT_FIELD_XYZ if debugMode=T.
30      remove few PLOT_FIELD_XY calls outside initialisation.
31      remove few unnecessary BARRIER.
32    o pkg/salt_plume: add SaltPlumeSouthernOcean to allow disabling
33      of salt_plume package in Southern Ocean
34    o pkg/thsice:
35     - fix hOceMxL in overlap (needed for sea-ice advection);
36       update output of experiment global_ocean.cs32x15.icedyn.
37    o pkg/seaice:
38     - make the (placeholder-)tracer IceAge a little more meaningful
39      by avoiding ridging of age due to convergent ice flow
40     - add diagnostics for surface temperature, atmospheric and oceanic
41       heat flux, and atmospheric and oceanic ice growth
42    
43    checkpoint61p
44    o eesupp (global_max & global_sum):
45     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
46     - remove starting & endding barrier (no longer needed)
47    o pkg/mdsio, writelocal:
48       works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
49       (remove the STOP): uses shared buffer IO to store data from all threads
50       and then let master-thread write nThreads tiles.
51  o pkg/mdsio (read/write field):  o pkg/mdsio (read/write field):
52   - tiled IO done in 1 piece (all levels at a time);   - tiled IO done in 1 piece (all levels at a time);
53     - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.
54   - multi-threaded: allow to read/write local (non-shared) array   - multi-threaded: allow to read/write local (non-shared) array
55     (was already working with singleCpuIO ; now works also without);     (was already working with singleCpuIO ; now works also without);
56     => no longer needs barrier call after reading a file (added inside     => no longer needs barrier call after reading a file (added inside
57     mds_read/write field).     mds_read/write field).
  - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.  
58   - move barrier calls outside gather/scatter_2d to mds_read/write_field   - move barrier calls outside gather/scatter_2d to mds_read/write_field
59  o pkg/obcs/exf  o pkg/obcs/exf
60    - 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.1130

  ViewVC Help
Powered by ViewVC 1.1.22