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

Legend:
Removed from v.1.1045  
changed lines
  Added in v.1.1077

  ViewVC Help
Powered by ViewVC 1.1.22