/[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.1821 by mlosch, Fri Feb 8 07:56:45 2013 UTC revision 1.1832 by mlosch, Mon Feb 25 10:45:15 2013 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: fix line search in seaice_jfnk.F (s/r seaice_jfnk_update)
8    o pkg/seaice: reorganize seaice_lsr.F to be able to reuse more code:
9      - new subroutines seaice_lsr_tridiagu/v
10      - introduce loop bounds i/jmin/max to be able to use a restricted
11        additive Schwarz method, but not used for now.
12      - rename SEAICE_CALC_LSR_COEFFS into SEAICE_LSR_CALC_COEFFS
13      - use new subroutines seaice_lsr_tridiagu/v in s/r seaice_preconditioner
14    o OpenAD support
15      Reorganize S/R call for overall time-stepping loop to facilitate
16      OpenAD revolve loop replacement
17      (new S/R main_do_loop.F)
18    o model/src:
19      - add 3-D array 3rd dimension to argument list of S/R ADAMS_BASHFORTH2/3;
20      - pkg/cheapaml: remove local S/R ADAMS2d and use instead standard S/R
21        ADAMS_BASHFORTH2.
22    o pkg/cheapaml:
23      - add new parameter (default=F, same as before) to disable full domain
24        (including land) periodicity in X & Y dir.
25      - new S/R CHEAPAML_COPY_EDGES to copy relaxation field into edges of
26        prognostics field ; merge the 2 S/R cycle_2d_tracer and timestep_2d_tracer
27        into single S/R CHEAPAML_TIMESTEP.
28    
29    checkpoint64d (2013/02/17)
30    o pkg/monitor (angular momentum):
31      - do not add Eta contribution to the total AM if using rigid-lid;
32      - correct for Adams-Bashforth in zonal-wind part (instead of in AM_eta).
33      - horizontal discretisation: compute Zonal wind contribution separately for
34        each component (instead of from cell centered averaged) and use the 4
35        grid-cell corner averaged value of Omega*(R*cos_Phi)^2 in AM_eta part.
36      - Check that AM is conserved with linear dynamics (momAdvection=F and linear
37        FreeSurf) if using vectorInvariant momentum.
38    o model/src (horizontal grid):
39      - move initialisation of all horizontal grid arrays to null value
40        from specific horizontal grid S/R to main S/R INI_GRID;
41      - add 2 new arrays to project model C-grid velocity on to zonal direction
42        (similar to AngleCosC & -AngleSinC but at U and V point location) and
43        compute them in S/R CALC_GRID_ANGLES.
44    o pkg/seaice: replace a hard coded parameter by a runtime parameter
45        SEAICE_JFNK_tolIter
46    o pkg/seaice: introduce a restricted additive Schwarz (RAS) method in
47        preconditioner for JFNK (run LSR into the overlaps as far as possible,
48        i.e OLx/y-2, but overwrite the solution in the overlaps)
49      - extend loop range in seaice_calc_viscosity
50      - add new parameters SEAICE_OLx/y (default = OLx/y-2)
51      - add flexible loop ranges to seaice_preconditioner, seaice_calc_lsr_coeffs
52      - slightly modify loops in tridiagonal solver lsr-preconditioner
53      - by default remove the extra exchange in seaice_preconditioner with a
54        replacement of an undocumented CPP flag by SEAICE_PRECOND_EXTRA_EXCHANGE
55      - modify offline_exf_seaice so that old results without RAS are reproduced
56        for output.dyn_jfnk.txt
57      in seaice_fgmres.F (unrelated to RAS)
58      - add a cpp-flag option for a re-ordered mapping (potentially more
59        efficient), but because this changes the results, turn it off by
60        default
61      - replace the save statement by local common blocks
62    o utils/matlab:
63      - fix tile-offset in rdmnc.m when output was produced using EXCH2.
64      - update cs_grid/bk_line scripts to use load_grid.m (in utils/matlab)
65        instead of local script "load_cs.m".
66    o pkg/seaice:
67      - fix a serious bug in seaice_fgmres.F, s/r seaice_scalprod, connected
68        to the scalarProductMetric and the unrolling. By chance this does not
69        change the verification experiment, because of the particular domain
70        decomposition
71  o pkg/diagnostics:  o pkg/diagnostics:
72    - change default missing_value from UNSET_RL to -999.    - change default missing_value from UNSET_RL to -999.
73  o pkg/layers: improve vectorization of layers_fluxcalc.F  o pkg/layers: improve vectorization of layers_fluxcalc.F
74    - step 1: split loops, make TatU/V 2D arrays. This alone reduces the cpu    - step 1: split loops, make TatU/V 2D arrays. This alone reduces the cpu
75      time spent in this routine by more than a factor of 3 on an NEC-SX8      time spent in this routine by more than a factor of 3 on an NEC-SX8
76    - step 2: replace search algorithm by a bisection algorithm found in    - step 2: replace search algorithm by a bisection algorithm found in
77      Press et al. Numerical Recipes in Fortran. This algorithm can be      Press et al. Numerical Recipes in Fortran. This algorithm can be
78      vectorized and finds the correct bin in approx. log2(Nlayers) steps.      vectorized and finds the correct bin in approx. log2(Nlayers) steps.
79      For now, use this algorithm only for TARGET_NEC_SX defined.      For now, use this algorithm only for TARGET_NEC_SX defined.
80    - moved the search algorithm into a separate subroutine, that is kept    - moved the search algorithm into a separate subroutine, that is kept

Legend:
Removed from v.1.1821  
changed lines
  Added in v.1.1832

  ViewVC Help
Powered by ViewVC 1.1.22