/[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.1055 by jmc, Tue Jan 27 14:22:38 2009 UTC revision 1.1068 by mlosch, Mon Feb 16 09:13:18 2009 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/exf: add capability to bypass interpolation for runoff
8      by setting yet another CPP-flag
9    o autodiff
10      new CPP option ALLOW_TAMC_SINGLEPREC_COMLEV
11      allows to switch to single-prec common blocks;
12      corresponding switch occurs in tamc.h, integer isbyte
13      TAF store directivs "byte" and "kind" seem equivalent;
14      Most tamc.h have been updated correspondingly.
15    
16    checkpoint61i
17    o autodiff:
18      fix autodiff_sore/_restore indices for obcs
19      (spotted by I. Hoteit, M. Mazloff)
20    o pkg/autodiff, pkg/ctrl:
21      Add flag to reduce all tapelev I/O to single-prec.
22      In data.ctrl set
23        doSinglePrecTapelev = .TRUE.
24    o model/src/ini_curvilinear_grid.F: check in hack for SX8 compiler
25      to make sure that recip_dxV and recip_dyU are never zero, until we
26      have a proper exchange for them. Most compilers do not seem
27      to mind divisions by zero in the overlaps, as long as the results are
28      not used anywhere, but sxf90 does.
29    o pkg/shelfice: fix bug with SHELFICEconserve flag, prepare for
30      real fresh water flux (not yet)
31    o pkg/mdsio & rw:
32     - add argument & option to S/R MDS_WRITEVEC_LOC (avoid Open/Close & write-meta)
33     - add simple interface S/R to MDS_WRITEVEC_LOC in pkg/rw: WRITE_GLVEC_RX.
34    o pkg/flt:
35     - replace FLT_INIT by 3-steps standard initialization S/R: readparms,
36       init_fixed & ini_varia.
37     - clean-up & simplify linear interpolation S/R:
38       move flt_bilinear.F -> flt_interp_linear.F ; add arg. myThid.
39     - fix some indices (mainly vertical index) ; add IMPLICIT NONE.
40     - more efficient I/O, using new options of MDS_WRITEVEC_LOC S/R.
41     - add vert. coordinate & horiz. indices to output files.
42     - change vertical position in initial condition, from index to depth [m].
43     - store horizontal (decimal) indices i,j in common block (instead of coord. x,y)
44       (easier to get to a curvilinear grid) ; delX,delY no longer used.
45    o pkg/ggl90: a few modifications:
46     - fix bottom boundary condition, and interpolation of KappaE
47       near top and bottom
48     - use same set of viscosity/diffusivity for TKE/momnetum/tracer
49     - add smoothing option as in Blanke and Delecluse (1993) (--> ALLOW_GGL90_SMOOTH)
50     - add a few options for mixing-length upper limit (--> mxlMaxFlag)  
51    o rename thetaMin,phiMin -> xgOrigin,ygOrigin
52      (maintain temporary backward compatibility, until next checkpoint)
53    
54  checkpoint61h  checkpoint61h
55  o pkg/diagnostics with "periodic averaging diagnostics":  o pkg/diagnostics with "periodic averaging diagnostics":
56    fix S/R DIAGNOSTICS_COUNT ; hack diagnostics_out.F to get NetCDF output.    fix S/R DIAGNOSTICS_COUNT ; hack diagnostics_out.F to get NetCDF output.
# Line 2324  o add two new packages Line 2371  o add two new packages
2371    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
2372    - these scheme operate in a similar manner as KPP (without ghat, of    - these scheme operate in a similar manner as KPP (without ghat, of
2373      course), however there is only one diffusivity that is used for both      course), however there is only one diffusivity that is used for both
2374      temperature and salinity (and passive tracers)ç      temperature and salinity (and passive tracers)
2375  o add offline package  o add offline package
2376  o add "verification/dic_example" which contains a dic-gchem-ptracer setup  o add "verification/dic_example" which contains a dic-gchem-ptracer setup
2377    provided by Stephanie Dutkiewicz    provided by Stephanie Dutkiewicz

Legend:
Removed from v.1.1055  
changed lines
  Added in v.1.1068

  ViewVC Help
Powered by ViewVC 1.1.22