/[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.1754 by jmc, Mon Oct 22 01:33:32 2012 UTC revision 1.1765 by heimbach, Fri Nov 9 22:51:48 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/seaice:
8      - complete merge of ITD code into seaice_growth.F
9        from MITgcm_contrib/torge/itd/code/
10        no verification so far, but Torge Martin tested
11        "1-D test case and Beaufort set up;
12        deliver okay results after 1 model year."
13      - complete merge of SEAICE_SIZE.h into all relevant routines
14      - move computation of eta at Z-points into calc_viscosities
15        + introduce global field etaZ
16        + add different methods for computing etaZ, for now the old
17          method (simple averages of eta to Z-points) is hardwired
18        + replace etaMeanZ by etaZ in seaice_lsr, seaice_calc_residual,
19          seaice_preconditioner
20      - simplify computations for SEAICE_ZETA_SMOOTHREG
21      - seaice_preconditioner:
22        + replace one remaining press by pressLoc (mistake)
23        + adjust printing of residuals
24      - improve I/O of diagnostics of JFNK in seaice_jfnk.F:
25        + add (SEAICE.h) and rename some counters (initiliased in
26          seaice_init_fixed.F)
27        + add _BEGIN/END_MASTER (myThid)  around print statements
28        + print total number of iterations and failures over SEAICE_monFreq
29          interval to STDOUT
30      - move control over output-messages by fgmres to seaice_jfnk to save
31        some operations
32      - move resetting initial guess for fgmres outside of seaice_fgmres_driver
33        in order to make restarts with sol .ne. zero (fgmres with restarts)
34        (seaice_jfnk.F, seaice_fgmres.F)
35      - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes
36        a serious convergence problem when open boundaries are involved
37    o pkg/ggl90: fix computation of control volumes for the case of
38      ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes
39      up half a grid cell from C-centered to W-centered (pointed out by C. Eden)
40    o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC
41    o pkg/autodiff
42      - Add inAdMode switch for SEAICEuseDYNAMICS:
43        SEAICEuseDYNAMICSinAdMode
44        (extend logic in ADAUTODIFF_INADMODE_SET)
45    o pkg/seaice
46      - Step 1 of merging ice-thickness distribution (ITD) code from
47        MITgcm_contrib/torge/itd/ (author: Torge Martin)
48        The code implements concept laid out in Thorndike et al. (1975);
49        code is enabled via CPP flag SEAICE_ITD
50        nITD (in SEAICE_SIZE.h) defines number of ice thickness categories;
51        code is not complete yet!!
52      - SEAICE_SIZE.h now included in almost all seaice routines
53    o verification (using seaice):
54      - switch back seaice-dynamics (+ lower SOLV_MAX_ITERS) in ADM exp.
55        global_ocean.cs32x15.seaice ; update results.
56      - compile B-grid dynamics in FW test exp 1D_ocean_ice_column ;
57      - compile C-grid dynamics with #define SEAICE_ALLOW_JFNK in FW test exp
58        offline_exf_seaice (previously compiling B-grid).
59  o pkg/exf:  o pkg/exf:
60    - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow    - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
61      to specify neither just 1 comp of wind or wind-stress, nor no surface momentum      to specify neither just 1 comp of wind or wind-stress, nor no surface momentum

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

  ViewVC Help
Powered by ViewVC 1.1.22