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

Legend:
Removed from v.1.1209  
changed lines
  Added in v.1.1214

  ViewVC Help
Powered by ViewVC 1.1.22