/[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.1779 by jmc, Sun Dec 9 21:01:16 2012 UTC revision 1.1791 by jmc, Mon Dec 24 15:55:10 2012 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint64b (2012/12/24)
8    o pkg/cheapaml:
9      - remove un-used variables (Qnet,EmPmR) from pickup files.
10      - store tendency of advected variables into cheapaml pickup file
11        and fix the AB-2 restart.
12    o verification/offline_exf_seaice and lab_sea adjoint:
13      - switch to new code (#undef SEAICE_GROWTH_LEGACY).
14      - switch to 4 time steps in offline, consistent with lab_sea.
15      - match parameters from SEAICE_GROWTH_LEGACY branch in data.seaice.
16      - update results after change of experiment seaice.
17    o pkg/seaice:
18      - remove option SEAICE_MULTICATEGORY; has been replaced with run-time
19        parameter SEAICE_multDim. Issue a warning if SEAICE_MULTICATEGORY is
20        still defined since SEAICE_multDim needs to be set to MULTDIM value (from
21        SEAICE_SIZE.h) to recover previous #define SEAICE_MULTICATEGORY default.
22    o model/src:
23      - add run-time parameter to select CG2D solver minimum-residual solution
24        (in case of a poor convergence).
25    o pkg/seaice/seaice_lsr.F
26      - move calculation of matrix coefficients into new
27        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
28        file; the main purpose of this change is to be able to reuse the code
29        in S/R SEAICE_PRECONDITIONER
30      - modify the computation of the residual so that the mass of sea-ice
31        is not used twice; this simplifies the calculations, but since
32        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
33        not tested in testreport---this does not affect the testreport results.
34    o verification/seaice_obcs:
35      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
36        verification/lab_sea/input.salt_plume; changes results/output.txt*
37    o model/src:
38      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
39    o pkg/seaice:
40      - improve description of parameters in seaice_fgmres.F and start
41        cleaning up the code
42      - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
43        second argument
44      - add a metric based on grid cell area to SEAICE_SCALPROD; update
45        results of offline_exf_seaice.dyn_jfnk
46      - compute initial residual norm in seaice_jfnk based on SEAICE_SCALPROD
47    o pkg/aim_v23:
48      - fix an other bug in dissipation heating (grid-cell area was missing).
49    o model/src + pkg/seaice:
50      - add global (multi-tile) linear solver for pair of tri-diagonal system
51        along X and Y lines, respectively for U and V component.
52        Note: 1) MPI and cube-exchange not yet coded.
53            2) probably not accurate for poorly conditioned / large size problem.
54      - add option for SEAICE_LSR to use global (multi-tile) tri-diagonal solver;
55        default: not compiled and not used.
56    o pkg/seaice:
57      - first attempt at a multi-threaded fgmres solver for the JFNK solver:
58        introduce bi/bj loops and use global_sum_tile_rl instead of
59        mpi_allreduce in seaice_fgmres.F
60      - improve diagnostics output for fgmres solver (seaice_fgmres.F)
61      - replace a few unnecessary goto statements by if-blocks  (seaice_fgmres.F)
62      - add a verification experiment for JFNK in offline_exf_seaice
63  o verification:  o verification:
64    - change (for now, only fwd test) offline_exf_seaice experiment:    - change (for now, only fwd test) offline_exf_seaice experiment:
65      use a re-entrant channel with idealized costline (trapezoidal shape)      use a re-entrant channel with idealized coastline (trapezoidal shape)
66      at southern boundary to explore seaice dynamics and thermodynamics      at southern boundary to explore seaice dynamics and thermodynamics
67      with simple forcing. Main set-up has dynamics+thermo and SST relaxation;      with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
68      secondary test (input.thsice) use thermodynamics only with SST relaxation.      secondary test (input.thsice) use thermodynamics only with SST relaxation.

Legend:
Removed from v.1.1779  
changed lines
  Added in v.1.1791

  ViewVC Help
Powered by ViewVC 1.1.22