/[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.1119 by jmc, Tue Jun 9 22:55:35 2009 UTC revision 1.1137 by jmc, Tue Jun 30 00:02:32 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/exch2 (exch2_rxN_cube*):
8       remove last BARRIER (no need to synchronise after getting data from shared
9       buffer (get) as long as any change to buffer (put,recv) is between BARRIER)
10    o change tiling of natl_box (from 2 to 4 tiles) to get it tested with MPI+MTH
11      and generate new output (for the 2 tests) using default rotationPeriod.
12    o pkg/exch2:
13      - always call exch2_*_cube, not exch-1 anymore, if useCubedSphereExchange=F
14        (was already the case with AUTODIFF_EXCH2 defined)
15      - add bj in exch2 arrays and S/R.
16      - can now use pkg/exch2 for regular (non CS) set-up; switch test experiment
17        MLAdjust to exch2 (identical results except with MPI -> truncation diff);
18    o add pkg/longstep for ptracer timestep a multiple of U/V/T/S timestep
19      - adds deltaT argument to the subroutines TIMESTEP_TRACER DWNSLP_APPLY
20        GAD_ADVECTION GAD_CALC_RHS GAD_IMPLICIT_R GAD_SOM_ADVECT
21      - verification experiment natl_box.longstep
22    o build_options: ifort+mpi_aces optfile (following Constantinos advise):
23      allow different versions of ifort (8 or 9) and different versions
24       of mpi (mpich or mpich2) to be used with the same optfile.
25      requires to load a netcdf module and set MPI_INC_DIR (see comments inside
26       optfile). Change testing scripts (example_scripts/ACESgrid) accordingly.
27    o pkg/seaice:
28      fix previous modif (3-level field removed) for old-pickup reading
29    
30    checkpoint61r
31    o pkg/seaice:
32     - clean up the 3-time levels of UICE,VICE,HEFF,AREA in three steps:
33      1. introduce fields for time step (N-1)
34      2. do not use levels 2 and 3 anymore (but keep them)
35      3. replace 3D versions of UICE,VICE,HEFF,AREA by 2D versions. This
36         includes changes to pkg/thsice/thsice_get_velocity.F,
37         model/src/external_forcing_surf.F, pkg/obcs/obcs_apply_seaice.F, and
38         pkg/obcs/obcs_apply_uvice.F.
39     - completely remove code for leap-frog time stepping for second order
40       advection
41     - adjusted adjoint accordingly;
42       gradient checks have improved by an order of magnitude!
43    
44    checkpoint61q
45    o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver
46     - the boundary conditions along open boundaries are unclear, because the
47       associated masks are set to zero and are thus treated as closed when
48       applying the slip-boundary conditions.
49     - move initialisation of grid variables from seaice_init_varia to _fixed
50    o adding doc/diags_changes.txt
51    o model/src:
52      do_the_model_io: rename few pkg S/R which are called from do_the_model_io,
53       to avoid "_diags" naming if no relation to pkg/diagnostics.
54      ini_theta,ini_salt: fix (at least compile the code) reading from NetCDF
55       file and only call PLOT_FIELD_XYZ if debugMode=T.
56      remove few PLOT_FIELD_XY calls outside initialisation.
57      remove few unnecessary BARRIER.
58    o pkg/salt_plume: add SaltPlumeSouthernOcean to allow disabling
59      of salt_plume package in Southern Ocean
60    o pkg/thsice:
61     - fix hOceMxL in overlap (needed for sea-ice advection);
62       update output of experiment global_ocean.cs32x15.icedyn.
63    o pkg/seaice:
64     - make the (placeholder-)tracer IceAge a little more meaningful
65      by avoiding ridging of age due to convergent ice flow
66     - add diagnostics for surface temperature, atmospheric and oceanic
67       heat flux, and atmospheric and oceanic ice growth
68    
69    checkpoint61p
70    o eesupp (global_max & global_sum):
71     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
72     - remove starting & endding barrier (no longer needed)
73  o pkg/mdsio, writelocal:  o pkg/mdsio, writelocal:
74     works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined     works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
75     (remove the STOP): uses shared buffer IO to store data from all threads     (remove the STOP): uses shared buffer IO to store data from all threads

Legend:
Removed from v.1.1119  
changed lines
  Added in v.1.1137

  ViewVC Help
Powered by ViewVC 1.1.22