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

Legend:
Removed from v.1.1965  
changed lines
  Added in v.1.1980

  ViewVC Help
Powered by ViewVC 1.1.22