/[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.1616 by jmc, Sun Mar 11 20:02:40 2012 UTC revision 1.1626 by jmc, Sun Mar 18 23:29:55 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 momentum:
8      - separate fVer?(:,:,kUp) & fVer?(:,:,kDown) in argument list of MOM_FLUXFORM
9        & MOM_VECINV subroutines (to help TAF). This fixes Pb of uninitialised
10        fVer?(kUp) in admom_fluxform with non-lin free-surf or bottom control.
11    
12    checkpoint63k (2012/03/17)
13    o model/src:
14       - selectAddFluid (ALLOW_ADDFLUID): add missing term in horizontal momentum
15         flux-form (mom_fluxform.F) and vertical momentum (calc_gw.F) equations.
16       - SOLVE_DIAGONAL: switch default to use adjoinable & vectorized version
17         (#undef SOLVE_DIAGONAL_LOWMEMORY); update output of exp. front_relax.bvp.
18    o model/src: solve_*diagonal.F
19       - replace division with multiplication by inverse (similar to original version)
20         update output of AD exp. global_ocean.90x40x15.
21       - fix pkg/gmredi/gmredi_calc_psi_bvp.F & pkg/ggl90/ggl90_calc.F
22         to enable the use of the vectorized & differentiable solve_tridiagonal.F
23       - test exp. global_ocean.90x40x15/input_ad: switch to advection scheme 20 for
24         vertical advection (to get solve_tridiagonal tested in AD mode).
25    o pkg/seaice: ECCO-CLIVAR merge:
26      1. seaice AREA relaxation
27         * CPP option: SEAICE_ALLOW_AREA_RELAXATION
28         * runtime flag: SEAICE_tauAreaObsRelax
29      2. modified global mean cost imbalance code: CPP option
30          ALLOW_SSH_GLOBMEAN_COST_CONTRIBUTION
31    o another iteration on solve_*diagonal.F
32       Make choices independent of AUTODIFF
33       Default will be the adjoinable vectorized version.
34       Alternative choices are:
35       * non-adjoinable original version with low memory footprint:
36         #define SOLVE_DIAGONAL_LOWMEMORY
37       * still adjoinable but does not vectorize (k as inner-most loop):
38         #define SOLVE_DIAGONAL_KINNER (keeping SOLVE_DIAGONAL_LOWMEMORY undef)
39    o testreport
40     - add option to use a home made wrapper around "make"
41     - remove MITGCM_IEEE env. variable (no longer active)
42    o pkg/shelfice
43     - improve computation of friction velocity for velocity dependent
44       exchange coefficients: include velocities into SHELFICEBoundaryLayer
45       block to average velocities vertically
46     - add TAF store directives for SHI_ALLOW_GAMMAFRICT
47    o Modify diagonal solvers, now three versions (upon request):
48      #ifndef SOLVE_DIAGONAL_AUTODIFF
49        1. default version (dating back a while ago)
50      #else /* def SOLVE_DIAGONAL_AUTODIFF */
51      # ifdef SOLVE_DIAGONAL_KINNER
52        2. adjoinable version with k-innermost loop (G. Forget)
53      # else
54        3. adjoinable vectorized version of 2.
55      # endif
56      #endif /* SOLVE_DIAGONAL_AUTODIFF */
57      All flags are currently set within routines, but could/should be moved to CPP-options.
58      Array bounds for 1. are as before, for 2.,3. cover the entire domain
59      (could be changed for 1. too).
60  o verification/lab_sea (fwd):  o verification/lab_sea (fwd):
61    - update the 4 fwd lab_sea test experiment: no longer SEAICE_GROWTH_LEGACY,    - update the 4 fwd lab_sea test experiment: no longer SEAICE_GROWTH_LEGACY,
62      use 7 categories (except hb87), new solve4temp params (except salt_plume),      use 7 categories (except hb87), new solve4temp params (except salt_plume),

Legend:
Removed from v.1.1616  
changed lines
  Added in v.1.1626

  ViewVC Help
Powered by ViewVC 1.1.22