/[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.1120 by jmc, Wed Jun 10 03:59:51 2009 UTC revision 1.1134 by jahn, Fri Jun 26 23:19:03 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 add pkg/longstep for ptracer timestep a multiple of U/V/T/S timestep
8      - adds deltaT argument to the subroutines TIMESTEP_TRACER DWNSLP_APPLY
9        GAD_ADVECTION GAD_CALC_RHS GAD_IMPLICIT_R GAD_SOM_ADVECT
10      - verification experiment natl_box.longstep
11    o build_options: ifort+mpi_aces optfile (following Constantinos advise):
12      allow different versions of ifort (8 or 9) and different versions
13       of mpi (mpich or mpich2) to be used with the same optfile.
14      requires to load a netcdf module and set MPI_INC_DIR (see comments inside
15       optfile). Change testing scripts (example_scripts/ACESgrid) accordingly.
16    
17    checkpoint61r
18    o pkg/seaice:
19     - clean up the 3-time levels of UICE,VICE,HEFF,AREA in three steps:
20      1. introduce fields for time step (N-1)
21      2. do not use levels 2 and 3 anymore (but keep them)
22      3. replace 3D versions of UICE,VICE,HEFF,AREA by 2D versions. This
23         includes changes to pkg/thsice/thsice_get_velocity.F,
24         model/src/external_forcing_surf.F, pkg/obcs/obcs_apply_seaice.F, and
25         pkg/obcs/obcs_apply_uvice.F.
26     - completely remove code for leap-frog time stepping for second order
27       advection
28     - adjusted adjoint accordingly;
29       gradient checks have improved by an order of magnitude!
30    
31    checkpoint61q
32    o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver
33     - the boundary conditions along open boundaries are unclear, because the
34       associated masks are set to zero and are thus treated as closed when
35       applying the slip-boundary conditions.
36     - move initialisation of grid variables from seaice_init_varia to _fixed
37    o adding doc/diags_changes.txt
38    o model/src:
39      do_the_model_io: rename few pkg S/R which are called from do_the_model_io,
40       to avoid "_diags" naming if no relation to pkg/diagnostics.
41      ini_theta,ini_salt: fix (at least compile the code) reading from NetCDF
42       file and only call PLOT_FIELD_XYZ if debugMode=T.
43      remove few PLOT_FIELD_XY calls outside initialisation.
44      remove few unnecessary BARRIER.
45    o pkg/salt_plume: add SaltPlumeSouthernOcean to allow disabling
46      of salt_plume package in Southern Ocean
47    o pkg/thsice:
48     - fix hOceMxL in overlap (needed for sea-ice advection);
49       update output of experiment global_ocean.cs32x15.icedyn.
50    o pkg/seaice:
51     - make the (placeholder-)tracer IceAge a little more meaningful
52      by avoiding ridging of age due to convergent ice flow
53     - add diagnostics for surface temperature, atmospheric and oceanic
54       heat flux, and atmospheric and oceanic ice growth
55    
56    checkpoint61p
57  o eesupp (global_max & global_sum):  o eesupp (global_max & global_sum):
58   - add one more element to buffer (start at index 0) for GL_MAX/SUM output;   - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
59   - remove starting & endding barrier (no longer needed)   - remove starting & endding barrier (no longer needed)

Legend:
Removed from v.1.1120  
changed lines
  Added in v.1.1134

  ViewVC Help
Powered by ViewVC 1.1.22