/[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.1453 by jmc, Sun Jun 12 19:20:28 2011 UTC revision 1.1464 by ifenty, Fri Jun 24 15:51:59 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 verification 1D_ocean_ice_column:
8       made model domain truly 1x1x23 instead of 5x5x23 with only center cell (3,3,:) wet
9       update results
10    o pkg/diagnostics:
11     - Implement setting of "Post-Processed" diagnostics (corresponding to gdiag(5)='P')
12       which are not filled-up but computed from other diags ; In this case, the mate
13       diag points to the primary (filled-up) diag to used for post processing.
14     - Update Velocity-potential computation using post-processed diag framework.
15     ==> Change the ordering of fields and time-periods in MDS output file
16       when using periodic averaging: now writes one time record with the full set
17       of fields for this time period, then the next time reccord (it used to be
18       one field with the full set of time records then the next field).
19         Note: this is now similar to NetCDF (MNC) output file. <==
20     - Extend the use of "missing_value" setting from data.diagnostics for the case
21       of counter-diagnostics (where fraction-weight is zero). This applies both to
22       MNC and MDS output files.
23    
24    checkpoint62z (2011/06/21)
25    o adjoint monitor:
26     - Add adjoint monitor output for packages exf, seaice
27       and update relevant testreport output
28    o pkg/seaice:
29     - re-order diags inits so that they appear in order in available_diagnostics.log
30     - added diags: hsnow thermo. rates of change, area preceeding ridiging process,
31       area/heff/hsnow preceeding thermodynamic growth/melt.
32     - modified diag: SIdA; output actual effect, as the description states.
33     - modified description: SIqneti, SIqneto, SIuheff, SIvheff, SIdAb*, HSNOW.
34     - retired redundant diags: SIyneg, SIfice, SIsnwice, SIthdgrh.
35       (SIyneg->SIdHbOCN; SIfice->SIdHbATC; SIsnwice->SIdHbFLO;
36        and SIthdgrh->SIdHbOCN+SIdHbATC+SIdHbATO)
37     - modified diags (2) : switch all SIdA*, SIdH*, SIdS* from delta to rates.
38     - added diagnostics for seaice generic tracers (SItr*).
39     - added SItrUnit and SItrNameLong run time param (for SItr* diags).
40     - in diag names, replaced 'PrTh' abbrev. of 'preceeding thermo' with 'PT'.
41     I. Fenty: 18-Jun-2011:
42     Minor changes to seaice package:
43     1) Retired old variables (A22, SEAICE_lhsublim, areaMax, areaMin, hiceMin) and
44        added some new ones (SEAICE_area_reg, SEAICE_hice_reg, SEAICE_area_floor)
45       - Differentiated "regularization variables" from "floor variables"
46        * areaMin became SEAICE_area_reg (old A22) and SEAICE_area_floor
47        * hiceMin became SEAICE_hice_reg (old hiceMin)
48          (with _reg meaning regularization variable)
49       - SEAICE_lhSublim becomes lhSublim, the sum of SEAICE_lhEvap and SEAICE_lhFusion
50        so as to ensure energy conservation when going between phases
51      - A22 was not used anywhere
52     2) Changed regularization procedure for heffActual and hsnowActual to ensure
53        well-boundedness and smooth adjoint in seaice_growth.F
54     3) Fixed a bug where seaice_solve4temp would not recognize ice-free grid cells
55        because the old regularization always set heffActual >= 0.05 cm
56     4) Changed the model so that the default behavior is to put a small (10^-5) "floor"
57        on AREA when HEFF > 0.
58      - went from requiring ALLOW_PRECLUDE_INFINITESIMAL_AREA to be defined to
59        requiring that DISABLE_AREA_FLOOR *not* be defined
60     Affected verifications:
61      - 1D_ocean_ice_column (output.txt output_adm.txt)
62      - global_ocean.cs32x15 (output.seaice.txt output_adm.seaice.txt)
63  o pkg/diagnostics:  o pkg/diagnostics:
64    - move MNC code from diagnostics_out.F into new diagnostics_mnc_out.F (2 S/R).    - move MNC code from diagnostics_out.F into new diagnostics_mnc_out.F (2 S/R).
65    - rename S/R GETDIAG to DIAGNOSTICS_GET_DIAG and change type of 1rst argument    - rename S/R GETDIAG to DIAGNOSTICS_GET_DIAG and change type of 1rst argument
66      (was _RL, now integer) with option = 0 to retrieve all levels.      (was _RL, now integer) with option = 0 to retrieve all levels.
67      - add pieces of code to compute velocity potential at each level (new diagnostics
68        PhiVEL, works only when UVELMASS & VVELMASS are also turned on);
69        for now, using same params as CG2D (target-resisual, max Nb of iter ...).
70      - fix few issues with counter diagnostics in diagnostics_setdiag.F &
71        diagstats_setdiag.F (if diagnostic counter is itself a counter diag)
72        and in diagnostics_fract_fill.F (do not need a valid pointer for the
73        diagnostics counter-mate); check that definition of counter-diagnostic
74        includes a valid counter-mate (in diagnostics_set_levels.F).
75  o model/src (rStar):  o model/src (rStar):
76    - add rStar scaling factor in diags_phi_hyd.F (similar to calc_grad_phi_hyd.F);    - add rStar scaling factor in diags_phi_hyd.F (similar to calc_grad_phi_hyd.F);
77      affect solution only if z* with full pressure in EOS;      affect solution only if z* with full pressure in EOS;

Legend:
Removed from v.1.1453  
changed lines
  Added in v.1.1464

  ViewVC Help
Powered by ViewVC 1.1.22