/[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.1280 by jmc, Tue May 25 22:22:11 2010 UTC revision 1.1301 by jmc, Fri Sep 24 13:55:01 2010 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:
8       fix uninitialised arrays in USE_ORIGINAL_SBI version of seaice_solve4temp.F
9    o pkg/seaice:
10       new S/R seaice_solve4temp.F: this is the merged version of Ian Fenty
11       code (seaice_budget_ice_if.F) which enable to recover old standard
12       code (seaice_budget_ice.F) when option USE_ORIGINAL_SBI is defined.
13       temporary: add "#define USE_ORIGINAL_SBI" at the top of seaice_solve4temp.F.
14    o model/src (rStar):
15       use simple average (not area weighted) of rStarFac at U,V point when using
16       vectorInvariant and selectKEscheme=1,3 (consistent with mom. vertical advection)
17       update output of exp. fizhi-cs-32x32x40 and fizhi-cs-aqualev20.
18    
19    checkpoint62k (2010/09/17)
20    o adjoint
21       * changed verification/global_ocean.cs32x15 ; adjoint now tests
22         Adams-Bashforth 3 + NLFS + RSTAR
23       * some more modifs required for ECCO-GODAE v4
24    o pkg/seaice
25       add SEAICE_AGE_VOL option to use volume instead of area for
26       integrating SEAICE_AGE
27    o model/src:
28       first check-in of sigma & hybrid-sigma coordinate code ; also includes
29       non-linear free-surface parts ; but pressure-gradient not yet coded.
30    o pkg/ptracers:
31       option for ptracer to convert Salt Relax into additional EmP.
32        tested in exp. global_ocean.90x40x15.dwnslp (update output)
33    
34    checkpoint62j (2010/08/25)
35    o pkg/ggl90:
36       other minor changes: remove 3-D temp array gTKE (+ add argument myIter)
37    o pkg/dic: car_flux.F, phos_flux.F
38      - reduce number of exp-calls in order to improve performance
39      - clean up a little (replace fields by their macros, etc., fix
40        typo in CPP-flag)
41    o pkg/ggl90: minor changes
42      - GGL90diffKrS was removed --> always use GGL90diffKr
43      - GGL90viscAr was removed --> replaced with GGL90viscArU, GGL90viscArV
44      - hack of mxlMaxFlag=2 --> ensure mixing between first and second level
45        (commented out for now)
46      - change in max/min operations to ensure that smoothing is ok
47      - smoothing of GGL90viscAr was moved to ggl90_calc.F (as done for GGL90diffKr)
48      - always use diffKrNrT as background profile (i.e. never use diffKr field)
49    o pkg/cfc: bug fix, AREA(i,j,1,bi,bj) -> AREA(i,j,bi,bj)
50    o pkg/dic:
51      - model/src/impldiff.F: if TARGET_NEC_SX, extend loop ranges for better
52        vectorization
53      - small bug fix in insol for the unlikely case of a cartesian grid
54      - towards vectorizing the dic package: bio_export.F, car_flux.F, phos_flux.F
55        + now vectorize, which also removes adjoint recomputations;
56        + replace integer maksp1 by _RL maskp1
57        + replace a**x by exp(x*log(a)) in phos_flux.F for speed
58    
59    checkpoint62i (2010/07/21)
60    o pkg/flt:
61      - with OBCS: stop floats which enter the OB region
62    o model/src:
63      - use tempVertAdvScheme & saltVertAdvScheme (instead of horizontal ones)
64        for implicit vertical advection.
65    o pkg/seaice:
66     - account for melting in seaice age evolution.
67     - remove double counting of seaice ridging effect on seaice age.
68    
69    checkpoint62h (2010/06/18)
70    o pkg/exch2:
71     - remove exch2_*xy_rx files: call was replaced with exch2_*3d_rx(myNz=1).
72    o tools/genmake2
73      - remove "-pdefault" option: redundant with the use of "packages.conf";
74      - remove file pkg/pkg_default : set the default as a pkg group
75        ("default_pkg_list") defined in pkg/pkg_groups;
76      - fix for case pkg/pkg_depend is missing (was hanging before);
77      - add option "-pgroups" to specify a different pkg_groups than the default.
78  o verification/adjustment.cs-32x32x1:  o verification/adjustment.cs-32x32x1:
79     add a "minimal" set-up test (code_min & input_min) which only compiles     add a "minimal" set-up test (code_min & input_min) which only compiles
80     eesupp/src and the 2 pkgs (exch2 & debug) which don't need model/src & inc.     eesupp/src and the 2 pkgs (exch2 & debug) which don't need model/src & inc.

Legend:
Removed from v.1.1280  
changed lines
  Added in v.1.1301

  ViewVC Help
Powered by ViewVC 1.1.22