/[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.1753 by jmc, Fri Oct 19 18:52:53 2012 UTC revision 1.1787 by mlosch, Fri Dec 21 13:24:22 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 pkg/seaice/seaice_lsr.F
8      - move calculation of matrix coefficients into new
9        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
10        file; the main purpose of this change is to be able to reuse the code
11        in S/R SEAICE_PRECONDITIONER
12      - modify the computation of the residual so that the mass of sea-ice
13        is not used twice; this simplyfies the calculations, but since
14        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
15        not tested in testreport---this does not affect the testreport results.
16    o verification/seaice_obcs:
17      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
18        verification/lab_sea/input.salt_plume; changes results/output.txt*
19    o model/src:
20      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
21    o pkg/seaice:
22      - improve description of parameters in seaice_fgmres.F and start
23        cleaning up the code
24      - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
25        second argument
26      - add a metric based on grid cell area to SEAICE_SCALPROD; update
27        results of offline_exf_seaice.dyn_jfnk
28      - compute initial residual norm in seaice_jfnk based on SEAICE_SCALPROD
29    o pkg/aim_v23:
30      - fix an other bug in dissipation heating (grid-cell area was missing).
31    o model/src + pkg/seaice:
32      - add global (multi-tile) linear solver for pair of tri-diagonal system
33        along X and Y lines, respectively for U and V component.
34        Note: 1) MPI and cube-exchange not yet coded.
35            2) probably not accurate for poorly conditioned / large size problem.
36      - add option for SEAICE_LSR to use global (multi-tile) tri-diagonal solver;
37        default: not compiled and not used.
38    o pkg/seaice:
39      - first attempt at a multi-threaded fgmres solver for the JFNK solver:
40        introduce bi/bj loops and use global_sum_tile_rl instead of
41        mpi_allreduce in seaice_fgmres.F
42      - improve diagnostics output for fgmres solver (seaice_fgmres.F)
43      - replace a few unnecessary goto statements by if-blocks  (seaice_fgmres.F)
44      - add a verification experiment for JFNK in offline_exf_seaice
45    o verification:
46      - change (for now, only fwd test) offline_exf_seaice experiment:
47        use a re-entrant channel with idealized costline (trapezoidal shape)
48        at southern boundary to explore seaice dynamics and thermodynamics
49        with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
50        secondary test (input.thsice) use thermodynamics only with SST relaxation.
51      - add seaice-dynamics only secondary test using LSR and pkg/thsice advection.
52    o pkg/exf:
53      - disable "sstExtrapol" when Nr=1
54    o verification:
55      - add new experiment "cheapAML_box" (simple 1 layer set-up from Bruno Deremble)
56        to test pkg/cheapaml.
57    o pkg/aim_v23 & pkg/shap_filt:
58      - fix dissipation heating (erroneous gravity multiplication factor).
59    o pkg/seaice:
60      - remove unused field pressPre from jfnk solver
61      - rename two subroutines in seaice_preconditioner.F
62    o eesupp/src:
63       - S/R MDSFINDUNIT avoids reserved unit numbers (scrUnit1, eeDataUnit ...)
64    o pkg/seaice/seaice_preconditioner.F: fix preconditioner once again
65       - remove wrong parts of the rhs and the lhs (were in there
66         because I did not understand the concept of this preconditioner)
67       - add an exchange between u- and v-sweep. This increases communication
68         by a factor of two but improves the convergence of jfnk. Ideally,
69         one would like the u- and v-sweep to be independent. So far within
70         undocumented ifdefs
71       - reorganize the extra computations for printing the residuals
72    o tools/genmake2:
73      - comment out the "mpif.h" include in NetCDF test programm (for MPI built)
74        since it's not necessary (and was preventing to use MNC in some cases).
75    
76    checkpoint64a (2012/11/16)
77    o pkg/autodiff:
78      - improve pkg-internal logical parameter switch (inAd/inFwd mode) so that
79        autodiff_readparms.F no longer depends on calling order (within
80        packages_readparms.F) and no longer requires to include ${PKG}_PARMS.h):
81        rename param turnFreeDriftInAdMode to SEAICEuseFREEDRIFTswitchInAd
82        and change param SEAICEuseDYNAMICSinAdMode to SEAICEuseDYNAMICSswitchInAd.
83    o pkg/obcs:
84      - adding tidal velocity forcing capability to obcs
85        for usage example, see verification/seaice_obcs/input.tides
86    o pkg/seaice:
87      - turn the LSR-relaxation parameters WFAU/V into runtime parameters
88        SEAICE_LSRrelaxU/V
89      - introduce runtime parameter SEAICEetaZmethod (=0 by default)
90    o pkg/aim_v23:
91      - implement heating from friction (bottom friction and stratospheric drag).
92    o pkg/shap_filt:
93      - fix diagnostic "SHAP_dKE" (was 2 time smaller); implement heating from
94        dissipation but only for Shap_funct=2, active when addFrictionHeating=T.
95    o model/src:
96      - move AddMass common block from DYNVARS.h to FFIELDS.h; allow to read-in
97        time-constant addMass field from file (addMassFile);
98      - support for heating due to friction (and Kinetic Energy dissipation):
99        add option, run-time switch and 3-D field array + support code ; each pkg
100        or S/R can add heating contribution (if there is a sink of KE); the sum is
101        accounted for as a Temperature tendency term (EXTERNAL_FORCING_T).
102    o pkg/seaice:
103      - complete merge of ITD code into seaice_growth.F
104        from MITgcm_contrib/torge/itd/code/
105        no verification so far, but Torge Martin tested
106        "1-D test case and Beaufort set up;
107        deliver okay results after 1 model year."
108      - complete merge of SEAICE_SIZE.h into all relevant routines
109      - move computation of eta at Z-points into calc_viscosities
110        + introduce global field etaZ
111        + add different methods for computing etaZ, for now the old
112          method (simple averages of eta to Z-points) is hardwired
113        + replace etaMeanZ by etaZ in seaice_lsr, seaice_calc_residual,
114          seaice_preconditioner
115      - simplify computations for SEAICE_ZETA_SMOOTHREG
116      - seaice_preconditioner:
117        + replace one remaining press by pressLoc (mistake)
118        + adjust printing of residuals
119      - improve I/O of diagnostics of JFNK in seaice_jfnk.F:
120        + add (SEAICE.h) and rename some counters (initiliased in
121          seaice_init_fixed.F)
122        + add _BEGIN/END_MASTER (myThid)  around print statements
123        + print total number of iterations and failures over SEAICE_monFreq
124          interval to STDOUT
125      - move control over output-messages by fgmres to seaice_jfnk to save
126        some operations
127      - move resetting initial guess for fgmres outside of seaice_fgmres_driver
128        in order to make restarts with sol .ne. zero (fgmres with restarts)
129        (seaice_jfnk.F, seaice_fgmres.F)
130      - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes
131        a serious convergence problem when open boundaries are involved
132    o pkg/ggl90: fix computation of control volumes for the case of
133      ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes
134      up half a grid cell from C-centered to W-centered (pointed out by C. Eden)
135    o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC
136    o pkg/autodiff
137      - Add inAdMode switch for SEAICEuseDYNAMICS:
138        SEAICEuseDYNAMICSinAdMode
139        (extend logic in ADAUTODIFF_INADMODE_SET)
140    o pkg/seaice
141      - Step 1 of merging ice-thickness distribution (ITD) code from
142        MITgcm_contrib/torge/itd/ (author: Torge Martin)
143        The code implements concept laid out in Thorndike et al. (1975);
144        code is enabled via CPP flag SEAICE_ITD
145        nITD (in SEAICE_SIZE.h) defines number of ice thickness categories;
146        code is not complete yet!!
147      - SEAICE_SIZE.h now included in almost all seaice routines
148    o verification (using seaice):
149      - switch back seaice-dynamics (+ lower SOLV_MAX_ITERS) in ADM exp.
150        global_ocean.cs32x15.seaice ; update results.
151      - compile B-grid dynamics in FW test exp 1D_ocean_ice_column ;
152      - compile C-grid dynamics with #define SEAICE_ALLOW_JFNK in FW test exp
153        offline_exf_seaice (previously compiling B-grid).
154    o pkg/exf:
155      - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
156        to specify neither just 1 comp of wind or wind-stress, nor no surface momentum
157        forcing): just replace CPP option ALLOW_ATM_WIND with run-time param useAtmWind.
158  o pkg/layers (adjust changes from Sept 19):  o pkg/layers (adjust changes from Sept 19):
159    - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)    - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)
160      this allows to remove "layers_maxNum" dimension from all layers arrays.      this allows to remove "layers_maxNum" dimension from all layers arrays.

Legend:
Removed from v.1.1753  
changed lines
  Added in v.1.1787

  ViewVC Help
Powered by ViewVC 1.1.22