/[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.1462 by jmc, Wed Jun 22 19:17:36 2011 UTC revision 1.1484 by jmc, Mon Aug 1 20:47:39 2011 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/diagnostics (velocity potential):
8      - fix velocity-potential calculation when using OBCS: balance net inflow
9        at each level (new S/R OBCS_DIAG_BALANCE).
10      - fix some of the problems with OBCS in stream-function calculation.
11    o pkg/exf/exf_readparms.F
12      - make treatment of optional namelists (EXF_NML_04, EXF_NML_SGRUNOFF,
13        EXF_NML_OBCS) more consistent, so that you need not have these lists
14        in data.exf when they are not used.
15    o optim/optim_readdata.F:
16      - add some output about obcs variables that might help debugging
17      - add a check about nvarlength
18    o pkg/ctrl: once again, fix computation of endrec in s/r ctrl_init_rec
19    o pkg/diagnostics (velocity potential):
20      - fix mask for OBCS (still problems in stream-function with OBCS);
21      - add specific parameter (default = main code CG2D params) for solver;
22      - in case of poor convergence, use solution corresponding to lowest residual.
23    o pkg/seaice/seaice_growth.F: small changes that permit vectorizable
24      adjoint code. In general statements like tmpscal=fld(i,j) are problematic
25      and should be avoided where possible.
26    o model/src (rStar):
27      - include r* effect on reference-state (PhiRef) in totPhiHyd
28        (so that it's really the potential anomaly at the cell center);
29        affect solution only if z* with full pressure in EOS.
30      - test-exp global_ocean.90x40x15: reduce viscA4 (was not stable) and
31        update output (because of z* in totPhiHyd and viscA4 changes);
32      - keep the previous diagnostics as "PHIHYDcR" (closer to potential anomaly
33        @ constant r) until interpolation at constant r is implemented.
34    o pkg/diagnostics
35      - fix RCENTER diagnostics in case cell center is not at interface middle
36    o add code for TEOS-10 (www.teos-10.org, McDougall et al. 2011). Use
37      this eos with eosType = 'TEOS10', in data (PARM01). This eos implies
38      that THETA and SALT are "conservative temperature" and "absolute
39      salinity"
40    o pkg/ctrl
41      - fix computation of endrec in s/r ctrl_init_rec
42      - ctrl_pack/unpack_*: remove unused variables and some obsolete code
43    o pkg/seaice/seaice_growth.F
44      - fix recomputation with FENTY_AREA_EXPANSION_CONTRACTION code,
45        remove then obsolete STORE directives
46      - fix STORE directives for tice and tices, so that only the
47        appropriate part of the fields are stored (and not the entire
48        field); update global_ocean.cs32x15.seaice AD output.
49      - cosmetic changes: adjust CPP flags and indentation for better
50        legibilty
51    o pkg/autodiff: add mnc-output of adBottomDragFld (code contributed by
52      Chris Wilson)
53    o pkg/gmredi:
54       Add Sub-Meso Eddies parameterisation from Baylor (for now, disabled with TAF),
55       and test it in verification exp. "front_relax.bvp" (update output.bvp.txt)
56    
57    checkpoint63 (2011/07/11)
58    o pkg/exch2:
59     - rename+move: nTiles in W2_EXCH2_PARAMS.h --> exch2_nTiles in W2_EXCH2_TOPOLOGY.h
60     - exch2 version of Cumul-Sum routine: S/R W2_SET_MAP_CUMSUM set up the
61       (2*nTiles)x(nTiles) Cumul-Sum matrix and Master Proc collects all tiles X,Y
62       increments, calculates Cumul-Sum @ tile origin and sends results to each tile.
63    o pkg/diagnostics:
64     - deal with pairs of post-processed diags which are computed together; in
65       particular, re-order list of diags within 1 file to save 2nd computation.
66     - add S/R to compute velocity stream-function (called after velocity-potential
67       calculation) from divergence free transport -> new diagnostics "PsiVEL".
68     - add parameter to select grid-point location where PsiVEL == 0.
69    o eesupp/src:
70       new S/R to calculate cumulated sum on tiled array, corner grid-cell location
71       (specific S/R needed with exch2 topology - for now, just print an error msg)
72    o pkg/shelfice
73     - Implement friction velocity-dependent transfer coefficients following
74       Holland and Jenkins, JPO, 1999
75       Original code by M. Losch with small modifs.
76       Enable with CPP option SHI_ALLOW_GAMMAFRICT
77       and runtime flag SHELFICEuseGammaFrict
78    o verification lab_sea & global_ocean.cs32x15:
79     - use tools/xmakedepend (instead of cyrus_makedepend, in genmake_local):
80       does not miss some dependencies (but is slower) and also works with many files
81       (default makedepend limitation for AD built).
82     - use cyrus_makedepend in adjustment.128x64x1 (so that it still tested).
83    o pkg/diagnostics:
84     - add run-time parameter "useMissingValue" (def=False) to fill land-point
85        (i.e., where mask=0) with MissingValue ; used only in MNC output file.
86       This replaces CPP-option DIAGNOSTICS_MISSING_VALUE.
87     - Extend the use of "missing_value" setting from data.diagnostics for the case
88       of counter-diagnostics (where fraction-weight is zero). This applies both to
89       MNC and MDS output files.
90    o pkg/seaice/seaice_growth.F:
91      - add 'a priori' cap of latent heat flux based on actual mass considerations
92        when SEAICE_ADD_SUBLIMATION_TO_FWBUDGET is used in conjunction with the
93        non-legacy seaice_solve4temp.
94      - add diagnostic of the residual sublimation freshwater flux (the freshwater
95        flux taken from the ocean if the total actual latent heat fluxes exceed
96        the maximum)
97      - remove the CPP switch around the *_FWbySublim unit change and move diagnostic
98       fill for SIatmQnt, SIfwSubl, SIatmFW to the end of seaice_growth.F.
99      - add diagnostic of the actual sublimation freshwater flux (that is 0. ifndef
100       SEAICE_ADD_SUBLIMATION_TO_FWBUDGET) and of the latent heat flux (evap+sublim).
101      - bug fix : frWtrAtm needs a_FWbySublim ifdef SEAICE_ADD_SUBLIMATION_TO_FWBUDGET.
102      - bug fix : missing part to Martin's r_FWbySublim pathological case fix.
103    o verification 1D_ocean_ice_column:
104       made model domain truly 1x1x23 instead of 5x5x23 with only center cell (3,3,:) wet
105       update results
106  o pkg/diagnostics:  o pkg/diagnostics:
107   - Implement setting of "Post-Processed" diagnostics (corresponding to gdiag(5)='P')   - Implement setting of "Post-Processed" diagnostics (corresponding to gdiag(5)='P')
108     which are not filled-up but computed from other diags ; In this case, the mate     which are not filled-up but computed from other diags ; In this case, the mate
109     diag points to the primary (filled-up) diag to used for post processing.     diag points to the primary (filled-up) diag to used for post processing.
110   - Update Velocity-potential computation using post-processed diag framework.   - Update Velocity-potential computation using post-processed diag framework.
111   Change the ordering of fields and time-periods in MDS output file   ==> Change the ordering of fields and time-periods in MDS output file
112     when using periodic averaging: now writes one time record with the full set     when using periodic averaging: now writes one time record with the full set
113     of fields for this time period, then the next time reccord (it used to be     of fields for this time period, then the next time reccord (it used to be
114     one field with the full set of time records then the next field).     one field with the full set of time records then the next field).
115     Note: this is now similar to NetCDF (MNC) output file.       Note: this is now similar to NetCDF (MNC) output file. <==
116    
117  checkpoint62z (2011/06/21)  checkpoint62z (2011/06/21)
118  o adjoint monitor:  o adjoint monitor:

Legend:
Removed from v.1.1462  
changed lines
  Added in v.1.1484

  ViewVC Help
Powered by ViewVC 1.1.22