/[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.1747 by jmc, Tue Oct 9 19:49:46 2012 UTC revision 1.1767 by jmc, Mon Nov 12 15:48:35 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/aim_v23:
8      - implement heating from friction (bottom friction and stratospheric drag).
9    o pkg/shap_filt:
10      - fix diagnostic "SHAP_dKE" (was 2 time smaller); implement heating from
11        dissipation but only for Shap_funct=2, active when addFrictionHeating=T.
12    o model/src:
13      - move AddMass common block from DYNVARS.h to FFIELDS.h; allow to read-in
14        time-constant addMass field from file (addMassFile);
15      - support for heating due to friction (and Kinetic Energy dissipation):
16        add option, run-time switch and 3-D field array + support code ; each pkg
17        or S/R can add heating contribution (if there is a sink of KE); the sum is
18        accounted for as a Temperature tendency term (EXTERNAL_FORCING_T).
19    o pkg/seaice:
20      - complete merge of ITD code into seaice_growth.F
21        from MITgcm_contrib/torge/itd/code/
22        no verification so far, but Torge Martin tested
23        "1-D test case and Beaufort set up;
24        deliver okay results after 1 model year."
25      - complete merge of SEAICE_SIZE.h into all relevant routines
26      - move computation of eta at Z-points into calc_viscosities
27        + introduce global field etaZ
28        + add different methods for computing etaZ, for now the old
29          method (simple averages of eta to Z-points) is hardwired
30        + replace etaMeanZ by etaZ in seaice_lsr, seaice_calc_residual,
31          seaice_preconditioner
32      - simplify computations for SEAICE_ZETA_SMOOTHREG
33      - seaice_preconditioner:
34        + replace one remaining press by pressLoc (mistake)
35        + adjust printing of residuals
36      - improve I/O of diagnostics of JFNK in seaice_jfnk.F:
37        + add (SEAICE.h) and rename some counters (initiliased in
38          seaice_init_fixed.F)
39        + add _BEGIN/END_MASTER (myThid)  around print statements
40        + print total number of iterations and failures over SEAICE_monFreq
41          interval to STDOUT
42      - move control over output-messages by fgmres to seaice_jfnk to save
43        some operations
44      - move resetting initial guess for fgmres outside of seaice_fgmres_driver
45        in order to make restarts with sol .ne. zero (fgmres with restarts)
46        (seaice_jfnk.F, seaice_fgmres.F)
47      - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes
48        a serious convergence problem when open boundaries are involved
49    o pkg/ggl90: fix computation of control volumes for the case of
50      ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes
51      up half a grid cell from C-centered to W-centered (pointed out by C. Eden)
52    o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC
53    o pkg/autodiff
54      - Add inAdMode switch for SEAICEuseDYNAMICS:
55        SEAICEuseDYNAMICSinAdMode
56        (extend logic in ADAUTODIFF_INADMODE_SET)
57    o pkg/seaice
58      - Step 1 of merging ice-thickness distribution (ITD) code from
59        MITgcm_contrib/torge/itd/ (author: Torge Martin)
60        The code implements concept laid out in Thorndike et al. (1975);
61        code is enabled via CPP flag SEAICE_ITD
62        nITD (in SEAICE_SIZE.h) defines number of ice thickness categories;
63        code is not complete yet!!
64      - SEAICE_SIZE.h now included in almost all seaice routines
65    o verification (using seaice):
66      - switch back seaice-dynamics (+ lower SOLV_MAX_ITERS) in ADM exp.
67        global_ocean.cs32x15.seaice ; update results.
68      - compile B-grid dynamics in FW test exp 1D_ocean_ice_column ;
69      - compile C-grid dynamics with #define SEAICE_ALLOW_JFNK in FW test exp
70        offline_exf_seaice (previously compiling B-grid).
71    o pkg/exf:
72      - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
73        to specify neither just 1 comp of wind or wind-stress, nor no surface momentum
74        forcing): just replace CPP option ALLOW_ATM_WIND with run-time param useAtmWind.
75    o pkg/layers (adjust changes from Sept 19):
76      - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)
77        this allows to remove "layers_maxNum" dimension from all layers arrays.
78    o pkg/layers (adjust changes from Sept 19):
79      - remove ALLOW_LAYERS_OUTPUT ; fix snap-shot and time-ave output ;
80      - snap-shot extended to all type of layers (not just the 1rst type);
81      - remove layers variables when corresponding CPP option is undef.
82    o pkg/layers:
83      - rename pkg/layers variable and add new output (layer exist & un-weighted
84        velocity in layer)
85    o pkg/seaice:
86      - simplify (?) ocean-drag coefficent computations by using
87        the same routine in all three solvers (saves some code lines)
88      - remove global fields DRAGA and DRAGS from C-grid code and
89        declare them locally in lsr.F (the only place where they are
90        still used)
91      - update AD output of lab_sea.evp (very sensitive anyway).
92    o pkg/seaice: add Jacobian-free Newton Krylov solver for ice dynamics
93      (Lemieux et al. 2010, 2012). Turn on with the usual SEAICE_ALLOW_JFNK
94      and SEAICEuseJFNK=.true. A few things to note:
95      - involves a FGMRES, that is parallel but very inefficient,
96        because of many scalar products (global sums) in the Gram-Schmidt
97        orthogonalization method. Needs to be replaced. Original code
98        from J.-F. Lemieux
99      - preconditioner for FGMRES is a stripped down version of LSOR
100      - SOLV_MAX_ITERS is now used for LSOR as a solver and as a
101        preconditioner. For the preconditioner, the default is set to 10.
102      - Jacobian times vector is computed with finite differences
103      - marginally related to JFNK-solver: add a smooth regularization for
104        zeta with tanh that will improve convergence (Lemieux and Tremblay,
105        2009) for any implicit solver (not implemented for EVP because EVP
106        does not need this regularization in the first place). Define
107        SEAICE_ZETA_SMOOTHREG in SEAICE_OPTIONS.h to use.
108    o eesupp/src:
109      - check in genmake2 that intrinsic S/R flush is available.
110      - add S/R to flush IO unit (if intrinsic S/R flush is available)
111      - flush standard & error msg unit before MPI termination
112      - if debugMode, flush IO unit after printing msg
113    o pkg/ctrl:
114      - ctrl_unpack.F, ALLOW_GENARR3D_CONTROL code: fix missing argument in call
115        to ctrl_set_unpack_xyz.
116    
117  checkpoint64 (2012/10/09)  checkpoint64 (2012/10/09)
118  o pkg/shelfice  o pkg/shelfice
119    - in mom_fluxform.F, mom_vecinv.F:    - in mom_fluxform.F, mom_vecinv.F:

Legend:
Removed from v.1.1747  
changed lines
  Added in v.1.1767

  ViewVC Help
Powered by ViewVC 1.1.22