/[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.1650 by jmc, Wed Apr 11 18:17:42 2012 UTC revision 1.1668 by heimbach, Fri Jun 8 17:58:50 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 verification/bottom_ctrl_5x5/
8      update reference output (results changed quite some time ago,
9      not sure when; but new reference results look ok in terms of grdchk)
10    o verification/1D_ocean_ice_column/
11      For verification purposes, the exact adjoint rather than an approx.
12      should be used (e.g., to comare against F.D. or TLM).
13      removed autodiff_inadmode*_ad.F routines in code_ad/
14      Update results/ accordingly.
15    o pkg/cal:
16      - change cal_getdate.F so that output date is function of input time only
17        (less ambiguous, not mixed up with input iteration number).
18      - fix calendarDumps for non-zero phase-lag (S/R CAL_TIME2DUMP).
19    o pkg/diagnostics:
20      - implement calendarDumps also for stats-diags
21      - implement calendarDumps also for snap-shot output (negative freq)
22      - for now, ignores calendarDumps if non-zero phase-lag.
23    
24    checkpoint63n (2012/06/04)
25    o model/src:
26      - recompute rSurfW & S to ensure consistent column thickness (needed for rStar)
27        between Sum_k(hFac*drF) and rSurf-rLow, for now only when using pkg/shelfice;
28      - use h0FacC, W & S to compute hFac_surfC, W & S in calc_surf_dr.F (more
29        similar to calc_r_star.F); update results of experiment internal_wave and
30        tutorial_global_oce_in_p (affected @ truncation level).
31    o pkg/shelfice:
32      - add parameterisation of advective-diffusive flux into the ice shelf
33        according to Holland and Jenkins (1999), eq.22-33, as suggested by Jan De Ryd
34      - simply eps3/3a computation
35    o eesupp:
36     - add new CPP option (DISCONNECTED_TILES) to disconnect tiles (no exchange
37       between tiles, just fill-in edges assuming locally periodic subdomain) and
38       add corresponding exchange subroutines (EXCH0);
39     - new CG-solver version (_EX0) for disconnected-tiles special case.
40    o model/src (CG-solvers):
41     - modify Single-Reduction version (CG2D_SR) in case cg2dMaxIters is reached
42       (similar final residual output and max-Iter number as with standard version);
43     - allows to store and use lowest-residual solution (standard & _SR versions);
44     - cleaning up (remove old, commented out code, LETS_MAKE_JAM ...).
45     - by default, also compile CG2D_SR version (define ALLOW_SRCG in CPP_OPTIONS.h)
46    o eesup/src:
47     - global_vec_sum.F cleaning: add a BARRIER ; update comments ; remove ndef
48       ALWAYS_USE_MPI (no longer needed after fixing usingMPI settings - March 2012)
49    o pkg/salt_plume added to lab_sea/input_ad.noseaicedyn
50    
51    checkpoint63m (2012/04/27)
52    o pkg/shelfice:
53     - account for partical cells in surface level below ice-shelf for hydrostatic
54       pressure calculion (set uniformFreeSurfLev to F); update isomip experiments.
55    o ad test experiments:
56     - update and rename to "ad_optfile.local" local AD-optfile specific to a
57       particular adjoint verification experiment (in verification/*/code_ad/)
58    o pkg/seaice & pkg/exf:
59     - Part two of ECCO-CLIVAR code merges.
60       Completes merge of seaice area relax. code.
61       Requires unified CPP option EXF_ALLOW_SEAICE_RELAX
62       to be set in EXF_OPTIONS.h since this pkg controls its I/O
63       (and avoids second CPP option in SEAICE_OPTIONS.h)
64     - change default value of costIceStart & costIceEnd to a valid date.
65     - add snowPrecip to HSNOW in seaice_growth
66    o pkg/ptracers:
67     - move ptracers summary and setup check into separated S/R ; add a check for
68       valid PTRACERS_Iter0 value (error+stop or just warning).
69    o pkg/cal (+ pkg/ecco):
70     - avoid calling a S/R with 2 times the same arg (FWD: unless both are only used
71       as input; and for AD, unless both are not differentiable (e.g., k index)).
72  o model/src:  o model/src:
73   - define internal flag "uniformFreeSurfLev" (=T when free-surface level-index   - define internal flag "uniformFreeSurfLev" (=T when free-surface level-index
74     is everywhere k=1) to speed-up some calculations (by pass kSurf reference);     is everywhere k=1) to speed-up some calculations (by pass kSurf reference);

Legend:
Removed from v.1.1650  
changed lines
  Added in v.1.1668

  ViewVC Help
Powered by ViewVC 1.1.22