/[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.843 by jmc, Thu Jun 21 00:56:25 2007 UTC revision 1.863 by jmc, Thu Aug 23 19:37:08 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 define mass2rUnit & rUnit2mass as units conversion factor, used for surface
8      forcing. mass2rUnit: from mass per unit area [kg/m2] to r-coordinate unit
9      (z-coord: =1/rhoConst ; p-coord: =gravity) ; rUnit2mass is just the reverse;
10      and remove horiVertRatio (& recip_horiVertRatio). Affects truncation error
11      of exp. global_oce_in_p: 10 16 16 14 16 13 16 16 16 13 13 13 16 13 13 12 16
12      -> update output.txt
13    o pkg/cd_code: add brackets in multiple terms sum (S/R CD_CODE_SCHEME):
14     this affects truncation error: -> update output.txt of exp:
15      global_ocean.90x40x15 (fw&adm), lab_sea (fw&adm) & lab_sea.lsr,
16      ideal_2D_oce, isomip.htd, natl_box, tutorial_global_oce_latlon.
17    
18    checkpoint59f
19    o pkg/autodiff: zero_adj resets an ajoint variable to zero (in adjoint mode)
20    o pkg/ctrl: ctrl_bound  forces parameter corrections to stay in
21      a bounded range (in forward mode)
22    o pkg/ecco, ctrl, autodiff and mom_common:
23     internal parameter controls, completements of implementations
24    o add few EXCH S/R (UV_BGRID, UV_DGRID, SM) for B & D-Grid velocity & 2nd Moment Sxy.
25    o use UV_BGRID exch for dxV,dyU: for now, only with pkg/exch2 & forward ;
26      (not seem any difference in testing results).
27    o pkg/cd_code: use the right EXCH calls (for CS-grid); but problem remains
28       at face corners.
29    o pkg/generic_advdiff:
30     - in GAD.h, define as parameters (iMinAdvR,iMaxAdvR,jMinAdvR,jMaxAdvR)
31      loop range indices for computing vertical advection tendency
32      and do the calculation in the interior only (no overlap) ;
33      for now, only implemented for SOM advection (to save CPU time).
34     - add argument "withSigns" to S/R FILL_CS_CORNER_TR_RL (needed for SOM_xy moment)
35    o exch2 adjoint
36      First set of changes:
37      - add exch2 hand-written adjoint templates
38      - exch2 hand-written no longer use TAF-flag 'nownew_arg'
39        This will require cleanup in pkg/autodiff/*.F
40        (changed routines currently kept separate in verif. code/)
41      - Comment all relevant #ifndef ALLOW_AUTODIFF_TAMC
42        that used to hide exch2 or cubed-sphere specific code
43        (commented via 'cph-exch2')
44    o pkg/seaice
45      - Close southern and western boundaries for UICE/VICE when useOBCS=.TRUE.
46    o pkg/bulk_force: fix loading into Qsw of Short-Wave flux; and update
47       output of global_ocean.cs32x15.thsice .
48    
49    checkpoint59e
50    o exch2: new S/R that only use the cube-tracer (center-position) exchange:
51      for B-grid vector (not yet tested) and C-grid vector (<- only used
52      when option W2_USE_R1_ONLY in W2_OPTIONS.h is defined).
53    o starting implementation of Duffy et al. (GRL 1999) salt plume scheme
54      (#ifdef ALLOW_SALT_PLUME)
55    o gather_2d/scatter_2d: removed halo regions
56    o gmredi: add option (GM_taper_scheme='fm07') for Ferrari & McWilliams 2007
57      scheme and the corresponding test case (under front_relax dir). For now,
58      only available with Skew-flux form and not yet tested in realistic set-up.
59      adjoint: store directives updated, but gradient checks deteriorated,
60      so maybe GM/Redi adjoint is now broken.
61    o seaice adjoint
62      * add AREA, HEFF, HSNOW as control variable
63        (should not change lab_sea results)
64      * CTRL_OPTIONS.h needs new flag: CTRL_SET_OLD_MAXCVARS_40
65    o pkg/seaice:
66      * added computation of saltFlux in seaice_growth;
67        For time being, sea ice salinity is assumed constant
68        contribution of snow flooding to freshening of sea ice is neglected.
69        SEAICE_salinity is set in SEAICE_PARM01 of data.seaice and it
70        defaults to 0.0 in order to maintain backward compatibility.
71        Typical values for SEAICE_salinity are 4 to 10 g/kg.
72      * replaced dRf(1) with dRf(kSurface)*hFacC(kSurface) in seaice_growth.F
73      * added SEAICE_availHeatFrac, which specifies fraction of surface level
74        heat content used to melt or grow ice
75      * commented out cap of HICE: it helps keep ice thinner
76      * reintroduced cap of HEFF via MAX_HEFF and SEAICE_CAP_HEFF option
77      * applied OBCS T/S mask to HEFFM sea ice mask
78    
79  checkpoint59d  checkpoint59d
80  o standard name: {PKG}_DIAGNOSTICS_STATE to fill diagnostics array  o standard name: {PKG}_DIAGNOSTICS_STATE to fill diagnostics array
81   for {PKG} state variables, and called from DO_STATEVARS_DIAGS.   for {PKG} state variables, and called from DO_STATEVARS_DIAGS.

Legend:
Removed from v.1.843  
changed lines
  Added in v.1.863

  ViewVC Help
Powered by ViewVC 1.1.22