/[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.1278 by jmc, Fri May 21 20:47:53 2010 UTC revision 1.1290 by gforget, Fri Aug 6 18:45:41 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/ggl90: minor changes
8      - GGL90diffKrS was removed --> always use GGL90diffKr
9      - GGL90viscAr was removed --> replaced with GGL90viscArU, GGL90viscArV
10      - hack of mxlMaxFlag=2 --> ensure mixing between first and second level (commented out for now)
11      - change in max/min operations to ensure that smoothing is ok
12      - smoothing of GGL90viscAr was moved to ggl90_calc.F (as done for GGL90diffKr)
13      - always use diffKrNrT as background profile (i.e. never use diffKr field)
14    o pkg/cfc: bug fix, AREA(i,j,1,bi,bj) -> AREA(i,j,bi,bj)
15    o pkg/dic:
16      - model/src/impldiff.F: if TARGET_NEC_SX, extend loop ranges for better
17        vectorization
18      - small bug fix in insol for the unlikely case of a cartesian grid
19      - towards vectorizing the dic package: bio_export.F, car_flux.F, phos_flux.F
20        + now vectorize, which also removes adjoint recomputations;
21        + replace integer maksp1 by _RL maskp1
22        + replace a**x by exp(x*log(a)) in phos_flux.F for speed
23    
24    checkpoint62i (2010/07/21)
25    o pkg/flt:
26      - with OBCS: stop floats which enter the OB region
27    o model/src:
28      - use tempVertAdvScheme & saltVertAdvScheme (instead of horizontal ones)
29        for implicit vertical advection.
30    o pkg/seaice:
31     - account for melting in seaice age evolution.
32     - remove double counting of seaice ridging effect on seaice age.
33    
34    checkpoint62h (2010/06/18)
35    o pkg/exch2:
36     - remove exch2_*xy_rx files: call was replaced with exch2_*3d_rx(myNz=1).
37    o tools/genmake2
38      - remove "-pdefault" option: redundant with the use of "packages.conf";
39      - remove file pkg/pkg_default : set the default as a pkg group
40        ("default_pkg_list") defined in pkg/pkg_groups;
41      - fix for case pkg/pkg_depend is missing (was hanging before);
42      - add option "-pgroups" to specify a different pkg_groups than the default.
43    o verification/adjustment.cs-32x32x1:
44       add a "minimal" set-up test (code_min & input_min) which only compiles
45       eesupp/src and the 2 pkgs (exch2 & debug) which don't need model/src & inc.
46    o tools/genmake2
47      - extend pkg_depend rules to model & eesupp (e.g., if model depend on [pkg]))
48      - fix details of checking for mnc & profile pkg when NetCDF is unavailable.
49  o pkg/exf: merge exf_bulk_largeyeager04 into exf_bulkformulae because these  o pkg/exf: merge exf_bulk_largeyeager04 into exf_bulkformulae because these
50    files are nearly the same anyway.    files are nearly the same anyway.
51    Step 1: make exf_bulkformulae look like exf_bulk_largeyeager04:    Step 1: make exf_bulkformulae look like exf_bulk_largeyeager04:

Legend:
Removed from v.1.1278  
changed lines
  Added in v.1.1290

  ViewVC Help
Powered by ViewVC 1.1.22