/[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.1621 by heimbach, Wed Mar 14 22:59:05 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 ECCO-CLIVAR merge:  o momentum:
8    1. seaice AREA relaxation    - 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       * CPP option: SEAICE_ALLOW_AREA_RELAXATION
28       * runtime flag: SEAICE_tauAreaObsRelax       * runtime flag: SEAICE_tauAreaObsRelax
29    2. modified global mean cost imbalance code: CPP option ALLOW_SSH_GLOBMEAN_COST_CONTRIBUTION    2. modified global mean cost imbalance code: CPP option
30          ALLOW_SSH_GLOBMEAN_COST_CONTRIBUTION
31  o another iteration on solve_*diagonal.F  o another iteration on solve_*diagonal.F
32    Make choices independent of AUTODIFF     Make choices independent of AUTODIFF
33    Default is now the adjoinable vectorized version     Default will be the adjoinable vectorized version.
34    Alternative choices are:     Alternative choices are:
35    * still adjoinable but lower memory (k as inner-most loop)     * non-adjoinable original version with low memory footprint:
36    SOLVE_DIAGONAL_KINNER       #define SOLVE_DIAGONAL_LOWMEMORY
37    * non-adjoinable legacy version with low memory footprint     * still adjoinable but does not vectorize (k as inner-most loop):
38    SOLVE_DIAGONAL_LOWMEMORY       #define SOLVE_DIAGONAL_KINNER (keeping SOLVE_DIAGONAL_LOWMEMORY undef)
39  o testreport  o testreport
40   - add option to use a home made wrapper around "make"   - add option to use a home made wrapper around "make"
41   - remove MITGCM_IEEE env. variable (no longer active)   - remove MITGCM_IEEE env. variable (no longer active)

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

  ViewVC Help
Powered by ViewVC 1.1.22