/[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.1211 by jmc, Mon Dec 28 02:46:20 2009 UTC revision 1.1215 by jmc, Tue Jan 12 21:35:18 2010 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o diagnostics:
8     - in all pkgs, replace remaining calls to old S/R DIAGNOSTICS_ADD2LIST with newer
9       S/R DIAGNOSTICS_ADDTOLIST ; fix seaice VICE diagnostics.
10    o pkg/diagnostics:
11     - Add option for writing vertical integral (sum of selected levels) of an output
12        field instead of writing output field levels. Activate this option on a per
13        output-file basis, by setting the 2nd character of fileflag to 'I'.
14     - Add field-specific information relative to level integral in 3rd postion
15        of parser diagnostics code (gdiag): " "=cumulate levels, "R"=integrate
16        vertically (x level-thickness x hFac), "r"=same but without hFac.
17    o do_the_model_io:
18      - pass end-of-model-run flag as argument, from forward_step to diagnostics_write:
19        in case useSIGREG, will write (averaged) diagnostics (if dumpAtLast) before
20        writing pickups and stopping.
21    o pkg/diagnostics (for now, only with mdsio):
22      - write time information to meta file (and modify accordingly rdmds.m) :
23        time-averaged diagnostics output: write starting and ending time of the
24        time-averaging interval ; snap-shot diagnostics output remains unchanged;
25    o pkg/timeave:
26      - S/R TIMEAVE_NORMALIZ: change size of cumulated-time array (was previously
27        always Nr), now assumed to be equal to number of levels of averaged field;
28        only used for DIC_COST monthly mean arrays: this fixes dic_aver_final.F
29    o pkg/sbo:
30      - fix ocean bottom pressure global-average & 2-D time-ave output (was
31        neither initialised nor filled).
32      - add starting iteration in suffix of global-average output file
33        (to avoid over-writing the file after a restart)
34      - use standard MDSIO pkg S/R instead of SBO_WRITEVECTOR (fix byte-swap Pb).
35    o time-average:
36      - use simple cumulative-time array (no k index) in all pkgs: {PKG}_timeAve(bi,bj)
37        (pkgs: aim_v23, bulk_force, dic, gmredi, kpp, land, ocn_compon_interf,
38         ggl90, my82, opps, pp81, ptracers, sbo, seaice, shelfice, thsice)
39        this fix DIC_COST cumulative-time array (previously: bi,bj,k)
40      - fix 1rst call (nIter0) snap-shot output and accumulation (pkg/shelfice)
41      - fix missing accumulation for pkg/opps.
42      - cumulate fields only if doing time-ave output ({PKG}_taveFreq > 0)
43         (pkgs: ptracers, kpp, ocn_compon_interf, ggl90, my82, pp81);
44      - fix initialisation of time-ave vars and do only full time-step increment
45        (i.e.: no first & last "half time-step") (pkgs: ggl90, my82, opps, pp81);
46  o pkg/layers:  o pkg/layers:
47    - use standard RW pkg S/R to write the output    - use standard RW pkg S/R to write the output
48      and remove local write_fld version (which had a problem).      and remove local write_fld version (which had a problem).

Legend:
Removed from v.1.1211  
changed lines
  Added in v.1.1215

  ViewVC Help
Powered by ViewVC 1.1.22