/[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.1041 by jmc, Wed Nov 19 01:56:41 2008 UTC revision 1.1071 by jmc, Fri Feb 27 02:05:04 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 non-hydrostatic (calc_gw.F):
8      fix viscA4 on CS-grid + fix diagnostics: Wm_Diss & Wm_Advec
9      update output of exp. global_ocean.cs32x15.viscA4
10    o remove backward compatibility for thetaMin,phiMin
11      (replaced by xgOrigin,ygOrigin on Jan 27, 2009)
12    o pkg/exf: fix a serious bug in exf_set_uv.F: do a rotation of the
13      interpolated wind field not only for curvilineargrid=.true., but also
14      for a rotated grid (rotateGrid=.true.)
15    o pkg/exf: add capability to bypass interpolation for runoff
16      by setting yet another CPP-flag
17    o eesupp/src, B-grid exchange:
18      add simple (6 tiles, non MPI) CS exch + standard interface S/R.
19    o autodiff
20      new CPP option ALLOW_TAMC_SINGLEPREC_COMLEV
21      allows to switch to single-prec common blocks;
22      corresponding switch occurs in tamc.h, integer isbyte
23      TAF store directivs "byte" and "kind" seem equivalent;
24      Most tamc.h have been updated correspondingly.
25    
26    checkpoint61i
27    o autodiff:
28      fix autodiff_sore/_restore indices for obcs
29      (spotted by I. Hoteit, M. Mazloff)
30    o pkg/autodiff, pkg/ctrl:
31      Add flag to reduce all tapelev I/O to single-prec.
32      In data.ctrl set
33        doSinglePrecTapelev = .TRUE.
34    o model/src/ini_curvilinear_grid.F, new grid-file format without EXCH2:
35      check in hack for SX8 compiler (for dxV, dyU); remove it afterwards.
36    o pkg/shelfice: fix bug with SHELFICEconserve flag, prepare for
37      real fresh water flux (not yet)
38    o pkg/mdsio & rw:
39     - add argument & option to S/R MDS_WRITEVEC_LOC (avoid Open/Close & write-meta)
40     - add simple interface S/R to MDS_WRITEVEC_LOC in pkg/rw: WRITE_GLVEC_RX.
41    o pkg/flt:
42     - replace FLT_INIT by 3-steps standard initialization S/R: readparms,
43       init_fixed & ini_varia.
44     - clean-up & simplify linear interpolation S/R:
45       move flt_bilinear.F -> flt_interp_linear.F ; add arg. myThid.
46     - fix some indices (mainly vertical index) ; add IMPLICIT NONE.
47     - more efficient I/O, using new options of MDS_WRITEVEC_LOC S/R.
48     - add vert. coordinate & horiz. indices to output files.
49     - change vertical position in initial condition, from index to depth [m].
50     - store horizontal (decimal) indices i,j in common block (instead of coord. x,y)
51       (easier to get to a curvilinear grid) ; delX,delY no longer used.
52    o pkg/ggl90: a few modifications:
53     - fix bottom boundary condition, and interpolation of KappaE
54       near top and bottom
55     - use same set of viscosity/diffusivity for TKE/momnetum/tracer
56     - add smoothing option as in Blanke and Delecluse (1993) (--> ALLOW_GGL90_SMOOTH)
57     - add a few options for mixing-length upper limit (--> mxlMaxFlag)  
58    o rename thetaMin,phiMin -> xgOrigin,ygOrigin
59      (maintain temporary backward compatibility, until next checkpoint)
60    
61    checkpoint61h
62    o pkg/diagnostics with "periodic averaging diagnostics":
63      fix S/R DIAGNOSTICS_COUNT ; hack diagnostics_out.F to get NetCDF output.
64    o pkg/my82: add missing "_d 0" ; update output of exp. vermix.my82
65    o pkg/obcs: fix loop ranges for balancing code
66    o pkg/flt:
67     - improve criteria for finding which tile owns a float.
68     - fix FLT_EXCH for case without MPI ; apply cyclic BC + fix also the MPI case.
69    o Add well-mixed CO2 box in aim_v23 (which includes changes in pkg
70      aim_compon_interf, ocn_compon_interf, gchem, and dic to get coupling
71      with ocean biogeo)
72    o pkg/flt:
73     - do some cleaning and fix the restart ;
74     - add output.txt in flt_example/results to get this pkg tested.
75    o genmake2: add an EXTENDED_SRC option and flag.
76       for now, cannot be turned on on command line (only through genmake_local)
77    o pkg/mdsio: read/write vector:
78     - singleCpuIO: fix RL/RS in MDSWRITEVECTOR by calling new S/R MDS_BUFFERtoRL/RS
79     - singleCpuIO=F: fix arrType & filePrec & _BYTESWAPIO in both MDSREADVECTOR
80       & MDSWRITEVECTOR by calling new S/R MDS_RD/WR_VEC_RL/RS.
81     - affects gradient of test-exp "bottom_ctrl_5x5" (not due to _BYTESWAPIO)
82      (drop to 4 digits matching for grad). But this test does not look very
83      reliable (was already failling on eddy, fc5, at 6.digits). Update output.
84    
85    checkpoint61g
86    o pkg/flt:
87      - move FLT_CPPOPTIONS.h to FLT_OPTIONS.h (standard name)
88       + make OPTIONS file more standard.
89      - rename S/R MDSREADVECTOR_FLT to FLT_MDSREADVECTOR (to mach src file name)
90      - fix _BYTESWAPIO CPP-Flag
91      - standard reading of file-parameter "data.flt"
92      - fix argument list of S/R FLT_RESTART
93      still need to fix _BYTESWAPIO in pkg/mdsio/mdsio_writevector.F
94    o pkg/obcs: fix a CPP-flag, bug reported by Jeff Blundell
95    o gather_2d.F/scatter_2d.F: suppress vectorisation on NEC SX in respond to
96      a still unfixed compiler/optimization bug
97    
98    checkpoint61f
99    o pkg/seaice, LSR solver: fix bug in GLOBAL_MAX calls ;
100      update results of global_ocean.cs32x15.icedyn test.
101  o move getcon.F from model/src to pkg/fizhi.  o move getcon.F from model/src to pkg/fizhi.
102  o pkg/exf: add parameter for extrapolation of temp up to the surface  o pkg/exf: add parameter for extrapolation of temp up to the surface
103     and option to prevent negative evap (in bulk_largeyeager04 only).     and option to prevent negative evap (in bulk_largeyeager04 only).
# Line 2284  o add two new packages Line 2378  o add two new packages
2378    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
2379    - these scheme operate in a similar manner as KPP (without ghat, of    - these scheme operate in a similar manner as KPP (without ghat, of
2380      course), however there is only one diffusivity that is used for both      course), however there is only one diffusivity that is used for both
2381      temperature and salinity (and passive tracers)ç      temperature and salinity (and passive tracers)
2382  o add offline package  o add offline package
2383  o add "verification/dic_example" which contains a dic-gchem-ptracer setup  o add "verification/dic_example" which contains a dic-gchem-ptracer setup
2384    provided by Stephanie Dutkiewicz    provided by Stephanie Dutkiewicz

Legend:
Removed from v.1.1041  
changed lines
  Added in v.1.1071

  ViewVC Help
Powered by ViewVC 1.1.22