/[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.1046 by jmc, Wed Dec 3 02:45:22 2008 UTC revision 1.1064 by mlosch, Thu Feb 12 07:53:34 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 model/src/ini_curvilinear_grid.F: check in hack for SX8 compiler
8      to make sure that recip_dxV and recip_dyU are never zero, until we
9      have a proper exchange for them. Most compilers do not seem
10      to mind divisions by zero in the overlaps, as long as the results are
11      not used anywhere, but sxf90 does.
12    o pkg/shelfice: fix bug with SHELFICEconserve flag, prepare for
13      real fresh water flux (not yet)
14    o pkg/mdsio & rw:
15     - add argument & option to S/R MDS_WRITEVEC_LOC (avoid Open/Close & write-meta)
16     - add simple interface S/R to MDS_WRITEVEC_LOC in pkg/rw: WRITE_GLVEC_RX.
17    o pkg/flt:
18     - replace FLT_INIT by 3-steps standard initialization S/R: readparms,
19       init_fixed & ini_varia.
20     - clean-up & simplify linear interpolation S/R:
21       move flt_bilinear.F -> flt_interp_linear.F ; add arg. myThid.
22     - fix some indices (mainly vertical index) ; add IMPLICIT NONE.
23     - more efficient I/O, using new options of MDS_WRITEVEC_LOC S/R.
24     - add vert. coordinate & horiz. indices to output files.
25     - change vertical position in initial condition, from index to depth [m].
26     - store horizontal (decimal) indices i,j in common block (instead of coord. x,y)
27       (easier to get to a curvilinear grid) ; delX,delY no longer used.
28    o pkg/ggl90: a few modifications:
29     - fix bottom boundary condition, and interpolation of KappaE
30       near top and bottom
31     - use same set of viscosity/diffusivity for TKE/momnetum/tracer
32     - add smoothing option as in Blanke and Delecluse (1993) (--> ALLOW_GGL90_SMOOTH)
33     - add a few options for mixing-length upper limit (--> mxlMaxFlag)  
34    o rename thetaMin,phiMin -> xgOrigin,ygOrigin
35      (maintain temporary backward compatibility, until next checkpoint)
36    
37    checkpoint61h
38    o pkg/diagnostics with "periodic averaging diagnostics":
39      fix S/R DIAGNOSTICS_COUNT ; hack diagnostics_out.F to get NetCDF output.
40    o pkg/my82: add missing "_d 0" ; update output of exp. vermix.my82
41    o pkg/obcs: fix loop ranges for balancing code
42    o pkg/flt:
43     - improve criteria for finding which tile owns a float.
44     - fix FLT_EXCH for case without MPI ; apply cyclic BC + fix also the MPI case.
45    o Add well-mixed CO2 box in aim_v23 (which includes changes in pkg
46      aim_compon_interf, ocn_compon_interf, gchem, and dic to get coupling
47      with ocean biogeo)
48    o pkg/flt:
49     - do some cleaning and fix the restart ;
50     - add output.txt in flt_example/results to get this pkg tested.
51    o genmake2: add an EXTENDED_SRC option and flag.
52       for now, cannot be turned on on command line (only through genmake_local)
53    o pkg/mdsio: read/write vector:
54     - singleCpuIO: fix RL/RS in MDSWRITEVECTOR by calling new S/R MDS_BUFFERtoRL/RS
55     - singleCpuIO=F: fix arrType & filePrec & _BYTESWAPIO in both MDSREADVECTOR
56       & MDSWRITEVECTOR by calling new S/R MDS_RD/WR_VEC_RL/RS.
57     - affects gradient of test-exp "bottom_ctrl_5x5" (not due to _BYTESWAPIO)
58      (drop to 4 digits matching for grad). But this test does not look very
59      reliable (was already failling on eddy, fc5, at 6.digits). Update output.
60    
61    checkpoint61g
62  o pkg/flt:  o pkg/flt:
63    - move FLT_CPPOPTIONS.h to FLT_OPTIONS.h (standard name)    - move FLT_CPPOPTIONS.h to FLT_OPTIONS.h (standard name)
64     + make OPTIONS file more standard.     + make OPTIONS file more standard.
65    - rename S/R MDSREADVECTOR_FLT to FLT_MDSREADVECTOR (to mach src file name)    - rename S/R MDSREADVECTOR_FLT to FLT_MDSREADVECTOR (to mach src file name)
66    - fix _BYTESWAPIO CPP-Flag    - fix _BYTESWAPIO CPP-Flag
67    - standard reading of file-parameter "data.flt"    - standard reading of file-parameter "data.flt"
68      - fix argument list of S/R FLT_RESTART
69    still need to fix _BYTESWAPIO in pkg/mdsio/mdsio_writevector.F    still need to fix _BYTESWAPIO in pkg/mdsio/mdsio_writevector.F
70  o pkg/obcs: fix a CPP-flag, bug reported by Jeff Blundell  o pkg/obcs: fix a CPP-flag, bug reported by Jeff Blundell
71  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

Legend:
Removed from v.1.1046  
changed lines
  Added in v.1.1064

  ViewVC Help
Powered by ViewVC 1.1.22