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

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

  ViewVC Help
Powered by ViewVC 1.1.22