/[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.1902 by jmc, Fri Jul 26 14:25:21 2013 UTC revision 1.1903 by jmc, Sun Jul 28 21:18:54 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/mom_common: variable horiz. viscosity in NH code
8      - move horiz-viscosity 3-D arrays viscAh_W & viscA4_W (used in calc_gw.F)
9        from model/inc/NH_VARS.h to pkg/mom_common/MOM_VISC.h
10      - store in common block (in MOM_VISC.h) logical parameters: useHarmonicVisc,
11        useBiharmonicVisc & useVariableVisc.
12      - fix old bug (already in 1rst implementation of variable horizontal viscosity
13        in calc_gw.F, version 1.27, 2006/06/20):
14        horizontal bi-harmonic viscosity in gW was missing when wiscA4W=0
15        even if variable bi-harmonic viscosity (e.g., viscA4Grid) was non-zero.
16      - change background horiz viscosity in vertical momentum (gW) to always be
17        viscAhW,viscA4W (instead of switching to viscAhD, viscA4D when using
18        any type of variable viscosity, e.g., viscAh/4Grid)
19      - change default value of viscAhW,viscA4W to viscAhD,viscA4D (instead of
20        viscAh,viscA4) which default to viscAh,viscA4 :  this avoid missing
21        horiz. viscosity in W eq when just setting viscAhD/Z,viscA4D/Z (since
22        default viscAh,viscA4 is zero).
23  o model/src:  o model/src:
24    - extend length of drC & recip_drC from Nr to Nr+1.    - extend length of drC & recip_drC from Nr to Nr+1.
25  o Divided Adjoint (DIVA) with MPI:  o Divided Adjoint (DIVA) with MPI:

Legend:
Removed from v.1.1902  
changed lines
  Added in v.1.1903

  ViewVC Help
Powered by ViewVC 1.1.22