/[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.850 by dimitri, Wed Jul 18 22:53:34 2007 UTC revision 1.871 by dimitri, Fri Sep 14 02:07:37 2007 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/seaice: changes for using pkg/seaice with pkg/obcs
8    o pkg/ecco: allow user defined cost function contributions
9    o testreport:
10      Allow to choose (per experiment) the list of tested output variables
11       and the main variable (used to issue a pass/FAIL ) ;
12      - for now, done by adding the specific list in file: [exp]/input/tr_checklist
13      - default is unchange: >cg2d< , (T,S,U,V,5 tracers)_[min,max,mean,StD] ;
14      Also modify printing of summary:
15       a) ">" NN "<" indicates the "main" variable (used for pass/FAIL)
16       b) echo the list of tested variables in the individual summary.txt of
17          each experiment.
18    o new S/R GLOBAL_SUM_TILE to compute global sum independently of number of
19      threads and number of processes (with #define GLOBAL_SUM_SEND_RECV)
20      (but still depend on the tile decompostion of the domain).
21    o pkg/seaice: change a discretization detail to make the B-grid code
22      "more symmetric". This change is likely to remove all "ridges/leads" that
23      where quasi-aligned with the grid in B-grid solutions. It may also be
24      the solution to the stress coupling issues with the B-grid.
25    o each tested exp: add a "run" directory with a standard ".cvsignore" file ;
26      remove .cvsignore from input dir. (since testreport no longer run here).
27    o pkg/thsice:
28     - cleaning: move common block out of "THSICE_2DYN.h" (removed) to "THSICE_VARS.h"
29     - fix reshaping of sea-ice just after advection:
30       melt all the ice only if ice-volume is too small.
31     - re-visit lateral/thinning repartition of melting (modifs from May 04, 2007):
32       prevent lateral melting if sea-ice fraction is too close to iceMaskMin ;
33     and update experiment global_ocean.cs32x15.icedyn (+start from pickup files).
34    o external_forcing_surf : extend the use of salt_EvPrRn & temp_EvPrRn (fresh-water
35      tracer content) to linFS or no RealFreshWaterFlux ; default remains unchanged.
36    o define mass2rUnit & rUnit2mass as units conversion factor, used for surface
37      forcing. mass2rUnit: from mass per unit area [kg/m2] to r-coordinate unit
38      (z-coord: =1/rhoConst ; p-coord: =gravity) ; rUnit2mass is just the reverse;
39      and remove horiVertRatio (& recip_horiVertRatio). Affects truncation error
40      of exp. global_oce_in_p: 10 16 16 14 16 13 16 16 16 13 13 13 16 13 13 12 16
41      -> update output.txt
42    o pkg/cd_code: add brackets in multiple terms sum (S/R CD_CODE_SCHEME):
43     this affects truncation error: -> update output.txt of exp:
44      global_ocean.90x40x15 (fw&adm), lab_sea (fw&adm) & lab_sea.lsr,
45      ideal_2D_oce, isomip.htd, natl_box, tutorial_global_oce_latlon.
46    
47    checkpoint59f
48    o pkg/autodiff: zero_adj resets an ajoint variable to zero (in adjoint mode)
49    o pkg/ctrl: ctrl_bound  forces parameter corrections to stay in
50      a bounded range (in forward mode)
51    o pkg/ecco, ctrl, autodiff and mom_common:
52     internal parameter controls, completements of implementations
53    o add few EXCH S/R (UV_BGRID, UV_DGRID, SM) for B & D-Grid velocity & 2nd Moment Sxy.
54    o use UV_BGRID exch for dxV,dyU: for now, only with pkg/exch2 & forward ;
55      (not seem any difference in testing results).
56    o pkg/cd_code: use the right EXCH calls (for CS-grid); but problem remains
57       at face corners.
58    o pkg/generic_advdiff:
59     - in GAD.h, define as parameters (iMinAdvR,iMaxAdvR,jMinAdvR,jMaxAdvR)
60      loop range indices for computing vertical advection tendency
61      and do the calculation in the interior only (no overlap) ;
62      for now, only implemented for SOM advection (to save CPU time).
63     - add argument "withSigns" to S/R FILL_CS_CORNER_TR_RL (needed for SOM_xy moment)
64    o exch2 adjoint
65      First set of changes:
66      - add exch2 hand-written adjoint templates
67      - exch2 hand-written no longer use TAF-flag 'nownew_arg'
68        This will require cleanup in pkg/autodiff/*.F
69        (changed routines currently kept separate in verif. code/)
70      - Comment all relevant #ifndef ALLOW_AUTODIFF_TAMC
71        that used to hide exch2 or cubed-sphere specific code
72        (commented via 'cph-exch2')
73    o pkg/seaice
74      - Close southern and western boundaries for UICE/VICE when useOBCS=.TRUE.
75    o pkg/bulk_force: fix loading into Qsw of Short-Wave flux; and update
76       output of global_ocean.cs32x15.thsice .
77    
78    checkpoint59e
79    o exch2: new S/R that only use the cube-tracer (center-position) exchange:
80      for B-grid vector (not yet tested) and C-grid vector (<- only used
81      when option W2_USE_R1_ONLY in W2_OPTIONS.h is defined).
82    o starting implementation of Duffy et al. (GRL 1999) salt plume scheme
83      (#ifdef ALLOW_SALT_PLUME)
84    o gather_2d/scatter_2d: removed halo regions
85  o gmredi: add option (GM_taper_scheme='fm07') for Ferrari & McWilliams 2007  o gmredi: add option (GM_taper_scheme='fm07') for Ferrari & McWilliams 2007
86    scheme and the corresponding test case (under front_relax dir). For now,    scheme and the corresponding test case (under front_relax dir). For now,
87    only available with Skew-flux form and not yet tested in realistic set-up.    only available with Skew-flux form and not yet tested in realistic set-up.

Legend:
Removed from v.1.850  
changed lines
  Added in v.1.871

  ViewVC Help
Powered by ViewVC 1.1.22