/[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.1287 by mlosch, Mon Aug 2 10:34:13 2010 UTC revision 1.1298 by jmc, Fri Sep 17 21:20:52 2010 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint62k (2010/09/17)
8    o adjoint
9       * changed verification/global_ocean.cs32x15 ; adjoint now tests
10         Adams-Bashforth 3 + NLFS + RSTAR
11       * some more modifs required for ECCO-GODAE v4
12    o pkg/seaice
13       add SEAICE_AGE_VOL option to use volume instead of area for
14       integrating SEAICE_AGE
15    o model/src:
16       first check-in of sigma & hybrid-sigma coordinate code ; also includes
17       non-linear free-surface parts ; but pressure-gradient not yet coded.
18    o pkg/ptracers:
19       option for ptracer to convert Salt Relax into additional EmP.
20        tested in exp. global_ocean.90x40x15.dwnslp (update output)
21    
22    checkpoint62j (2010/08/25)
23    o pkg/ggl90:
24       other minor changes: remove 3-D temp array gTKE (+ add argument myIter)
25    o pkg/dic: car_flux.F, phos_flux.F
26      - reduce number of exp-calls in order to improve performance
27      - clean up a little (replace fields by their macros, etc., fix
28        typo in CPP-flag)
29    o pkg/ggl90: minor changes
30      - GGL90diffKrS was removed --> always use GGL90diffKr
31      - GGL90viscAr was removed --> replaced with GGL90viscArU, GGL90viscArV
32      - hack of mxlMaxFlag=2 --> ensure mixing between first and second level
33        (commented out for now)
34      - change in max/min operations to ensure that smoothing is ok
35      - smoothing of GGL90viscAr was moved to ggl90_calc.F (as done for GGL90diffKr)
36      - always use diffKrNrT as background profile (i.e. never use diffKr field)
37    o pkg/cfc: bug fix, AREA(i,j,1,bi,bj) -> AREA(i,j,bi,bj)
38  o pkg/dic:  o pkg/dic:
39      - model/src/impldiff.F: if TARGET_NEC_SX, extend loop ranges for better
40        vectorization
41    - small bug fix in insol for the unlikely case of a cartesian grid    - small bug fix in insol for the unlikely case of a cartesian grid
42    - towards vectorizing the dic package: bio_export.F, car_flux.F, phos_flux.F    - towards vectorizing the dic package: bio_export.F, car_flux.F, phos_flux.F
43      + now vectorize, which also removes adjoint recomputations;      + now vectorize, which also removes adjoint recomputations;
44      + replace integer maksp1 by _RL maskp1      + replace integer maksp1 by _RL maskp1
45        + replace a**x by exp(x*log(a)) in phos_flux.F for speed
46    
47  checkpoint62i (2010/07/21)  checkpoint62i (2010/07/21)
48  o pkg/flt:  o pkg/flt:

Legend:
Removed from v.1.1287  
changed lines
  Added in v.1.1298

  ViewVC Help
Powered by ViewVC 1.1.22