/[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.1527 by jmc, Sun Nov 6 20:09:10 2011 UTC revision 1.1534 by jmc, Sun Nov 13 04:03:54 2011 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:
8      - move bi,bj loops inside INTEGR_CONTINUITY ;
9      - call INTEGR_CONTINUITY directly from forward_step.F
10        (previously called from momentum_correction_step.F)
11      - call UPDATE_ETAH from integr_continuity.F and update initialise_varia.F,
12        forward_step.F and pkg/ecco/the_main_loop.F
13    o model/src/do_oceanic_phys.F:
14      - reset addMass to zero only if useICEFRONT ;
15      - separated k-loop for rhoInSitu calculation ;
16      - add 2 diagnostics for wVel*delta^k(Rho) at constant pressure (= WdRHO_P)
17        and at constant T,S (= WdRHOdP);
18      NOTE: change diagnostics WRHOMASS : this is now simply the Vertical transport
19        of In-Situ Density (Anomaly) (=wVel*rho^bar-k) (previously was Vertical
20        transport of locally-referenced potential density);
21        to recover old diag: (WRHOMASS)_old = (WRHOMASS)_new -1/2 * (WdRHOdP)
22    o gluemnc:
23      - replace ncrcat with ncks when adding variables to *.glob.nc
24      - change the way variables without record dimensions are handled so that
25        files that have variables with and without record variables can be glued:
26        add a record dimension with a new unique name to be able to differentiate
27        between variable with and without a-prior record dimensions. Remove
28        this record dimension before adding the variable to the *.glob.nc file.
29        This procedure automatically works also for grid.*.nc files that do not
30        have any record dimension.
31    o verification/cpl_aim+ocn:
32      - generate new reference output on baudelaire (gfortran, mpich2) (previously
33        from old aces-grid cluster, ao + ifort) and update 'run_cpl_test' script.
34    o pkg/obcs/obcs_calc_stevens.F:
35      - add code for northern and southern boundaries.
36      - reorder some loops to save some operations and so that drFBar can be scalar
37    o model/src:
38      - re-arrange extrapolation calculation in Adams-Bashforth S/R (affects machine
39        truncation) and add diagnostics for Adams-Bashforth tendency increment.
40      - update test-exp. AD output:
41        1D_ocean_ice_column, bottom_ctrl_5x5, lab_sea.noseaicedyn, obcs_ctrl;
42      and FWD output: exp4 (x3), fizhi-cs-32x32x40, fizhi-cs-aqualev20,
43        front_relax (x3), global_ocean.90x40x15 (x2), global_ocean.cs32x15 (x5),
44        global_ocean_ebm, ideal_2D_oce, internal_wave, isomip (x3), lab_sea (x4),
45        matrix_example, MLAdjust (x5), natl_box (x2), tutorial_advection_in_gyre,
46        tutorial_global_oce_in_p, tutorial_global_oce_latlon and
47        tutorial_plume_on_slope.
48    o pkg/diagnostics/diagstats_calc.F: add special code for TARGET_NEC_SX
49      that vectorises. This code uses 3 extra 2D fields, F90 array assignments
50      and F90 intrinsic routines SUM, MINVAL, MAXVAL, but since TARGET_NEC_SX
51      does not even come with an F77 compiler anymore, this should not be
52      a limitation
53    
54  checkpoint63e (2011/11/06)  checkpoint63e (2011/11/06)
55  o pkg/seaice adjoint of LSR:  o pkg/seaice adjoint of LSR:
56    - substantially rework STORE dirs.    - substantially rework STORE dirs.

Legend:
Removed from v.1.1527  
changed lines
  Added in v.1.1534

  ViewVC Help
Powered by ViewVC 1.1.22