/[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.1964 by jmc, Thu Feb 6 01:34:01 2014 UTC revision 1.1973 by atn, Sat Apr 5 22:51:52 2014 UTC
# Line 3  $Name$ Line 3  $Name$
3    
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    <<<<<<< tag-index
7    o pkg/salt_plume:
8      - salt_plume_frac.F:
9         clean up local param names
10         reformulate (1-frac) to frac; original 1-frac was based on swfrac code
11    o pkg/ecco:
12      - cost_gencost_seaicev4.F:
13         reformulate proxy cost as function of sst and local param SEAICE_freeze
14         change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]
15      - add stop statement if old names siv4-[sst,vol] are used
16      - add snapshots + cost reports for atmospheric longwave
17      - remove factor 0.1 in front of wtau[u,v]
18      - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with
19         ALLOW_TMI_SST_COST_CONTRIBUTION
20    o pkg/smooth:
21      - move param smooth2Ddiffnbt to pkg/ecco
22    =======
23    
24    o autodiff:
25      - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
26        and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
27        For now, only in pkgs used in verification/hs94.1x64x5.
28      - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
29        which are specific to TAF/TAMC).
30      - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:
31        since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad
32        is compiled), this simplifies/reduces which *_OPTIONS.h file to include.
33      - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when
34        building mitgcmuv_ad (make adAll).
35    o pkg/atm_phys:
36      - add some diagnostics for Short-wave and for convection S/R.
37    o pkg/seaice/seaice_growth:
38      - fix a bug in the lateral melt parameterization for SEAICE_ITD
39        in seaice_growth; tempFrz needs to be computed inside the i/j-loop
40      - rearrange loop order for better vector code in the same code block
41      - rewrite the floeDiameter formula to have fewer divisions
42      -  (miraculously) none of this changes the results of seaice_itd
43    >>>>>>> 1.1972
44    o pkg/rw:
45      - add RS version of S/R READ_MFLDS_LEV.
46    o pkg/streamice:
47      - fix the restart test by writing/reading pickup_streamice files.
48    o pkg/seaice:
49      - refine checks for jfnk-related parameters
50      - comment out if statement with SEAICEuseIMEX parameter as long as there
51        is no IMEX code to avoid confusion and surprises
52    
53    checkpoint64u (2014/03/07)
54    o verification/MLAdjust:
55      - rename secondary test suffix:
56         1.leith  -> A4FlxF  + switch to flux-form & add side-drag
57         0.leithD -> AhFlxF  + switch to flux-form
58         0.smag   -> AhVrDv  (use Vorticity-Div. visc form) + add side-drag
59         0.leith  -> AhStTn  (use Strain-Tension visc form) + add side-drag
60    o pkg/mom_vecinv:
61      - remove unused arguments from S/R MOM_VI_HDISSIP & MOM_HDISSIP (as it used
62        to be before mom_calc_visc.F)
63      - skip the call to MOM_CALC_TENSION & MOM_CALC_STRAIN if not needed.
64      - add 2nd copy of vort3 & strain that knows about lateral BC (free/no slip):
65        this is simpler for the adjoint and for diagnostics.
66    o model/src + pkg/momentum:
67      - add input files for  2-D additional Western and Southern cell-edge wall
68         (e.g., to add "thin-wall" where it is =1).
69      - fix sideDrag option for thin-walls with Non-Lin Free-Surf
70        using 2nd hFacZ that is computed from initial (fix domain) hFac
71      - known limitations of thin wall implementation: not yet coded for sigma
72        coords; not working with CD-scheme neither.
73  o pkg/seaice:  o pkg/seaice:
74    - rename recently introduced parameters from (wrong name) AB to    - rename recently introduced parameters from (wrong name) AB to
75      BDF (backward difference time discretisation)      BDF (backward difference time discretisation)
# Line 12  o tools/adjoint_options: Line 78  o tools/adjoint_options:
78    - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")    - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")
79    
80  checkpoint64t (2014/02/01)  checkpoint64t (2014/02/01)
81    o pkg/ecco
82      - add compile flag ALLOW_GENCOST_TIMEVARY_WEIGHT in ECCO_OPTIONS.h and
83        runtime logical flag gencost_timevaryweight to read daily sea-ice sigma
84      - replace hard-coded record number and period which only work for monthly
85        with read-in runtime param that works for other periods (month,day,year)
86  o pkg/thsice  o pkg/thsice
87    - corrected store directive fixes thsice adjoint gradient checks    - corrected store directive fixes thsice adjoint gradient checks
88  o genmake2 & testreport:  o genmake2 & testreport:

Legend:
Removed from v.1.1964  
changed lines
  Added in v.1.1973

  ViewVC Help
Powered by ViewVC 1.1.22