/[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.1461 by jmc, Wed Jun 22 02:31:29 2011 UTC revision 1.1468 by heimbach, Wed Jun 29 16:28:46 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/shelfice
8     - Implement friction velocity-dependent transfer coefficients following
9       Holland and Jenkins, JPO, 1999
10       Original code by M. Losch with small modifs.
11       Enable with CPP option SHI_ALLOW_GAMMAFRICT
12       and runtime flag SHELFICEuseGammaFrict
13    o verification lab_sea & global_ocean.cs32x15:
14     - use tools/xmakedepend (instead of cyrus_makedepend, in genmake_local):
15       does not miss some dependencies (but is slower) and also works with many files
16       (default makedepend limitation for AD built).
17     - use cyrus_makedepend in adjustment.128x64x1 (so that it still tested).
18    o pkg/diagnostics:
19     - add run-time parameter "useMissingValue" (def=False) to fill land-point
20        (i.e., where mask=0) with MissingValue ; used only in MNC output file.
21       This replaces CPP-option DIAGNOSTICS_MISSING_VALUE.
22     - Extend the use of "missing_value" setting from data.diagnostics for the case
23       of counter-diagnostics (where fraction-weight is zero). This applies both to
24       MNC and MDS output files.
25    o pkg/seaice/seaice_growth.F:
26      - remove the CPP switch around the *_FWbySublim unit change and move diagnostic
27       fill for SIatmQnt, SIfwSubl, SIatmFW to the end of seaice_growth.F.
28      - add diagnostic of the actual sublimation freshwater flux (that is 0. ifndef
29       SEAICE_ADD_SUBLIMATION_TO_FWBUDGET) and of the latent heat flux (evap+sublim).
30      - bug fix : frWtrAtm needs a_FWbySublim ifdef SEAICE_ADD_SUBLIMATION_TO_FWBUDGET.
31      - bug fix : missing part to Martin's r_FWbySublim pathological case fix.
32    o verification 1D_ocean_ice_column:
33       made model domain truly 1x1x23 instead of 5x5x23 with only center cell (3,3,:) wet
34       update results
35  o pkg/diagnostics:  o pkg/diagnostics:
36   - Implement setting of "Post-Processed" diagnostics (corresponding to gdiag(5)='P')   - Implement setting of "Post-Processed" diagnostics (corresponding to gdiag(5)='P')
37     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
38     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.
39   - Update Velocity-potential computation using post-processed diag framework.   - Update Velocity-potential computation using post-processed diag framework.
40     ==> Change the ordering of fields and time-periods in MDS output file
41       when using periodic averaging: now writes one time record with the full set
42       of fields for this time period, then the next time reccord (it used to be
43       one field with the full set of time records then the next field).
44         Note: this is now similar to NetCDF (MNC) output file. <==
45    
46  checkpoint62z (2011/06/21)  checkpoint62z (2011/06/21)
47  o adjoint monitor:  o adjoint monitor:

Legend:
Removed from v.1.1461  
changed lines
  Added in v.1.1468

  ViewVC Help
Powered by ViewVC 1.1.22