/[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.1743 by mlosch, Mon Sep 24 15:07:38 2012 UTC revision 1.1754 by jmc, Mon Oct 22 01:33:32 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/exf:
8      - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
9        to specify neither just 1 comp of wind or wind-stress, nor no surface momentum
10        forcing): just replace CPP option ALLOW_ATM_WIND with run-time param useAtmWind.
11    o pkg/layers (adjust changes from Sept 19):
12      - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)
13        this allows to remove "layers_maxNum" dimension from all layers arrays.
14    o pkg/layers (adjust changes from Sept 19):
15      - remove ALLOW_LAYERS_OUTPUT ; fix snap-shot and time-ave output ;
16      - snap-shot extended to all type of layers (not just the 1rst type);
17      - remove layers variables when corresponding CPP option is undef.
18    o pkg/layers:
19      - rename pkg/layers variable and add new output (layer exist & un-weighted
20        velocity in layer)
21    o pkg/seaice:
22      - simplify (?) ocean-drag coefficent computations by using
23        the same routine in all three solvers (saves some code lines)
24      - remove global fields DRAGA and DRAGS from C-grid code and
25        declare them locally in lsr.F (the only place where they are
26        still used)
27      - update AD output of lab_sea.evp (very sensitive anyway).
28    o pkg/seaice: add Jacobian-free Newton Krylov solver for ice dynamics
29      (Lemieux et al. 2010, 2012). Turn on with the usual SEAICE_ALLOW_JFNK
30      and SEAICEuseJFNK=.true. A few things to note:
31      - involves a FGMRES, that is parallel but very inefficient,
32        because of many scalar products (global sums) in the Gram-Schmidt
33        orthogonalization method. Needs to be replaced. Original code
34        from J.-F. Lemieux
35      - preconditioner for FGMRES is a stripped down version of LSOR
36      - SOLV_MAX_ITERS is now used for LSOR as a solver and as a
37        preconditioner. For the preconditioner, the default is set to 10.
38      - Jacobian times vector is computed with finite differences
39      - marginally related to JFNK-solver: add a smooth regularization for
40        zeta with tanh that will improve convergence (Lemieux and Tremblay,
41        2009) for any implicit solver (not implemented for EVP because EVP
42        does not need this regularization in the first place). Define
43        SEAICE_ZETA_SMOOTHREG in SEAICE_OPTIONS.h to use.
44    o eesupp/src:
45      - check in genmake2 that intrinsic S/R flush is available.
46      - add S/R to flush IO unit (if intrinsic S/R flush is available)
47      - flush standard & error msg unit before MPI termination
48      - if debugMode, flush IO unit after printing msg
49    o pkg/ctrl:
50      - ctrl_unpack.F, ALLOW_GENARR3D_CONTROL code: fix missing argument in call
51        to ctrl_set_unpack_xyz.
52    
53    checkpoint64 (2012/10/09)
54    o pkg/shelfice
55      - in mom_fluxform.F, mom_vecinv.F:
56        CALL SHELFICE_V_DRAG(bi,bj,k,vFld,KE,KappaRU,vF,myThid)
57        Bug fix KappaRU -> KappaRV
58        does not change verification/isomip but may change other setups
59        (presumably constant KappaRU=KappaRV)
60      - fix diagnostics SHIU/Vdrag (thanks to Tom Millgate)
61    o pkg/obcs:
62      - fixed some indexing bugs in obcs_seaice_sponge.F
63      - added obcs relaxation subroutines for HSALT and HSNOW
64      - changes verification/seaice_obcs/results/obcs_seaice_sponge.F
65  o pkg/seaice:  o pkg/seaice:
66    - add "multicategory" parameterization for snow in analogy to ice,    - add "multicategory" parameterization for snow in analogy to ice,
67      default is off for now.      default is off for now.

Legend:
Removed from v.1.1743  
changed lines
  Added in v.1.1754

  ViewVC Help
Powered by ViewVC 1.1.22