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

  ViewVC Help
Powered by ViewVC 1.1.22