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

  ViewVC Help
Powered by ViewVC 1.1.22