/[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.1963 by mlosch, Tue Feb 4 18:30:56 2014 UTC revision 1.1989 by jmc, Tue May 6 15:59:40 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:  o model/src:
8      - since we have several heat capacity (even in model/src), define "recip_Cp"
9        as local variable (no longer in common block) to avoid any confusion.
10      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
11    o pkg/exf:
12      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
13        air density as function of air Temp, Humidity and atm pressure.
14    
15    checkpoint64w (2014/05/02)
16    o verification:
17      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
18        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
19        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
20        affects AD gradient (down to 8-7 matching digits for global_ocean and
21        5-6 for lab_sea).
22    seaice_reg_ridge.F seaice_do_ridging.F
23    o model/src: for atmosphere in p* coords:
24      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
25      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
26        but not yet activated.
27    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
28      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
29      - this changes the results (but not for any verification experiment, because
30        none tests this), but avoids having an extra field in the restart files
31    o pkg/seaice: remove global variable TICE (not needed)
32      - replace by TICES or local variable where necessary (cost_seaice_test,
33        seaice_diagnostics_state)
34      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
35      - use specific read/write routines for reading and writing individual leves
36        of a multilevel field
37    o pkg/ctrl & model/inc:
38      - move additional anomaly fields of control vars (related to options:
39         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
40        from DYNVARS.h into new header file: CTRL_FIELDS.h
41    o pkg/seaice: some small modifications to the ridging code
42      - make fw2ObyRidge a global variable and add the freshwater flux to
43        seaice_growth
44      - pass actual thickness from seaice_prepare_ridging, so that it is
45        computed only in one place and compute it in the same way as in
46        seaice_growth
47      - initialise more fields in seaice_do_ridging that where cause floating
48        point exceptions over land
49    o pkg/seaice: preparations for ridging code and first real ridging code
50      - move most of "PART 1" of S/R seaice_growth into a new and separate
51        S/R seaice_reg_ridge that will both regularize the state variable after
52        advection call the actual ridging routine;
53      - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
54        d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
55      - remove ridging code from seaice_advdiff
56      - clean up remaining part 1 of seaice_growth in an attempt to make it
57        more readable (this is probably subjective)
58      - call seaice_itd_redist once in the initialisation phase to have the initial
59        conditions in the correct category
60      - finally: add new ridging routine for ITD code
61    
62    checkpoint64v (2014/04/11)
63    o pkg/ecco:
64      - add runtime parameters mdt[start,end]date[1,2]
65      - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"
66    o pkg/seaice:
67      - make deltaC a global variable, so that it can be used in ridging code
68      - first step towards ridging: introduce new routines that compute
69        ice strength based on ridging parameters
70      - add diagnostic for HSNOWITD
71      - add opnWtrFrac as a global variable (required for ridging scheme)
72    o pkg/salt_plume + pkg/seaice/seaice_growth.F
73      - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice
74        AREA exceeds a threshold (code contributed by I.Fenty in 2011)
75    o verification/hs94.1x64x5:
76      - leave ALLOW_AUTODIFF_TAMC undefined in code_oad/AUTODIFF_OPTIONS.h
77      - do not use ECCO_CPPOPTIONS.h anymore for TAF & OpenAD Adjoint tests.
78    o autodiff:
79      - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
80        and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
81        For now, only in pkgs used in verification/hs94.1x64x5.
82      - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
83        which are specific to TAF/TAMC).
84      - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:
85        since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad
86        is compiled), this simplifies/reduces which *_OPTIONS.h file to include.
87      - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when
88        building mitgcmuv_ad (make adAll).
89    o pkg/ecco:
90      - cost_gencost_seaicev4.F:
91         reformulate proxy cost as function of sst and local param SEAICE_freeze
92         change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]
93      - add stop statement if old names siv4-[sst,vol] are used
94      - add snapshots + cost reports for atmospheric longwave
95      - remove factor 0.1 in front of wtau[u,v]
96      - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with
97         ALLOW_TMI_SST_COST_CONTRIBUTION
98    o pkg/atm_phys:
99      - add some diagnostics for Short-wave and for convection S/R.
100    o pkg/seaice/seaice_growth:
101      - fix a bug in the lateral melt parameterization for SEAICE_ITD
102        in seaice_growth; tempFrz needs to be computed inside the i/j-loop
103      - rearrange loop order for better vector code in the same code block
104      - rewrite the floeDiameter formula to have fewer divisions
105      -  (miraculously) none of this changes the results of seaice_itd
106    o pkg/smooth:
107      - move param smooth2Ddiffnbt to pkg/ecco
108    o pkg/salt_plume:
109      - salt_plume_frac.F:
110         clean up local param names
111         reformulate (1-frac) to frac; original 1-frac was based on swfrac code
112    o pkg/rw:
113      - add RS version of S/R READ_MFLDS_LEV.
114    o pkg/streamice:
115      - fix the restart test by writing/reading pickup_streamice files.
116    o pkg/seaice:
117      - refine checks for jfnk-related parameters
118      - comment out if statement with SEAICEuseIMEX parameter as long as there
119        is no IMEX code to avoid confusion and surprises
120    
121    checkpoint64u (2014/03/07)
122    o verification/MLAdjust:
123      - rename secondary test suffix:
124         1.leith  -> A4FlxF  + switch to flux-form & add side-drag
125         0.leithD -> AhFlxF  + switch to flux-form
126         0.smag   -> AhVrDv  (use Vorticity-Div. visc form) + add side-drag
127         0.leith  -> AhStTn  (use Strain-Tension visc form) + add side-drag
128    o pkg/mom_vecinv:
129      - remove unused arguments from S/R MOM_VI_HDISSIP & MOM_HDISSIP (as it used
130        to be before mom_calc_visc.F)
131      - skip the call to MOM_CALC_TENSION & MOM_CALC_STRAIN if not needed.
132      - add 2nd copy of vort3 & strain that knows about lateral BC (free/no slip):
133        this is simpler for the adjoint and for diagnostics.
134    o model/src + pkg/momentum:
135      - add input files for  2-D additional Western and Southern cell-edge wall
136         (e.g., to add "thin-wall" where it is =1).
137      - fix sideDrag option for thin-walls with Non-Lin Free-Surf
138        using 2nd hFacZ that is computed from initial (fix domain) hFac
139      - known limitations of thin wall implementation: not yet coded for sigma
140        coords; not working with CD-scheme neither.
141    o pkg/seaice:
142    - rename recently introduced parameters from (wrong name) AB to    - rename recently introduced parameters from (wrong name) AB to
143      BDF (backward difference time discretisation)      BDF (backward difference time discretisation)
144    - retire runtime parameters SEAICEuseAB2, SEAICE_abEps    - retire runtime parameters SEAICEuseAB2, SEAICE_abEps
145    o tools/adjoint_options:
146      - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")
147    
148  checkpoint64t (2014/02/01)  checkpoint64t (2014/02/01)
149    o pkg/ecco
150      - add compile flag ALLOW_GENCOST_TIMEVARY_WEIGHT in ECCO_OPTIONS.h and
151        runtime logical flag gencost_timevaryweight to read daily sea-ice sigma
152      - replace hard-coded record number and period which only work for monthly
153        with read-in runtime param that works for other periods (month,day,year)
154  o pkg/thsice  o pkg/thsice
155    - corrected store directive fixes thsice adjoint gradient checks    - corrected store directive fixes thsice adjoint gradient checks
156  o genmake2 & testreport:  o genmake2 & testreport:

Legend:
Removed from v.1.1963  
changed lines
  Added in v.1.1989

  ViewVC Help
Powered by ViewVC 1.1.22