/[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.1502 by jmc, Wed Sep 21 16:29:49 2011 UTC revision 1.1512 by jmc, Wed Oct 12 03:05:43 2011 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/exf:
8      - fix previous modif in exf_readparms.F (revision 1.66: treatment of
9        optional namelist EXF_NML_OBCS).
10      - add many debug-print (to trace down where pkg/cal error msg comes from)
11    o pkg/mom_vecinv/mom_vi_hdissip.F
12      - rearrange loops so that vectorization is improved and in particular
13        the adjoint routine vectorizes. The code is a little longer now, but I
14        think easier to read.
15        Note: CPP-flag MOM_VI_ORIGINAL_VISCA4 is not tested.
16    o pkg/seaice:
17      - allow to specify initial seaice velocity from files (uIceFile,vIceFile)
18    o pkg/exch2:
19      - alternative code (without tile x tile matrix) for cumulated (global) sum;
20        used as default; keep using matrix version in adjustment.cs-32x32x1.
21    o tools/build_options:
22      - after merging some MPI and/or multi-threads specific optfiles so that
23        the modified default optfile support both built (using genmake2 -mpi
24        for the MPI built, using genmake2 -omp for OpenMP built),
25        move now obsolete optfiles to tools/build_options/unsupported/
26       (add copy of email sent to support list in doc/optfiles_changes.txt)
27    
28    checkpoint63c (2011/09/28)
29    o pkg/ebm:
30      - fix ebm_zonalmean.F for several procs in Ydir (nPy > 1); update output of
31        test exp. global_ocean_ebm (affects machine truncation, 12 digits for cg2d)
32    o pkg/seaice (SItracer pickup)
33    * Simple code for pickup of SItracer fields (#define ALLOW_SITRACER)
34      To be done:
35      - thorough testing of missing fields in S/R seaice_read_pickup
36      - thorough matching between generic tracers and specific fields used
37        (e.g. volume-weighted age, area-weighted age, salinity, ...)
38    o pkg/grdchk:
39      - all procs calculate and print finite-difference gradient (for testreport)
40      - change description output used by testreport;
41      - AD testing: also compare and report Finite-difference gradient;
42        => update all output_adm*.txt
43    o test exp. global_ocean_ebm:
44      - switch back useRealFreshWaterFlux (no problem anymore with run-off);
45        and turn on exactConserve; update (fwd) output.
46    o pkg/seaice (LSR):
47      - print to STDOUT number of solver iterations at SEAICE_monFreq interval.
48      - modify solver to deal cleanly with u/v switch at face edges (CS-grid):
49        * identical results with non-CS topology (but save up to half of EXCH calls)
50        * no much changes in cs-32 verification tests since no ice at face edges
51         (differences due to convergence criteria, since nb of iterations changed)
52        * expect some differences on lat-lon-cap grid.
53        update FWD results of global_ocean.cs32x15 test exp. (icedyn & seaice)
54  o pkg/exch2:  o pkg/exch2:
55    - add new CPP option to disable Cumul-Sum matrix (to save storage when using    - add new CPP option to disable Cumul-Sum matrix (to save storage when using
56      many tiles); until alternative coding is added, just add a stop.      many tiles); until alternative coding is added, just add a stop.

Legend:
Removed from v.1.1502  
changed lines
  Added in v.1.1512

  ViewVC Help
Powered by ViewVC 1.1.22