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

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

  ViewVC Help
Powered by ViewVC 1.1.22