/[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.1314 by jmc, Sat Oct 16 17:23:12 2010 UTC revision 1.1321 by dimitri, Wed Oct 27 05:48:33 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 pkg/obcs:
8      - writing sections with globalFiles=T does not work: switch to tiled-files
9        when writing sections for OBCS (change pkg/rw/write_rec.F accordingly).
10      - fix index bug (OB_Ie -> OB_Iw_) in obcs_apply_uvice.F
11      - apply OBCS_SEAICE_COMPUTE_UVICE to both uice and vice at all obcs
12    
13    checkpoint62m (2010/10/21)
14    o pkg/seaice: vectorize seaice_solve4temp.F
15      - move iterations loops outside of i/j-loops
16      - requires 2D arrays for TB and effConduct
17      - add 2D iceOrNot to replace HICE_ACTUAL.GT.0, as HICE_ACTUAL is
18        modified in this routine
19      - a little bit of clean up, adjusting indentation, etc.
20      - replaced a few TEN**a by exp(a*log(10.)) in new code for better
21        performance and '**TWO' by '**2' (because TWO is a float),
22        replaced ONE, ZERO
23  o eesupp/src:  o eesupp/src:
24     fix flow dir for exch1_z_RX_cube, exch1_uv_RX_cube & exch1_bg_RX_cube     fix flow dir for exch1_z_RX_cube, exch1_uv_RX_cube & exch1_bg_RX_cube
25  o pkg/seaice/seaice_growth.F  o pkg/seaice/seaice_growth.F
# Line 38  o pkg/thsice: Line 54  o pkg/thsice:
54      does not change the verifcation experiment, but will change all      does not change the verifcation experiment, but will change all
55      experiments that have this flag undefined (not tested in verification);      experiments that have this flag undefined (not tested in verification);
56      a little reorganization to save a few 2D fields and recomputations      a little reorganization to save a few 2D fields and recomputations
57      - 1st step of revisiting thsice adjoint (major recomp. sorted out)
58      - 2nd step:  fix some store dirs
59        o seems to work somewhat, i.e. using ifort but not g77
60        o likely cause are incomplete init. or recomputation
61        o start verification/global_ocean.cs32x15/input_ad.thsice
62  o pkg/obcs: add support for exch2  o pkg/obcs: add support for exch2
63    - the position of the boundary and prescribed values are specified using    - the position of the boundary and prescribed values are specified using
64      a global domain with exch2 facets stacked      a global domain with exch2 facets stacked

Legend:
Removed from v.1.1314  
changed lines
  Added in v.1.1321

  ViewVC Help
Powered by ViewVC 1.1.22