/[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.1129 by mlosch, Mon Jun 22 15:58:42 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      - completely remove code for leap-frog time stepping for second order
9       advection
10     - clean up the 3-time levels of UICE,VICE,HEFF,AREA:
11      1. introduce fields for time step (N-1)
12      2. do not use levels 2 and 3 anymore (but keep them for now)
13    
14    checkpoint61q
15    o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver
16     - the boundary conditions along open boundaries are unclear, because the
17       associated masks are set to zero and are thus treated as closed when
18       applying the slip-boundary conditions.
19     - move initialisation of grid variables from seaice_init_varia to _fixed
20    o adding doc/diags_changes.txt
21    o model/src:
22      do_the_model_io: rename few pkg S/R which are called from do_the_model_io,
23       to avoid "_diags" naming if no relation to pkg/diagnostics.
24      ini_theta,ini_salt: fix (at least compile the code) reading from NetCDF
25       file and only call PLOT_FIELD_XYZ if debugMode=T.
26      remove few PLOT_FIELD_XY calls outside initialisation.
27      remove few unnecessary BARRIER.
28    o pkg/salt_plume: add SaltPlumeSouthernOcean to allow disabling
29      of salt_plume package in Southern Ocean
30    o pkg/thsice:
31     - fix hOceMxL in overlap (needed for sea-ice advection);
32       update output of experiment global_ocean.cs32x15.icedyn.
33    o pkg/seaice:
34     - make the (placeholder-)tracer IceAge a little more meaningful
35      by avoiding ridging of age due to convergent ice flow
36     - add diagnostics for surface temperature, atmospheric and oceanic
37       heat flux, and atmospheric and oceanic ice growth
38    
39    checkpoint61p
40    o eesupp (global_max & global_sum):
41     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
42     - remove starting & endding barrier (no longer needed)
43    o pkg/mdsio, writelocal:
44       works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
45       (remove the STOP): uses shared buffer IO to store data from all threads
46       and then let master-thread write nThreads tiles.
47    o pkg/mdsio (read/write field):
48     - tiled IO done in 1 piece (all levels at a time);
49     - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.
50     - multi-threaded: allow to read/write local (non-shared) array
51       (was already working with singleCpuIO ; now works also without);
52       => no longer needs barrier call after reading a file (added inside
53       mds_read/write field).
54     - move barrier calls outside gather/scatter_2d to mds_read/write_field
55    o pkg/obcs/exf
56      - exf_getffieldrec.F: add a few ". _d 0" and
57                            add code to catch the case fldperiod = 0.  
58      - obcs_precribe_read.F: change if statements so that they match
59                              the variable type (_RL)
60      - add a separate exf_iprec_obcs to exf_set_obcs (by default equal to
61        exf_iprec) as part of namelist EXF_NML_01
62  o pkg/mdsio:  o pkg/mdsio:
63    - 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
64      (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 73  o pkg/exch2:
73    - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);    - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);
74      remove 2nd exch call in exch2_s3d_rx (no longer needed).      remove 2nd exch call in exch2_s3d_rx (no longer needed).
75    - document S/R arg. list (+ update some comments)    - document S/R arg. list (+ update some comments)
76  o pkg/seaice:  o pkg/seaice:
77      - added SEAICE_CLIM_AIR code, which permits modulation of surface air
78        temperature and humidity over sea ice based on climatological values.
79    - clean up computation of Hibler+Bryan (1987) stress coupling for the case    - clean up computation of Hibler+Bryan (1987) stress coupling for the case
80      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
81      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.1129

  ViewVC Help
Powered by ViewVC 1.1.22