/[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.1746 by mlosch, Fri Oct 5 15:19:00 2012 UTC revision 1.1757 by heimbach, Sat Oct 27 00:40:40 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 pkg/autodiff
8      - Add inAdMode switch for SEAICEuseDYNAMICS:
9        SEAICEuseDYNAMICSinAdMode
10        (extend logic in ADAUTODIFF_INADMODE_SET)
11    o pkg/seaice
12      - Step 1 of merging ice-thickness distribution (ITD) code from
13        MITgcm_contrib/torge/itd/ (author: Torge Martin)
14        The code implements concept laid out in Thorndike et al. (1975);
15        code is enabled via CPP flag SEAICE_ITD
16        nITD (in SEAICE_SIZE.h) defines number of ice thickness categories;
17        code is not complete yet!!
18      - SEAICE_SIZE.h now included in almost all seaice routines
19    o verification (using seaice):
20      - switch back seaice-dynamics (+ lower SOLV_MAX_ITERS) in ADM exp.
21        global_ocean.cs32x15.seaice ; update results.
22      - compile B-grid dynamics in FW test exp 1D_ocean_ice_column ;
23      - compile C-grid dynamics with #define SEAICE_ALLOW_JFNK in FW test exp
24        offline_exf_seaice (previously compiling B-grid).
25    o pkg/exf:
26      - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
27        to specify neither just 1 comp of wind or wind-stress, nor no surface momentum
28        forcing): just replace CPP option ALLOW_ATM_WIND with run-time param useAtmWind.
29    o pkg/layers (adjust changes from Sept 19):
30      - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)
31        this allows to remove "layers_maxNum" dimension from all layers arrays.
32    o pkg/layers (adjust changes from Sept 19):
33      - remove ALLOW_LAYERS_OUTPUT ; fix snap-shot and time-ave output ;
34      - snap-shot extended to all type of layers (not just the 1rst type);
35      - remove layers variables when corresponding CPP option is undef.
36    o pkg/layers:
37      - rename pkg/layers variable and add new output (layer exist & un-weighted
38        velocity in layer)
39    o pkg/seaice:
40      - simplify (?) ocean-drag coefficent computations by using
41        the same routine in all three solvers (saves some code lines)
42      - remove global fields DRAGA and DRAGS from C-grid code and
43        declare them locally in lsr.F (the only place where they are
44        still used)
45      - update AD output of lab_sea.evp (very sensitive anyway).
46    o pkg/seaice: add Jacobian-free Newton Krylov solver for ice dynamics
47      (Lemieux et al. 2010, 2012). Turn on with the usual SEAICE_ALLOW_JFNK
48      and SEAICEuseJFNK=.true. A few things to note:
49      - involves a FGMRES, that is parallel but very inefficient,
50        because of many scalar products (global sums) in the Gram-Schmidt
51        orthogonalization method. Needs to be replaced. Original code
52        from J.-F. Lemieux
53      - preconditioner for FGMRES is a stripped down version of LSOR
54      - SOLV_MAX_ITERS is now used for LSOR as a solver and as a
55        preconditioner. For the preconditioner, the default is set to 10.
56      - Jacobian times vector is computed with finite differences
57      - marginally related to JFNK-solver: add a smooth regularization for
58        zeta with tanh that will improve convergence (Lemieux and Tremblay,
59        2009) for any implicit solver (not implemented for EVP because EVP
60        does not need this regularization in the first place). Define
61        SEAICE_ZETA_SMOOTHREG in SEAICE_OPTIONS.h to use.
62    o eesupp/src:
63      - check in genmake2 that intrinsic S/R flush is available.
64      - add S/R to flush IO unit (if intrinsic S/R flush is available)
65      - flush standard & error msg unit before MPI termination
66      - if debugMode, flush IO unit after printing msg
67    o pkg/ctrl:
68      - ctrl_unpack.F, ALLOW_GENARR3D_CONTROL code: fix missing argument in call
69        to ctrl_set_unpack_xyz.
70    
71    checkpoint64 (2012/10/09)
72  o pkg/shelfice  o pkg/shelfice
73    in mom_fluxform.F, mom_vecinv.F:    - in mom_fluxform.F, mom_vecinv.F:
74    CALL SHELFICE_V_DRAG(bi,bj,k,vFld,KE,KappaRU,vF,myThid)      CALL SHELFICE_V_DRAG(bi,bj,k,vFld,KE,KappaRU,vF,myThid)
75    Bug fix KappaRU -> KappaRV      Bug fix KappaRU -> KappaRV
76    does not change verification/isomip but may change other setups      does not change verification/isomip but may change other setups
77    (presumably constant KappaRU=KappaRV)      (presumably constant KappaRU=KappaRV)
78    - fix diagnostics SHIU/Vdrag (thanks to Tom Millgate)    - fix diagnostics SHIU/Vdrag (thanks to Tom Millgate)
79  o pkg/obcs:  o pkg/obcs:
80    - fixed some indexing bugs in obcs_seaice_sponge.F    - fixed some indexing bugs in obcs_seaice_sponge.F

Legend:
Removed from v.1.1746  
changed lines
  Added in v.1.1757

  ViewVC Help
Powered by ViewVC 1.1.22