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

Legend:
Removed from v.1.1961  
changed lines
  Added in v.1.1978

  ViewVC Help
Powered by ViewVC 1.1.22