/[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.1691 by jmc, Tue Jul 17 01:15:26 2012 UTC revision 1.1696 by heimbach, Fri Jul 27 18:29:17 2012 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/ctrl:
8      enable the use of a variable number (maxCtrlArr2D, maxCtrlArr3D) of
9      generic control variables via
10      #define ALLOW_GENARR2D_CONTROL and/or #define ALLOW_GENARR3D_CONTROL
11      Only required customization should be S/R ctrl_map_ini_genarr.F
12      (routine in repository contains example)
13    o pkg/exf:
14      - fix and refine checking of surface-relaxation setting when using EXF
15    o verification (adjoint exp):
16      - reduce length of simulation by half for experiment global_ocean.cs32x15
17        (std, seaice & seaice_dynmix) and exp tutorial_dic_adjoffline; update output.
18    o pkg/mom_common (mom_u/v_bottomdrag), pkg/shelfice (shelfice_u/v_drag)
19      - replace if statements KE.ne.0 with KE.gt.0 to avoid sqrt of negative numbers
20        of KE that can occur with aggressive optimization
21      + put quadratic bottom drag calculation in separated loops (only done if
22        using bottomDragQuadratic)
23    o model/src: CG2D_NSA
24      - clean-up:  stop if cg2dNormaliseRHS=T and AUTODIFF
25         and replace GLOBAL_SUM calls with GLOBAL_SUM_TILE.
26      - in test-exp that uses CG2D_NSA (bottom_ctrl & tutorial_tracer_adjsens),
27         change cg2d residual target to be expressed in Wunits (=> do not normalise
28         RHS ; this fix global_max Pb with TAF); update output.
29  o verification/tutorial_tracer_adjsens:  o verification/tutorial_tracer_adjsens:
30     improve parameter consistencyi (and get rid of warnings):     improve parameter consistency (and get rid of warnings):
31     - use deltaTFreeSurf=deltaTtracer (better with NonLin FreeSurf);     - use deltaTFreeSurf=deltaTtracer (better with NonLin FreeSurf);
32     - switch Temp Adv Scheme from 81 to 80 (no limiter since theta < 0 is physical)     - switch Temp Adv Scheme from 81 to 80 (no limiter since theta < 0 is physical)
33     - use staggerTimeStep (for stability) in som81; use default rotation period.     - use staggerTimeStep (for stability) in som81; use default rotation period.

Legend:
Removed from v.1.1691  
changed lines
  Added in v.1.1696

  ViewVC Help
Powered by ViewVC 1.1.22