/[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.1210 by jmc, Sat Dec 26 02:15:34 2009 UTC revision 1.1221 by mlosch, Tue Jan 19 14:25:53 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 add 3 "_d 0"s so that fizhi compiles with xlf on iblade, and replace
8      two " &end" by " &" (in fizhi-cs-*) because S/R NML_SET_TERMINATOR
9      cannot deal with the former
10    o cleaning:
11      - remove unused S/R (MDSWRITEMETA, DIAGNOSTICS_ADD2LIST, old DFILE IO S/R)
12      - comment out maskH definition (replaced by maskInC)
13    o pkg/monitor:
14      - change mon_printstats_rl.F & mon_stats_rl.F (were similar to mon_writestats_rl
15        & mon_calc_stats_rl) to be the RL pendant to mon_printstats_rs & mon_stats_rs.
16    
17    checkpoint62a (2010/01/15)
18    o model/src:
19      - bottom pressure diagnostic: correct for r* (when nonlinFreeSurf >= 4)
20    o pkg/diagnostics:
21      - add optional level number diagnostics (i.e., level number to be define
22        explictly with S/R DIAGNOSTICS_SETKLEV) with parser-code(10)="X".
23      - strictly check for valid parser-code(10) ;
24      - check if adding diag to the list from the right place.
25    o pkg/longstep:
26      - change parameters and fix tracer conservation with rstar/nonlinear free surface
27    o diagnostics:
28     - in all pkgs, replace remaining calls to old S/R DIAGNOSTICS_ADD2LIST with newer
29       S/R DIAGNOSTICS_ADDTOLIST ; fix seaice VICE diagnostics.
30    o pkg/diagnostics:
31     - Add option for writing vertical integral (sum of selected levels) of an output
32        field instead of writing output field levels. Activate this option on a per
33        output-file basis, by setting the 2nd character of fileflag to 'I'.
34     - Add field-specific information relative to level integral in 3rd postion
35        of parser diagnostics code (gdiag): " "=cumulate levels, "R"=integrate
36        vertically (x level-thickness x hFac), "r"=same but without hFac.
37    o do_the_model_io:
38      - pass end-of-model-run flag as argument, from forward_step to diagnostics_write:
39        in case useSIGREG, will write (averaged) diagnostics (if dumpAtLast) before
40        writing pickups and stopping.
41    o pkg/diagnostics (for now, only with mdsio):
42      - write time information to meta file (and modify accordingly rdmds.m) :
43        time-averaged diagnostics output: write starting and ending time of the
44        time-averaging interval ; snap-shot diagnostics output remains unchanged;
45    o pkg/timeave:
46      - S/R TIMEAVE_NORMALIZ: change size of cumulated-time array (was previously
47        always Nr), now assumed to be equal to number of levels of averaged field;
48        only used for DIC_COST monthly mean arrays: this fixes dic_aver_final.F
49    o pkg/sbo:
50      - fix ocean bottom pressure global-average & 2-D time-ave output (was
51        neither initialised nor filled).
52      - add starting iteration in suffix of global-average output file
53        (to avoid over-writing the file after a restart)
54      - use standard MDSIO pkg S/R instead of SBO_WRITEVECTOR (fix byte-swap Pb).
55    o time-average:
56      - use simple cumulative-time array (no k index) in all pkgs: {PKG}_timeAve(bi,bj)
57        (pkgs: aim_v23, bulk_force, dic, gmredi, kpp, land, ocn_compon_interf,
58         ggl90, my82, opps, pp81, ptracers, sbo, seaice, shelfice, thsice)
59        this fix DIC_COST cumulative-time array (previously: bi,bj,k)
60      - fix 1rst call (nIter0) snap-shot output and accumulation (pkg/shelfice)
61      - fix missing accumulation for pkg/opps.
62      - cumulate fields only if doing time-ave output ({PKG}_taveFreq > 0)
63         (pkgs: ptracers, kpp, ocn_compon_interf, ggl90, my82, pp81);
64      - fix initialisation of time-ave vars and do only full time-step increment
65        (i.e.: no first & last "half time-step") (pkgs: ggl90, my82, opps, pp81);
66    o pkg/layers:
67      - use standard RW pkg S/R to write the output
68        and remove local write_fld version (which had a problem).
69      - use simple cumulative-time array (no level index) to fix time-ave S/R calls.
70      - fix LAYERS_CALC argument list.
71    o pkg/timeave:
72      - store cumulative-time in a simple tiled array (drop the level index)
73      - add new S/R (TIMEAVE_NORMALIZE) which uses simple cumulative-time array.
74  o pkg/ocn,aim_compon_interf  o pkg/ocn,aim_compon_interf
75    - changes for multi-threaded coupled run. (tested with ifort-11 on danton)    - changes for multi-threaded coupled run. (tested with ifort-11 on danton)
76    

Legend:
Removed from v.1.1210  
changed lines
  Added in v.1.1221

  ViewVC Help
Powered by ViewVC 1.1.22