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

  ViewVC Help
Powered by ViewVC 1.1.22