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

Legend:
Removed from v.1.1774  
changed lines
  Added in v.1.1792

  ViewVC Help
Powered by ViewVC 1.1.22