/[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.342 by edhill, Wed Sep 8 18:02:29 2004 UTC revision 1.350 by jmc, Wed Sep 22 15:55:24 2004 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint55b_post
7    o add a 2D scalar, Z location, exchange_2 routine.
8    o EXCH_UV for CS-grid: add one u,v in the corner-halo region, allows
9      to compute vorticity on a wider stencil [e.g., vort3(0,1)&(1,0)]
10      affects advect_cs results (for the wrong reason): update output.txt
11    o use a more standard discretization for biharmonic viscosity ;
12     (original version still available with #define MOM_VI_ORIGINAL_VISCA4 )
13      affects results of dome set-up: update output.txt
14    o fix gad_advection.F (CubedSphere part), back to version 1.23
15    o fix bug in mom_vi_del2uv.F (CubedSphere part).
16    
17    checkpoint55a_post
18    o merged code to
19      * prescribe/read time-dependent open boundaries
20        (works in conjunction with exf, cal)
21      * sponge layer code for open boundaries
22      * each boundary N/S/E/W now has its own CPP option
23        (healthy for the adjoint)
24    
25    checkpoint55
26    o up-to-date adjoint of previous breaks
27      - natl_box_adjoint: problem for exp 12, 13: cost = 0. needs fix
28      - global_ocean_ebm: adjoint still needs fix (TLM ok)
29      - global_ocean.90x40x15: extended GMREDI_OPTIONS.h
30      - carbon: * remove tr1-related adjoint verification
31                * add ptracer as control variable
32    o remove all tr1-related code (ALLOW_PASSIVE_TRACER)
33      (adjoint stuff still has some tr1 'names', but all use ptracer arrays)
34    
35    checkpoint54f_post
36    o in verification/carbin/ remove experiment related to
37      ALLOW_PASSIVE_TRACER (array tr1 etc)
38      code_ad/ input_ad/ results_ad
39    
40    o add two new packages
41      - ggl90, TKE-model of Gaspar et al. (1990), Blanke+Delecluse (1993)
42        + subject to optimization (memory)
43      - opps, OPPS (ocean penetrative plume scheme) of Paluszkiewicz+Romea (1997)
44        + subject to reordering (many GOTOs in the original code)
45        + so far opps is called for every (i,j) point, and then operates in
46          the vertical; one may want to reorder the scheme in order operate in
47          horizontal slabs at the cost of (a lot of) memory, at least ten new 3D
48          fields)
49    o overhaul of IO so that we now have flags for MDSIO and/or MNC
50      - all verification tests compile and run with linux_ia32_g77
51      - defaults are compatible with current input files--nothing
52        should change if you were not previously using MNC
53      - MNC output has been added in numerous places (eg. timeave)
54        but there are still a few writes not yet do-able with MNC
55        (this is in progress)
56      - flags now allow for either/or/both use of MDSIO and MNC and
57        documentation will soon follow
58      - numerous small formatting cleanups for ProTeX
59  o add version info (via BUILD_INFO.h) to MNC and stdout  o add version info (via BUILD_INFO.h) to MNC and stdout
60    
61  checkpoint54e_post  checkpoint54e_post

Legend:
Removed from v.1.342  
changed lines
  Added in v.1.350

  ViewVC Help
Powered by ViewVC 1.1.22