/[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.1851 by jmc, Fri Apr 5 21:29:21 2013 UTC revision 1.2135 by mlosch, Tue Feb 24 20:04:05 2015 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/openad
8      - synchronize seawater.F with version in model/src: replace routine
9        body of sw_temp by calling sw_ptmp and fix/add a few comments
10    o pkg/mnc:
11      - change default value of pickup_read/write_mnc params to FALSE
12        (since few features are missing in reading MNC pickup files).
13    o model/src:
14      - change default (background) vertical diffusivity for salt to be the
15        temperature (background) vertical diffusivity.
16      - change background vertical diffusivity in vertical mixing pkgs ggl90,
17        kl10, my82 and pp81 from temperature diffusivity to salinity diffusivity.
18        This makes ptracers default diffusivity (that uses salt diffKr) more
19        consistent with vertical mixing schemes.
20    o verification/testreport:
21      - fix typo in "-pcls" option ;
22      - put temp files in /tmp (instead of in local dir)
23      - add option "-ncad" to use genmake2 new option "-nocat4ad"
24      - allow to use "-j" option (for multi-procs make) for AD, OAD and TLM.
25    o pkg/ggl90 (idemix code):
26      - apply few fixes ; add some missing "_d 0" ; update output of exp.
27        global_ocean.90x40x15.idemix
28    o OpenAD
29      - enable active file I/O and begin removal of work-around code
30        for OpenAD for handling control variables (memory vs. active files)
31      - new CPP options file OPENAD_OPTIONS.h
32      - revert to genarr2d gradient check for hs94.1x64x5
33      - (genarr3d tested by tutorial_global_oce_biogeo, tutorial_tracer_adjsens)
34      - gentim2d works for halfpipe_streamice but not yet hs94.1x64x5
35    o tools/genmake2:
36      - add option for an alternative Makefile (from Martin) where multiple
37        source files are sent to TAF (instead of all in one file).
38    o pkg/ggl90: add IDEMIX (Olbers and Eden, 2013)
39      - code provided by Carsten Eden as an extension of ggl90
40      - so far the code is turned on within ggl90 by setting a CPP-flag at
41        compile time; a runtime flag implementation is not yet complete
42      - tested in new verification experiment global_ocean.90x40x15.idemix
43    o verification:
44      - reduce length of the AD test run by half for experiments
45        global_ocean.cs32x15 (std + thsice) and isomip
46      - enable active file I/O for OpenAD, adjust verifications accordingly
47      - halfpipe_streamice: change gradient check from genarr2d to gentim2d
48    o verification/testreport:
49      - fix two non-POSIX sed statements so that there are no error messages
50        on Mac OS X
51      - replace hostname -s with hostname | sed 's/\..*$//'
52    o model/src/seawater.F:
53      - simplify SW_TEMP to just calling SW_PTMP with P and PR exchanged
54        (following the matlab code), which would have avoided the bug caught
55        by Matt (see below) in the first place
56    o pkg/shelfice:
57      - implement alternative discretisation of quadratic drag (selectBotDragQuadr)
58        and true distance in no-slip BC (bottomVisc_pCell) similar to bottom-drag.
59      - fix sign of friction tendency (no-slip BC) and fix u,v drag for thin
60        ice-shelf case (i.e., within surface level).
61      - add config summary in shelfice_check.F
62      - remove global variable recip_SHELFICElatentHeat and replace by a local
63        variable recip_latentHeat
64      - introduce diagnostics for friction velocity uStar (in case of
65        SHELFICEuseGammaFrict)
66      - change verification experiment isomip.htd:
67        + start from pickup (as input_ad at nIter0=8640)
68        + start from SHELFICEmassFile instead of SHELFICEloadAnomaly file
69        + test SHELFICEuseGammaFrict = .TRUE.
70        + test SHELFICEadvDiffHeatFlux = .TRUE.
71    o model/src:
72      - fix bug (Thanks to Matt) in function SW_TEMP (to convert Pot.Temp to
73        in-situ Temp) and in routine SW_TEMP (in pkg/openad);
74        update output of experiments global_with_exf.yearly and isomip (all 6).
75    o pkg/shelfice:
76      - change setting of kTopC to also be zero where there is no ice-shelf.
77      - zero out surface forcing arrays (for now, for T & S + EmPmR) where
78        ice-shelf is.
79      - first attempt to get RealFreshWaterFlux effects: for now, only without
80        SHELFICEboundaryLayer ; not consistent if using synchronous time-stepping.
81    o pkg/seaice: add the option to prescribe a fixed thickness PDF
82      for thermodynamic calculations
83      - because of divisions of the type 7/7 not exactly equal to 1, this change
84        affects results of some verification experiments by up to 4 digits:
85        global_ocean.cs32x15.seaice, lab_sea, lab_sea.fd, lab_sea.salt_plume,
86        seaice_obcs, seaice_obcs.seaiceSponge, seaice_obcs.tides
87        adjoint: lab_sea, lab_sea.noseaicedyn
88        -> updated
89    
90    checkpoint65i (2015/01/23)
91    o model/src:
92      - change units of frictionHeating field from W to W/m^2
93      - fix bug in frictional heating from stratospheric drag in
94        S/R ATM_PHYS_TENDENCY_APPLY_V
95      - with synchronous time-stepping: move resetting to zero of frictionHeating
96        field from load_fields_driver.F to thermodynamics.F ;
97      - add diagnostics for frictional heating.
98    o model/src & gmredi K3D:
99      - add frictionHeating field to pickup-files (for synchronous time-stepping)
100      - move ALLOW_EDDYPSI block out of DYNVARS.h and merge it into FFIELDS.h
101      - rename uMean,vMean --> uEulerMean,vEulerMean (+ change diagnostics name
102        and name in pickup file).
103      - fix arguments of few DIAGNOSTICS_FILL calls in gmredi_k3d.F
104    o model/src:
105      - move (from ini_forcing.F) initialisation of all arrays in header file
106        FFIELDS.h into new S/R ini_ffields.F ; this fix broken restart
107        (since Nov 2012) with option selectAddFluid=1.
108    o pkg/shelfice:
109      - change units (+ document) of newly added field "shelfIceMassDynTendency"
110      - upgrade from _RS to _RL shelficeMass & shelficeLoadAnomaly arrays.
111    o pkg/obcs: re-organize obcs_calc_stevens.F to prepare for passive tracers
112    o pkg/seaice: two new runtime parameters:
113      - SEAICE_cStar replaces the hard wired "20" in the strength formulation,
114        long overdue
115      - SEAICE_tensilFac: preparation for Koenig-Beatty+Holland (2012)
116        parameterization of tensil stress for fast ice (does not do anything yet)
117    o pkg/seaice/seaice_check.F: left over from restricted addtive Schwarz method
118        for LSR: move checking overlaps out of JFNK-if-block
119    o pkg/atm_phys:
120      - move copy of grid and dynamical fields out of atm_phys_driver.F into
121        new S/R ATM_PHYS_DYN2PHYS.
122      - fix level height for Linear Free-Surf case (to be consistent with
123        fixed-in-time pressure levels).
124    o pkg/mom_common (bottomdrag):
125      - average bottomDragFld (ALLOW_BOTTOMDRAG_CONTROL) from grid-cell center
126        to correct location (U & V point) in S/R MOM_U/V_BOTTOMDRAG;
127        update output (adm & tlm) of experiment global_ocean.90x40x15.bottomdrag.
128    o pkg/shelfice (u/v_drag):
129      - add one argument (the other velocity component) to S/R SHELFICE_U/V_DRAG;
130      - use SHELFICEDragLinear & SHELFICEDragQuadratic in shelfice_v_drag.F
131        (now similar to shelfice_u_drag.F)
132      - remove condition on bottomDragTerms when calling SHELFICE_U/V_DRAG
133        from mom_vecinv.F (similar to mom_fluxform calls).
134    o pkg/mom_common (bottomdrag):
135      - add one argument (the other velocity component) to S/R MOM_U/V_BOTTOMDRAG;
136      - add options for alternative discretisation of velocity norm in quadratic
137        bottom drag: averaging of grid-cell-center KE to U.point and V.point
138        (selectBotDragQuadr=0, original code) can produce noisy patterns; this
139        improves when averaging only the other component (e.g. vVel for U bottom
140        drag) using wet-point method (selectBotDragQuadr=2) or not (=1).
141      - add options (bottomVisc_pCell) to account for partial-cell in bottom
142        friction (no-slip BC) thus getting the true distance from the bottom;
143        off by default since this also reduces model stability (explicit bottom
144        friction). Changes produce different machine truncation with linear-drag
145        + no-slip BC: update output of experiments exp4.stevens (10 digits) and
146        front_relax (bvp & mxl, 10 & 11 digits).
147    o model/src & mom pkgs:
148      - add one more level to vertical viscosity local arrays (Nr+1, previously Nr)
149        since no-slip bottom BC uses viscosity @ k+1 to update velocity @ level k
150      - for now and until vertical mixing scheme are updated to fill up level Nr+1,
151        just copy level Nr value to level Nr+1.
152    o doc:
153      - add notes form Abhisek Chakraborty on how to close Heat & Salt budgets.
154    o pkg/streamice:
155      - shelfice_init_varia.F, shelfice_init_fixed.F, shelfice_readparms.F,
156        SHELFICE.h: move array shelficemass to init_varia, initialise
157        from array shelficemassinit, which is set in init_fixed and
158        has option to be set from file; introduce array
159        shelficeMassDynTend array, set thru file in init_fixed
160      - NEW FILE: shelfice_step_icemass.F: update shelficemass from either
161        shelfIceFreshWaterFlux and shelficeMassDynTend or H_streamice in
162        pkg/streamice
163      - shelfice_thermodynamics.F: call shelfice_step_icemass if
164        SHELFICEMassStepping = .true.
165      - shelfice_ad_diff.list: add new subroutine shelfice_step_icemass.f
166    
167    checkpoint65h (2014/12/17)
168    o verification/global_ocean.90x40x15, global_ocean_ebm:
169      - update to generic controls.
170    o pkg/ctrl:
171      - ctrl_map_ini_genarr.F: test for igen>0
172      - ctrl_init_variables.F: add call to CTRL_MAP_INI_GENTIM2D.
173      - move gentim2d part of ctrl_map_ini_genarr.F to
174        new separate routine : ctrl_map_ini_gentim2d.F
175      - ctrl_cost_driver.F,ctrl_init.F ctrl_map_ini_genarr.F:
176        add time variable weights and cyclic controls (time mean,
177        seasonal cycle, etc) capabilities to gentim2d
178    o pkg/ecco:
179      - move reading of error, conversion to weights from
180        ecco_cost_init_fixed.F to ecco_toolbox.F (ecco_readwei)
181    o global_oce_llc90, cs32:
182      - activte sbo.
183      - CTRL_SIZE.h : add maxCtrlProc.
184      - activate the new genctrl capabilities.
185      - update following reorganization of global_oce_input_fields.tar.gz  
186    o pkg/ctrl/ctrl_ad_diff.list:
187      - add missing ctrl_init_rec.f
188    o tools/OAD_support/keepOriginal:
189      - add ctrl_init_rec.F
190    o model/src/the_main_loop.F, pkg/ctrl/ctrl_map_ini_genarr.F:
191      - avoid recomputations of xx_gentim2d_dummy.
192    o momentum diagnostics:
193      - move filling of diagnostics Um_Diss & Vm_Diss from mom_fluxform.F and
194        mom_vecinv.F to timestep.F (to include Smag-3D contribution).
195    o pkg/seaice/seaice_lsr.F:
196      - fix computation of BU/BV, make sure they are non-zero, only necessary
197        for cubed sphere exchanges and SEAICE_OLx/y>0.
198        This makes calling s/r fill_cs_corner_rl obsolete (removed).
199    o verification/global_ocean.cs32x15/input.seaice
200      - add test for strong implicit coupling and restricted addtive Schwarz
201        methods for LSR
202      - update results/output.seaice.txt
203    o verification/tutorial_global_oce_biogeo:
204      - AD & OAD set-up: switch off ALLOW_OLD_VIRTUALFLUX (like in fwd set-up)
205        and set PTRACERS_EvPrRn(1,2) to zero (for DIC & ALK);
206        update output_adm,_oadm,_tlm.txt
207    o pkg/dic:
208      - change default to "#undef ALLOW_OLD_VIRTUALFLUX" in DIC_OPTIONS.h
209      - add a stop when ALLOW_OLD_VIRTUALFLUX is defined and PTRACERS_EvPrRn
210        for tracer 1 & 2 is set (to avoid double counting of dilution effect).
211    o verification/tutorial_global_oce_biogeo:
212      - AD & OAD set-up: do not set PTRACERS_EvPrRn for tracer 1 & 2 since
213        dilution is already added by pkg/dic ALLOW_OLD_VIRTUALFLUX ;
214        update output_adm,_oadm,_tlm.txt
215    o eesupp/src:
216      - add fill_cs_corner_rl.F (_RL-copy of fill_cs_corner_rs.F)
217        and call it in seaice_lsr when using nonzero SEAICE_OLx/y
218    o pkg/seaice: introduce strongly implicit coupling, intended for stabilizing
219      LSR (following Hutchings et al. 2004)
220      - introduce zetaZ as a global variable (requires adjustments in
221        seaice_evp.F and seaice_jfnk.F) and compute analoguously to etaZ
222        in seaice_calc_viscosities.F
223      - new flag SEAICEuseStrImpCpl (default off)
224      - add new terms zetaZ*du/dy and zetaZ*dv/dx on both sides of the
225        momentum equations
226      - JFNK-solver (preconditioner) adjusted to allow using this method
227        (where it does not have any positive effect)
228    o pkg/seaice
229      - add overlap for restrictive additive Schwartz method also to LSR, but
230        turn it off by default (because it only seems to work for non-cubed
231        sphere/llc topologies)
232    o pkg/autodiff
233      - add extra exchanges in addummy_in_steppging also for mnc output
234    o pkg/seaice:
235      - add extra exchanges before dumping adjoint fields in seaice_ad_dump.F
236        to avoid stripes in the adjoint output (similar to addummy_in_stepping.F)
237    o pkg/obcs:
238      - add option to specify domain-connected piece Id along OB though files
239        (for now, only used to diagnose PhiVel; default =1 -> global correction)
240      - modify obcs_diag_balance.F to process each connected-part separately;
241        exclude OB where Id = 0 but keep the full divergence there (-> constant
242        Psi along this portion of OB and all inflow derived from grad(Phi))
243      - add example of OB-conect files in verification/so_box_biogeo/input.
244    o pkg/diagnostics:
245      - improve treatment of Open-Boundaries in Velocity-Potential calculation:
246      a) use non zero matrix element across OB and solve for Phi 1 grid point
247         outside OB (i.e, where tracer OBCS are applied).
248      b) global imbalance of inFlow/outFlow across OB: instead of modifying
249         velocity across OB, spread it uniformly along the OB in the RHS.
250    
251    checkpoint65g (2014/11/19)
252    o pkg/diagnostcis:
253      - add preconditioner off-diagonal factor (diagCG_pcOffDFac) as run-time param
254    o pkg/my82,pp81,kl10:
255      - fix ALLOW_3D_DIFFKR implementation (previously had no effect): use 3-D
256        field diffKr as background diffusivity to set minimum diffusivity value.
257    o pkg/seaice:
258      - add new parameter SEAICEuseEVPrev (for revisited EVP by
259        Bouillon et al 2013)
260      - add SEAICE_evpAlpha/Beta to namelist
261      - modify seaice_evp code to able to use SEAICEuseEVPrev. These changes
262        involve trivial re-ordering of divisions/multiplications that should not
263        have any effects, but ... they do change the results of lab_sea.hb87 so
264        that only 2 digits of agreement remain, in line with the general
265        instability/fragility of the evp-code. For now, I do not care and just
266        update the verification experiment
267    o pkg/ctrl : add generic pre-processing (xx_genarr2d_preproc etc)
268      - remove xx_genarr2d_numsmooth etc
269      - use xx_genarr2d_preproc etc instead
270      - carry out smooth_correl2D at initialization stage rather than during
271        time stepping.
272      - get smoothOpNb from xx_gentim2d_preproc
273    o global_oce_cs32 :
274      - add test of generic ecco capabilities.
275    o pkg/exf/exf_getsurfacefluxes.F :
276      - add to tmpUE/tmpVN rather than re-initializing them (conventional behavior).
277    o pkg/ctrl,ecco :
278      - omit un-necessary arguments to ctrl_cost_gen.F unless ECCO_CTRL_DEPRECATED
279        is defined.
280    o pkg/seaice: add diagnostics for Delta (deformation parameter)
281    o model/src:
282      - when ALLOW_3D_DIFFKR is defined, add a Warning if any of the vertical
283        diffusivity (background) is specified but ignored.
284    o verification:
285      - in testreport, convert hostname to lower case for default output dir name
286    o model, pkg : add useCTRL, useECCO parameters (on/off run time switch).
287    o pkg/dic: add modifications from Hajoon:
288      - add iron sedimentation flux function of the flux of PO4 out of bottom layer
289      - light attenuation: add self-shading effect by climatological Chlorophyll
290        (read from file).
291    o pkg/seaice/seaice_preconditioner.F : fix cpp flags, so that code also
292        compiles when SEAICE_ALLOW_DYNAMICS is undefined
293    o global_oce_llc90,cs32 : ecco_v4 verification exps now use separate
294        AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h, ECCO_OPTIONS.h rather than
295        ECCO_CPPOPTIONS.h (i.e. replacing the deprecated, circumvoluted,
296        approach where CPP_OPTIONS.h includes an omnipotent
297        ECCO_CPPOPTIONS.h that superseeds pkgs '_OPTIONS.h').
298    o pkg/ctrl/ctrl_map_ini_genarr.F : include GMREDI_OPTIONS.h where
299        ALLOW_3D_KAPGM, ALLOW_3D_KAPREDI (to be added later) belong.
300    o pkg/seaice/SEAICE_SIZE.h : replace ALLOW_AUTODIFF_TAMC with ALLOW_AUTODIFF
301        to avoid needing AUTODIFF_OPTIONS.h anytime SEAICE_SIZE.h is included
302        (it seems that THSICE_SIZE.h, PTRACERS_SIZE.h have the same issue...)
303    o model/src, pkg/smooth, profiles, salt_plume, seaice, exf, ecco, ctrl :
304      add ECCO_OPTIONS.h, AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h when needed
305      - ECCO_OPTIONS.h is needed when including ecco_cost.h, ecco.h
306      - AUTODIFF_OPTIONS.h is needed when including tamc.h, tamc_keys.h
307      - CTRL_OPTIONS.h is needed when including ctrl.h, optim.h, etc
308    o pkg/ctrl,ecco,exf :
309      - remove variables associated with NON-generic costs,
310        unless ECCO_CTRL_DEPRECATED is defined.
311      - remove NON-generic NON-obcs controls,
312        unless ECCO_CTRL_DEPRECATED is defined.
313    o pkg/ctrl : added ctrl_local_params.h
314    o pkg/ecco : added ecco_local_params.h
315    o verification : added ECCO_CTRL_DEPRECATED to most as and oad
316        experiments, which will progressively be removed once the
317        experiments are revised to use only generic controls/costs.
318    
319    checkpoint65f (2014/10/13)
320    o pkg/ctrl, ecco, seaice : minor changes in headers
321    o global_oce_llc90,cs32 : ecco_v4 verification exps now test generic
322        cost function and control capabilities added since checkpoint65c.
323    o pkg/ctrl: regroup all obcs ctrl variables in CTRL_OBCS.h.
324    o pkg/ecco: increase modularity and improve logic
325      - ecco_toolbox.F (new) : basic operations that are often used,
326        including ecco_zero, ecco_cp, ecco_cprsrl, ecco_diffmsk,
327        ecco_addcost, ecco_add, ecco_div, ecco_readbar.
328      - cost_gencal.F (new) : determine filnames and records.
329      - cost_genread.F, cost_generic.F : condense code using ecco_toolbox.
330      - cost_generic.F : use spzeroloc rather than hard-coded -9999,
331        and exploit the above functions leading to more compact code.
332      - cost_genread.F : rm un-necessary arguments, re-arrange args order.
333      - ecco_check.F, ecco_readparms.F : bring logic up to date (using_tpj,
334        using_ers, using_gfo, using_mdt is now only defined within gencost)
335    o pkg/ecco: extend generic cost capabilities
336      - pkg/ecco : added 3D gencost (ALLOW_GENCOST3D), added gencost
337        capabilities via gencost_preproc (+ _c,_i,_r related params),
338        gencost_posproc (+ _c,_i,_r related params), gencost_nrecperiod,
339        gencost_outputlevel arguments to cost_generic
340      - pkg/ecco/cost_genread.F (new) : interface between cost_generic
341        and active_read, making room for gencost_preproc to take effect.
342        Added preproc code ('climmon') to replace GENERIC_BAR_MONTH.
343      - pkg/ecco/cost_generic.F :
344        compute and store misfit maks*(model-data) in localdif that is
345        then used in cost and for output, output misfit if outlev.GT.0
346      - pkg/ecco/cost_averagesfields.F : depend on gencost_barskip
347        rather gencost_barfile for deciding whether to write barfile
348      - pkg/ecco/ecco_cost_driver.F : extract call to cost_profiles from cost_hyd
349      - pkg/ecco/ecco_cost_init_fixed.F : extract gencost weights from
350        ecco_cost_weights, re-activate ecco_summary, determine gencost_barskip
351      - pkg/ecco/ecco_summary.F : report gencost variables
352      - pkg/ecco/cost_gencost_customize.F : treat case of scatterometer costs
353    o pkg/sea/SEAICE_OPTIONS.h : add ALLOW_COST_ICE, ALLOW_SEAICE_COST_SMR_AREA
354    o pkg/ecco: internal re-organization
355      - resolve un-necessary dependancies within pkg/ecco and to pkg/ctrl
356        (rm includes of optim.h and ctrl.h, replace optimcycle with eccoiter,
357        mv relevant variables definition from ecco_cost.h to ecco.h,
358        make sure gencost routines only include ecco.h)
359      - throughout : add missing CCP switches, rm unused variables,
360        and rm un-necessary CPP switches
361      - throughout gencost routines : replace modelstartdate with
362        gencost_startdate when needed
363      - cost_bp_read.F : use arguments, instead of common blocs
364        so that it can be used also by (new) cost_gencost_bpv4.F
365      - ecco_init_varia.F : initialize RHOsumGlob_0, VOLsumGlob_0
366      - ecco_phys.F : compute etanFull
367      - ecco_readparms.F : rename using_topex as using_tpj, add
368        bpv4-grace to gencost list, initialize added parameters
369      - ecco_summary.F : include SIZE.h needed for augmented ecco.h
370    
371    checkpoint65e (2014/09/28)
372    o pkg/obcs:
373      - replaced the just-added CPP options with run-time variables
374        (see pkg/obcs/OBCS_PARAMS.h for details)
375    o pkg/obcs:
376      - add additional CPP options for sponge boundary layers
377        (see pkg/obcs/OBCS_OPTIONS.h for details)
378    o pkg/atm_phys:
379      - implement simple (obliquity only, assuming circular planet orbit)
380        seasonal cycle for incoming insolation ; used when run-time parameter
381        "select_incSW" is set to 1 ; by default (=0), uses old unchanged formula.
382    o pkg/exf, pkg/ecco, pkg/ctrl:
383      - add ctrlUseGen and .NOT.ctrlUseGen exclusive brackets
384      - activate gentim2d for xx_atemp,xx_aqh,xx_swdown,xx_lwdown,xx_precip
385      - implement gentim2d for xx_tauu, xx_tauv
386    o pkg/ctrl, pkg/ecco :
387      - fix and complement the generic controls implementation
388    o pkg/exf/exf_getclim.F, exf_getffields.F, exf_getsurfacefluxes.F,
389        pkg/shelfice/shelfice_thermodynamics.F,
390        verification/hs94.1x64x5/code_ad/ctrl_map_gentim2d.F,
391        verification/hs94.1x64x5/code_oad/ctrl_map_gentim2d.F :
392      - add weight in CTRL_GET_GEN calls
393    o pkg/ctrl :
394      - ctrl_get_gen.F : add weight as input parameter, and apply
395        it directly rather than using smooth_correl2Dw (to be retired).
396      - ctrl_map_gentim2d.F : add wgentim2d in CTRL_GET_GEN call
397    o pkg/ctrl :
398      - introduce run time switch ctrlUseGen (in ctrl.h, ctrl_check.F,
399        ctrl_init_variables.F, ctrl_readparms.F, ctrl_summary.F)
400      - re-activate ctrl_summary (call in ctrl_init.F)
401    o pkg/ctrl/ctrl_cost_gen.F :
402      - fix CCP brackets, remove un-necessary myiter, mytime
403    o pkg/ecco, pkg/ctrl :
404      - remove cost_genctrl.F (now pkg/ctrl/ctrl_cost_driver.F)
405      - remove cost_forcing_gen.F (now pkg/ctrl/ctrl_cost_gen2d.F)
406      - add ctrl_cost_driver.F (replaces pkg/ecco/cost_genctrl.F)
407      - add ctrl_cost_gen2d.F (replaces pkg/ecco/cost_forcing_gen.F)
408    
409    checkpoint65d (2014/09/15)
410    o pkg/ctrl/CTRL_GENARR.h, ctrl_readparms.F :
411      - add xx_genarr2d_bounds,xx_genarr3d_bounds,
412        xx_genarr2d_numsmooth, xx_genarr3d_numsmooth
413    o pkg/ctrl/ctrl_map_ini_genarr.F :
414      - remove compilation failure
415      - replace hard coded example
416      - use ctrl_map_ini_gen2D, 3D
417    o pkg/ctrl/ctrl_pack.F, ctrl_unpack.F :
418      - on/off switch based upon xx_genarr2d_weight,3d
419    o src/packages_init_variables.F :
420      - regroup pkg/estimation calls
421      - remove CTRL_MAP_INI, CTRL_MAP_INI_ECCO
422        (moved to ctrl_init_variables)
423    o cost/cost_init_varia.F :
424      - remove ecco_cost_init_varia
425        (moved to ecco_init_varia)
426    o ctrl/ctrl_init_variables.F :
427      - add CTRL_MAP_INI, CTRL_MAP_INI_ECCO
428      - add CTRL_MAP_INI_GENARR, SEAICE_CTRL_MAP_INI
429    o ctrl/ctrl_map_ini.F :
430      - remove ctrl_map_ini_genarr, seaice_ctrl_map_ini
431        (moved to ctrl_init_variables)
432    o ctrl/ctrl_map_ini_ecco.F :
433      - remove ECCO_PHYS (mv to ecco_init_varia)
434      - remove seaice_ctrl_map_ini (mv to ctrl_init_variables)
435    o ecco/ecco_ad_diff.list :
436      - add ecco_init_varia.f
437    o ecco/ecco_init_varia.F
438      - new routine
439    o pkg/streamice:
440      - move call to STREAMICE_INITIALIZE_PETSC from the_model_main.F
441        to streamice_init_fixed.F ; fix setting of STREAMICEisOn.
442      - from model/src, only call pkg/streamice routines if useStreamIce is TRUE.
443    o pkg/generic_advdiff:
444      - fix bug causing negatives in GAD_SMOLARKIEWICZ_HACK, introduced 8/8/2014.
445    o pkg/exf:
446      - exf_getffields.F : add xxg_atemp, xxg_aqh, xxg_swdown, xxg_lwdown,
447         xxg_precip capability
448      - exf_wind.F : no need for ALLOW_WSPEED_CONTROL cpp switch
449    o pkg/ctrl:
450      - ctrl_pack.F, ctrl_unpack.F : omit (un)packing of undefined xx_gentim2d
451    o model/src/load_fields_driver.F :
452      - move call to CTRL_MAP_GENTIM2D ahead of BULKF_FIELDS_LOAD, EXF_GETFORCING
453        so xx_gentim2d can be applied to e.g. exf fields in a timely manner.
454    o OpenAD verification experiments:
455      - Include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h, and CTRL_OPTIONS.h
456        in src files (to enable to skip the ECCO_CPPOPTIONS.h);
457        for now, only in pkgs used in OpenAD verification experiments.
458      - Change all except one (halfpipe_streamice) OpenAD experiments to use pkg
459        specific option file (AUTODIFF_OPTIONS.h, COST_OPTIONS.h & CTRL_OPTIONS.h)
460        instead of using ECCO_CPPOPTIONS.h (with all relevant options in it).
461        This applies to both TAF (*/code_ad/) and OpenAD (*/code_oad/) tests.
462    o OpenAD verification tests:
463      - finish removing ALLOW_AUTODIFF_OPENAD (replaced by ALLOW_OPENAD);
464      - finish replacing ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for
465        tape/storage which are specific to TAF/TAMC) in pkgs used in OpenAD exp.
466      - leave ALLOW_AUTODIFF_TAMC undef in OpenAD verification tests (*/code_oad/)
467        and remove local copy of "tamc.h" (needed only if ALLOW_AUTODIFF_TAMC).
468    o model/src & generic_advdiff:
469      - change hard-coded loop-range in S/R APPLY_FORCING_T/S to set T & S
470        forcing over 0:sNx+1, 0:sNy=1 (instead of just 1:sNx,1:sNy): Model
471        dynamics requires valid tracer forcing only over tile interior but, for
472        some diagnostics, may need to extend it over 1 point in tile halo region.
473      - in gad_calc_rhs.F, update calls to gmredi_x/ytransport to get valid
474        tendency over i,j_Min,Max range. This allows to simplfy i,j_Min,Max
475        setting in temp/salt/ptracer_integrate.F
476    o pkg/dic:
477      - multiply tracer tendencies by maskInC (if ussing OBCS) before updating
478        gchem tracers: this allows to skip the 2nd call to OBCS_APPLY_PTRACER
479        in gchem_forcing_sep.F
480    o pkg/autodiff & obcs:
481      - add storage of current OB values for U & V (was already done for T & S).
482    
483    checkpoint65c (2014/08/30)
484    o pkg/dic:
485      - take out of dic_atmos.F the initialisation part (corresponding to istate=0)
486        and move it to new S/R DIC_INI_ATMOS ; also simplify the dependencies for
487        AD compilers (but still a Pb with multi-threading and Ajoint dependencies).
488    o verification:
489      - new experiment testing OBCS and DIC pkgs, using params & output from
490        tutorial_global_oce_biogeo but limited to a sub-domain around Drake
491        passage: take OBCS from the last year of a 2 yrs simulation and initial
492        conditions from t=1.yr while keeping the same forcing.
493    o model/src:
494      - when allowFreezing=T, only reset below freezing initial Temp to Tfreezing
495        (at any k) if checkIniTemp is not set to FALSE (default checkIniTemp=T).
496    o pkg/diagnostics (Stats-Diags):
497      - re-write S/R DIAGSTATS_CALC (more similar to TARGET_NEC_SX part) to:
498        a) refine region where stats are computed, excluding where arrhFac=0 ;
499        b) fix missing interior mask (use with OBCS) in 3-D fields statistics;
500        c) extend regional stats over the region edges (for U or V pt location).
501    o pkg/gchem:
502      - add a (2nd) call to OBCS_APPLY_PTRACER in gchem_forcing_sep.F (needed since
503        pkg/dic is currently changing/updating ptracers values beyond the OB).
504    o verification (hs94):
505      - convert Held & Suarez external_forcing.F (from hs94.cs, with Sigma-coords
506        bits) to apply_forcing.F and undef USE_OLD_EXTERNAL_FORCING in experiments
507        hs94.cs-32x32x5 and tutorial_held_suarez_cs ; also use the same version of
508        apply_forcing.F in 2D hs94 (fwd, ad & oad) but keep LatLon hs94 unchanged.
509    o pkg/ptracers:
510      - implement Adams-Bashforth on pTracers (instead of on tracer tendency),
511        switched on by setting PTRACERS_doAB_onGpTr=F (default set to doAB_onGtGs)
512      - change exp4 secondary test (input.nlfs) to test AB on T & S & pTracer
513        with AB-2 code (so that it get tested).
514    o model/src:
515      - allow to apply Adams-Bashforth on Temp & Salt (instead of on gT,gS)
516        with AB-2 code (previously only available with AB-3 code).
517        Also move the code (call to ADAMS_BASHFORTH S/R) form thermodynamics.F
518        to temp/salt_integrate.F (since the 2nd part of gt/sNm1 update is done
519        there, by calling CYCLE_AB_TRACER).
520    o pkg/generic_advdiff:
521      - change Tracer argument (drop bi,bj indices) in S/R GAD_CALC_RHS,
522        GAD_C2_ADV_R, GAD_U3_ADV_R, GAD_C4_ADV_R, GAD_DIFF_R, GAD_BIHARM_R
523        + also in GMREDI_X/Y/RTRANSPORT ; and update corresponding calls in
524        S/R temp/salt/ptracers_integrate.F
525    o model/src & pkg/ptracers:
526      - remove common block variables gT,gS (in DYNVARS.h), except when
527         USE_OLD_EXTERNAL_FORCING is defined; update TAF storage accordingly.
528      - remove common block variable gPtr.
529    o model/src & pkgs:
530      - change gTracer (and/or tracer) argument (drop bi,bj indices) in S/R
531         ADAMS_BASHFORTH(2&3), CYCLE_(AB_)TRACER, FREESURF_RESCALE_G,
532         IMPLDIFF, SOLVE_TRIDIAGONAL & _PENTADIAGONAL, GAD_SOM_ADVECT,
533         GAD_ADVECTION, GAD_CALC_RHS, GAD_IMPLICIT_R, TIMEAVE_CUMUL_DIF_1T
534      + change accordingly all calling S/R.
535      - use local temperature/salinity/ptracer tendency array (without bi,bj)
536        in S/R temp/salt/ptracers_integrate.F
537    o pkg/seaice:
538      - move computation of stress contributions to rhsU/V in s/r seaice_lsr
539        to separate s/r seaice_lsr_rhsu/v in order to be able to re-use code
540      - make u/vIceC local variables if SEAICE_CGRID is defined only to be used
541        in seaice_lsr
542      - seaice_lsr.F: make local 4D arrays UXX, VYY, etc 2D
543        in s/r seaice_lsr_calc_coeffs
544    o pkg/mdsio:
545      - in MDS_READ/WRITE_FIELD, stop if file-name (+prefix) is too long
546        (e.g., > MAX_LEN_MBUF -90 ) or, in INI_MODEL_IO, if mdsioLocalDir is
547        too long (e.g., > MAX_LEN_FNAM/2 )
548    
549    checkpoint65b (2014/08/12)
550    o pkg/matrix:
551      - pass, as argument, updated tracer field to S/R MATRIX_STORE_TENDENCY_EXP
552    o model/src:
553      - fix initialisation of geothermalFile; compile geothermal-flux code in
554        natl_box verification experiment.
555    o model/src & pkg/down_slope:
556      - push the k loop inside S/R TIMESTEP_TRACER (now called outside the k loop).
557      - in dwnslp_apply.F, update tracer tendency instead of the future tracer
558        field and call S/R DWNSLP_APPLY before TIMESTEP_TRACER; this affects
559        results at machine truncation level: update output of experiments
560        global_ocean.90x40x15.dwnslp (FWD) and lab_sea.noseaicedyn (AD).
561    o pkg/diagnostics (Stats-Diags):
562      - do not cumulate the full volume when DIAGNOSTICS_FILL is
563        called with bibjFlg < 0 (no increment of the counter for 2D/3D diag);
564        This fix the mean statistics when DIAGNOSTICS_FILL is called multiple
565        times (but Min,Max and StD are still wrong).
566    o model/src:
567      - add geothermal flux forcing: read in ini_forcing.F as time-constant
568        field "geothermalFlux" applied in S/R APPLY_FORCING_T (apply_forcing.F)
569    o model/src:
570      - move CYCLE_TRACER calls from tracers_correction_step.F to temp/salt/ptracer
571        _integrate.F so that, when leaving S/R THERMODYANMICS, theta,salt and pTrac
572        arrays are already updated while adjustments (filters, conv.adjustment) are
573        still applied later, in S/R TRACERS_CORRECTION_STEP.
574    o model/src:
575      - store in common bloc array "rhoInSitu" the virtual potential temperature
576        anomaly that is used to compute geopotential: this make the atmos code
577        more similar to ocean code which already uses rhoInSitu in calc_phi_hyd.F
578    o pkg/seaice/seaice_lsr.F
579      - rename integer variable ilcall to ipass (that's what it is called
580        in the residual diagnostics
581      - change time stepping for NPSEUDOTIMESTEP > 2 (does not change the
582        default) for improved non-linear convergence of the first few steps
583      - adjust a few comments and add new ones to explain some of the store
584        directives
585    o pkg/generic_advdiff (& ptracers):
586      - re-work the code to check for valid advection scheme and for minimum
587        size of overlap (now stored in local common bloc in gad_advscheme.F)
588    o pkg/seaice: another attempt to make the adjoint work for sea ice dynamics
589      - re-initialize more variables in seaice_lsr: u/vIceC, u/vIceNm1
590      - add an auxilliary variable "bet" and fix store directives and keys in
591        seaice_lsr_tridiagu/v, this seems to do the trick (i.e. more or
592        less exact gradients in my tests); but there are still
593        recomputation warning (although gradients are sort of OK), when
594        SEAICE_LSR_VECTORIZE is not defined, so this flag and
595        SEAICE_LSR_VECTORIZE_ZEBRA are recommended for efficiency.
596      - update verification experiments lab_sea.
597      - change some comments in S/R seaice_calc_viscosities
598    o model/src:
599      - if staggerTimeStep=T, always apply exchange to velocity field in
600        do_stagger_fields_exchanges.F instead of in do_fields_blocking_exchanges.F
601        (independent of using multi-dim advection or not); no effect on FWD run
602        but affects AD results (at machine truncation level): update output of
603        experiment 1D_ocean_ice_column (ad: 12 digits), hs94.1x64x5 (ad,oad: 13.d)
604        and isomip (oad: 12.d).
605    o pkg/generic_advdiff:
606      - stop if doAB_onGtGs is set to FALSE but ignored
607      - refine warning related to stability of tracer time-stepping
608        regarding internal wave dynamics.
609      - setting of AdamsBashforth_T,S when doAB_onGtGs=F: remove condition
610        on staggerTimeStep & implicitIntGravWave (will now get a warning
611        if potentially unstable).
612    o pkg/kl10:
613      - add new pkg "kl10" for mixing due to internal wave breaking, from
614        http://www.sciencedirect.com/science/article/pii/S1463500310000144
615        (contribution from Jody Klymak), tested in verification experiment
616        verification/internal_wave/input.kl10/
617    o isomip experiment:
618      - test pkg/shelfice with Non-Lin Free-Surf in one of the FWD set-up
619        (input.htd) and update the output.
620    o cd_code experiments:
621      - use default cd_code options (#undef CD_CODE_NO_AB_MOMENTUM &
622        #undef CD_CODE_NO_AB_CORIOLIS) in experiments: cfc_example (fwd)
623        global_ocean.90x40x15 (ad & oad) and OpenAD (ad & oad) and
624        update the corresponding output.
625    o pkg/seaice:
626      - reduce the number of include files and store directives in
627        S/R seaice_lsr_tridiagu/v
628      - change the order of loops in one case in S/R seaice_lsr_tridiagv
629        (only for SEAICE_VECTORIZE_LSR_ZEBRA defined), which allows me to
630        get rid off one store directive (a TAF bug?)
631      - add one more instance of ifdef SEAICE_VECTORIZE_LSR_ZEBRA in
632        S/R seaice_lsr_tridiagv to change the loop range for consistency
633      - remove ilcall, m from parameter list of S/R seaice_lsr_tridiagu/v
634      - fix a bug that affects the JFNK solver: replace sNx/y by i/jMax in
635        S/R seaice_lsr_tridiagu/v (requires update of
636        offline_exf_seaice/input.dyn_jfnk)
637    
638    checkpoint65a (2014/07/27)
639    o model/src:
640      - Non-Lin Free-Surf in p/z coords: allows hFacW,S to be larger than
641        surrounding hFacC=1 @ edge of a step with different kSurfC on either side
642        (topo in p-coords, ice-shelf in z-coords); update output of experiments
643        tutorial_global_oce_in_p and isomip (both AD and OpenAD output).
644    o model/src:
645      - collect momentum forcing tendency into local 2-D array (passed as argument
646        to apply_forcing S/R); this simplifies mom. Forcing diagnostics and CD_CODE
647        parts in timestep.F (without CD_CODE_NO_AB_MOMENTUM defined = the default);
648        affects results at machine truncation level (e.g., if using OBCS_SPONGE).
649      - collect T & S forcing tendency into local 2-D array (passed as argument to
650        apply_forcing S/R); add 3-D diagnostics for temp & salt forcing tendency.
651        affects results at machine truncation level (e.g., ocean: if using
652        SHORTWAVE_HEATING ; atmos: if using FrictionHeating or (atm_Rq<>0) moist
653        correction due to vertical advection).
654      - update output of experiments: fizhi-cs-32x32x40 (13 digits),
655        global_ocean.cs32x15 (fwd: icedyn, seaice, thsice, all 3 @ 11d; adm & tml:
656        seaice_dynmix & thsice, fwd grd @ 3 & 8), hs94.1x64x5 (ad grd @ 13),
657        obcs_ctrl (ad & fwd grd @ 12 & 7).
658    o pkg/ptracers & diagnostics:
659      - use ptracers (short) name (instead of long one) to make ptracers diagnostics
660        title (to avoid some unexpected truncation); sort out ptracers diags units.
661      - collect ptracer forcing tendency into local 2-D array (passed as argument
662        to apply_forcing S/R); add 3-D diagnostics for ptracers forcing tendency.
663    
664    checkpoint65 (2014/07/18)
665    o pkg/fizhi:
666      - add parenthesis around fizhi tendencies in fizhi_tendency_apply.F: this
667        affects results at machine truncation level. Update output of experiments
668        fizhi-cs-32x32x40 (12 digits for cg2d) & fizhi-cs-aqualev20 (13 digits).
669    o pkg/seaice: more clean up
670      - rename TAF common block tapes to be more consistent and remove
671        unnecessary duplicates
672      - add store directives to remove more recomputations, but use smaller
673        tapes (and adjust keys) when SEAICE_LSR_ADJOINT_ITER is undefined.
674        The idea behind this flag is to reduce the memory footprint when the
675        adjoint of the LSR is not required. As of now, defining the flag
676        SEAICE_LSR_ADJOINT_ITER increases 4 common block tapes for 2D field by
677        a factor of SOLV_MAX_FIXED (=500 by default in SEAICE_SIZE.h).
678        For experiment offline_exf_seaice, this means on a linux box with gfortran
679        nearly a factor of 10 (but keep in mind there is mostly seaice code in
680        this experiment):
681        > size mitgcmuv_ad
682        text    data        bss     dec        hex
683        5100659 1216  220458952  225560827  d71c8fb
684        5339425 1200 1868783272 1874123897 6fb4dc79 (SEAICE_LSR_ADJOINT_ITER)
685        but only a moderate increase of 36% for global_ocean.cs32x15:
686        text    data        bss     dec        hex
687        6695027 1648 1014578664 1021275339 3cdf6ccb
688        6695203 1648 1382505320 1389202171 52cd8afb (SEAICE_LSR_ADJOINT_ITER)
689      - note: there are still recomputations in global_ocean.cs32x15 and
690        offline_exf_seaice and the gradient agreement changes (gets a
691        little worse) for global_ocean.cs32x15 (-> update output_adm.seaice.txt)
692      - in general, the AD gradients still are wrong
693    o OpenAD
694      - clean up code_oad/ directories somewhat by moving files
695        dontCompile, dontTransform, keepOriginal to OAD_support/
696    o model/src:
697      - using MOM fluxform and Non-Lin Free-Surf with momDissip_In_AB=F
698        (not currently tested): add dissipation terms before NLFS rescaling of
699        tendencies (previously done after).
700    o pkg/diagnostics:
701      - write stats-diags in ascii file with more digits (same as in monitor).
702    o pkg/down_slope:
703      - drop the bi,bj dimension of argument recip_hFac in S/R DWNSLP_APPLY; with
704        NLFS (not tested), use new recip_hFac value in order to conserve tracer.
705    o model/src:
706      - new file "apply_forcing.F" containing all the code previously in
707        external_forcing.F, but with new argument list: pass, as new argument,
708        the current level tendency array to update (instead of a direct update
709        of the common bloc array). Change the corresponding calls.
710      - add CPP option USE_OLD_EXTERNAL_FORCING (default is undef) to use
711        EXTERNAL_FORCING_U,V,T,S subroutines (for backward compatibility).
712    o pkg/seaice/seaice_lsr, a little bit of clean up
713      - rearrange some code blocks, so that now all calculations for
714        setting up the right-hand-sides done within one single block
715        (I find that easier to read and understand)
716      - rearrange freedrift-code to reduce the number of ifdefs
717      - adjust some indentations and comments
718    
719    checkpoint64z (2014/07/10)
720    o model/src and several pkgs:
721      - change argument list of all S/R called from external_forcing.F and
722        called from ptracers_forcing.F (renamed to ptracers_apply_forcing.F)
723        to pass, as argument, the current level tendency array to update
724        (instead of a direct update of the common bloc array).
725      - change also (in the same way) argument list of PTRACERS_APPLY_FORCING;
726      - rename taueddy_external_forcing.f to taueddy_tendency_apply.F
727    o pkg/seaice/seaice_lsr.F
728      - always initialize local arrays in seaice_lsr_tridiagu/v
729      - add more local tapes to seaice_lsr_tridiagu/v
730      - move storing u/vice(:,:,bi,bj) out of seaice_lsr_tridiagu/v, but
731        keep it in bi/bj loop; this seems to be essential
732      - gradients are still wrong but only by 4-7 orders of magnitude
733        instead of 15 orders of magnitude, lab_sea improves a little
734    o pkg/seaice
735      - (pkg/autodiff) remove storing/restoring of seaiceMaskU/V that
736        generates unnecessary code in seaice_lsr_ad
737      - add more store directives in seaice_lsr to avoid unnecessary code
738        in seaice_lsr_ad
739      - exclude some residual computations in seaice_lsr when
740        ALLOW_AUTODIFF_TAMC is defined in order to avoid unnecessary code
741        in seaice_lsr_ad
742      - add more storing, a new tape (model/src/the_main_loop.F) and
743        another key for SEAICE_LSR_VECTORIZE_ZEBRA (the local keys ilockey
744        and klockey should be checked by a specialist)
745      - modify ( define SEAICE_VECTORIZE_LSR and SEAICE_LSR_ADJOINT_ITER )
746        and update lab_sea after previous changes in pkg/seaice below
747    o pkg/autodiff:
748      - introduce useSmoothCorrel2DinAdMode, SEAICEapproxLevInAd, and
749        viscFacInAd : run time parameters allowing for adjoint switches
750        note : logic for useSmoothCorrel2DinAdMode is in ctrl_readparms.F
751    o pkg/ecco:
752      - introduce cost_gencost_boxmean.F that computes a box mean
753        temperature (for use in adjoint sensitivity studies).
754    o model/src/set_defaults.F : initialize viscFacAdj to 1.
755    o pkg/mom_common/mom_calc_visc.F:
756      - ifdef ALLOW_AUTODIFF then include viscFacAdj factor.
757    o pkg/seaice/seaice_summary.F:
758      - statement for SEAICEadjMODE now in autodiff_readparms.F
759    o pkg/seaice:
760      - remove some store directives and add new ones in an effort to get
761        finally rid off the recomputation warnings. This is successful
762        when SEAICE_VECTORIZE_LSR ***and*** SEAICE_LSR_ADJOINT_ITER are
763        defined (i.e. no extensive recomputation warnings left), but there
764        are still too many recomputations on the solver iteration level
765      - define SEAICE_VECTORISZE_LSR in offline_exf_seaice/code_ad/SEAICE_OPTIONS.h
766      - move definition of MPSEUDOTIMESTEPS into TAMC-block in
767        SEAICE_SIZE.h
768      - add a store directive in S/R seaice_calc_viscosities
769    o pkg/seaice (ITD code):
770      - fix definition of Hlimit for multi-threaded case
771      - use double precision arithmetic to compute Hlimit: this affects results;
772        update output of experiment seaice_itd.
773    o replace content of verification/seaice_itd
774      - instead of a 1D column use the configuration of offline_exf_seaice
775        to test the ice thickness distribution code with ridging
776      - this is a first shot at this experiment
777      - change of some defaults of ridging parameters SEAICEhStar (from
778        100 to 25) and SEAICEmuRidging (from 5 to 3) in seaice_readparms.F
779        and lot of new comments.
780    
781    checkpoint64y (2014/06/20)
782    o pkg/seaice/seaice_reg_ridge.F:
783      - modify the regularization of very small volumes of ice; only check
784        total volume HEFF, and do not apply correction to individual ice
785        classes because that leads to funny patterns in the heat and fw-fluxes
786        into the ocean. Adjust seaice_itd/results/output.txt
787      - replace nITD by SEAICE_multDim in loop-ranges
788    o pkg/exf:
789      - add code to process the case field period = -12. with UV interpolation.
790      - move debug print (formerly active when exf_verbose=T) from EXF_getFFieldRec
791        into S/R that calls it (i.e., exf_set_gen.F, exf_set_uv.F & obcs_exf_load.F)
792    o verification/global_with_exf:
793      - switch all fields period to -12. (was previously untested) in input/data.exf
794        (but keep secondary test ".yearly" unchanged); update the reference output.
795    o pkg/cal:
796      - new calendar type "noLeapYear" for 365 days calendar without any leap year.
797    o pkg/exf:
798      - new integer parameter "exf_debugLev" (default set to main model debugLevel)
799        to replace logical switch "exf_verbose"
800      - report in STDOUT when loading a new record (if exf_debugLev >= 3)
801    o pkg/sbo:
802      - update from Katherine Quinn: evaluate mass directly from density and SSH
803        (budget using Finite Volume method) instead of from bottom pressure.
804      - allow testreport to collect few selected SBO output ; tested in exp.
805        global_ocean.90x40x15 (after updating the results, to include SBO output).
806      - fix some multi-threading issues (in output part).
807    o model/src & most packages:
808      - always call {PKG}_READPARMS even if corresponding use{PKG}=F;
809      - in {PKG}_READPARMS, in case use{PKG}=F: add a call to new S/R
810        PACKAGES_UNUSED_MSG to print a weak warning when parameter file
811        "data.{pkg}" exist ; and leave the S/R (return) just after.
812      - more standard LAND pkg interface (land_init_fixed.F, land_check.F).
813        + call LAND_READPARMS from packages_readparms.F
814    o pkg/seaice:
815      - remove code that resets useThSice in S/R seaice_readparms and
816        replace it by a warning in S/R seaice_check
817      - remove parameter MULTDIM, replace with nITD and runtime
818        parameter SEAICE_multDim (still hard-wired to nITD if
819        SEAICE_ITD is defined)
820    
821    checkpoint64x (2014/05/24)
822    o verification/lab_sea:
823      - update adjoint and TLM output following changes to pkg/salt_plume
824      - un-do the update after putting back local recip_Cp in few places.
825    o pkg/salt_plume: modifications by An Nguyen:
826      - add capability to do brine rejection (salt-plume) as function of
827        volume+tracers (instead of only salinity tracer).
828      - conserve volume by exchanging volume from each kLev to above to
829        accommodate in-coming brine volume
830      - store surface and klev exchanged fraction + volume in 4 new 3-d arrays
831      - switch KPP surf buoyancy due to brine forcing to 3-d
832        (3 more 3-d arrays, 2 for SPforcing[T,S], 1 for boplume)
833      - add salt_plume_volfrac, salt_plume_apply, salt_plume_tendency_apply_t
834      - unrelatedly, also add ad-hoc capability to vary salt_plume scheme
835        in East/West Arctic.
836    o pkg/sbo:
837      - incorporate modifications from Katherine Quinn to enable the use of sbo
838        pkg in ECCO-v4 set-up ; remove SBO-TimeAve output ; add monitor-like
839        output for future testreport verification (unfinished).
840    o pkg/atm_phys:
841      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
842        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
843        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
844    o pkg/seaice
845      seaice_calc_ice_strength.F: modify expression to avoid divisions
846        (affects truncation)
847      seaice_do_ridging.F: clean up the insectarium
848      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
849      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
850      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
851      - add some debugging information and error messages (warnings)
852    o model/src: modifications relatd to atmosphere p*:
853      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
854      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
855        of vertical profile tRef in geopotential background and anomaly.
856      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
857        and pkg/atm_phys.
858      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
859        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
860    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
861    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
862        not used right now, but can be used in BGC packages to fix conservation.
863    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
864        other packages too.
865    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
866        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
867    o model/src:
868      - since we have several heat capacity (even in model/src), define "recip_Cp"
869        as local variable (no longer in common block) to avoid any confusion.
870      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
871    o pkg/exf:
872      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
873        air density as function of air Temp, Humidity and atm pressure.
874    
875    checkpoint64w (2014/05/02)
876    o verification:
877      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
878        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
879        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
880        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
881        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
882    o model/src: for atmosphere in p* coords:
883      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
884      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
885        but not yet activated.
886    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
887      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
888      - this changes the results (but not for any verification experiment, because
889        none tests this), but avoids having an extra field in the restart files
890    o pkg/seaice: remove global variable TICE (not needed)
891      - replace by TICES or local variable where necessary (cost_seaice_test,
892        seaice_diagnostics_state)
893      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
894      - use specific read/write routines for reading and writing individual leves
895        of a multilevel field
896    o pkg/ctrl & model/inc:
897      - move additional anomaly fields of control vars (related to options:
898         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
899        from DYNVARS.h into new header file: CTRL_FIELDS.h
900    o pkg/seaice: some small modifications to the ridging code
901      - make fw2ObyRidge a global variable and add the freshwater flux to
902        seaice_growth
903      - pass actual thickness from seaice_prepare_ridging, so that it is
904        computed only in one place and compute it in the same way as in
905        seaice_growth
906      - initialise more fields in seaice_do_ridging that where cause floating
907        point exceptions over land
908    o pkg/seaice: preparations for ridging code and first real ridging code
909      - move most of "PART 1" of S/R seaice_growth into a new and separate
910        S/R seaice_reg_ridge that will both regularize the state variable after
911        advection call the actual ridging routine;
912      - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
913        d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
914      - remove ridging code from seaice_advdiff
915      - clean up remaining part 1 of seaice_growth in an attempt to make it
916        more readable (this is probably subjective)
917      - call seaice_itd_redist once in the initialisation phase to have the initial
918        conditions in the correct category
919      - finally: add new ridging routine for ITD code
920    
921    checkpoint64v (2014/04/11)
922    o pkg/ecco:
923      - add runtime parameters mdt[start,end]date[1,2]
924      - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"
925    o pkg/seaice:
926      - make deltaC a global variable, so that it can be used in ridging code
927      - first step towards ridging: introduce new routines that compute
928        ice strength based on ridging parameters
929      - add diagnostic for HSNOWITD
930      - add opnWtrFrac as a global variable (required for ridging scheme)
931    o pkg/salt_plume + pkg/seaice/seaice_growth.F
932      - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice
933        AREA exceeds a threshold (code contributed by I.Fenty in 2011)
934    o verification/hs94.1x64x5:
935      - leave ALLOW_AUTODIFF_TAMC undefined in code_oad/AUTODIFF_OPTIONS.h
936      - do not use ECCO_CPPOPTIONS.h anymore for TAF & OpenAD Adjoint tests.
937    o autodiff:
938      - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
939        and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
940        For now, only in pkgs used in verification/hs94.1x64x5.
941      - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
942        which are specific to TAF/TAMC).
943      - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:
944        since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad
945        is compiled), this simplifies/reduces which *_OPTIONS.h file to include.
946      - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when
947        building mitgcmuv_ad (make adAll).
948    o pkg/ecco:
949      - cost_gencost_seaicev4.F:
950         reformulate proxy cost as function of sst and local param SEAICE_freeze
951         change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]
952      - add stop statement if old names siv4-[sst,vol] are used
953      - add snapshots + cost reports for atmospheric longwave
954      - remove factor 0.1 in front of wtau[u,v]
955      - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with
956         ALLOW_TMI_SST_COST_CONTRIBUTION
957    o pkg/atm_phys:
958      - add some diagnostics for Short-wave and for convection S/R.
959    o pkg/seaice/seaice_growth:
960      - fix a bug in the lateral melt parameterization for SEAICE_ITD
961        in seaice_growth; tempFrz needs to be computed inside the i/j-loop
962      - rearrange loop order for better vector code in the same code block
963      - rewrite the floeDiameter formula to have fewer divisions
964      -  (miraculously) none of this changes the results of seaice_itd
965    o pkg/smooth:
966      - move param smooth2Ddiffnbt to pkg/ecco
967    o pkg/salt_plume:
968      - salt_plume_frac.F:
969         clean up local param names
970         reformulate (1-frac) to frac; original 1-frac was based on swfrac code
971    o pkg/rw:
972      - add RS version of S/R READ_MFLDS_LEV.
973    o pkg/streamice:
974      - fix the restart test by writing/reading pickup_streamice files.
975    o pkg/seaice:
976      - refine checks for jfnk-related parameters
977      - comment out if statement with SEAICEuseIMEX parameter as long as there
978        is no IMEX code to avoid confusion and surprises
979    
980    checkpoint64u (2014/03/07)
981    o verification/MLAdjust:
982      - rename secondary test suffix:
983         1.leith  -> A4FlxF  + switch to flux-form & add side-drag
984         0.leithD -> AhFlxF  + switch to flux-form
985         0.smag   -> AhVrDv  (use Vorticity-Div. visc form) + add side-drag
986         0.leith  -> AhStTn  (use Strain-Tension visc form) + add side-drag
987    o pkg/mom_vecinv:
988      - remove unused arguments from S/R MOM_VI_HDISSIP & MOM_HDISSIP (as it used
989        to be before mom_calc_visc.F)
990      - skip the call to MOM_CALC_TENSION & MOM_CALC_STRAIN if not needed.
991      - add 2nd copy of vort3 & strain that knows about lateral BC (free/no slip):
992        this is simpler for the adjoint and for diagnostics.
993    o model/src + pkg/momentum:
994      - add input files for  2-D additional Western and Southern cell-edge wall
995         (e.g., to add "thin-wall" where it is =1).
996      - fix sideDrag option for thin-walls with Non-Lin Free-Surf
997        using 2nd hFacZ that is computed from initial (fix domain) hFac
998      - known limitations of thin wall implementation: not yet coded for sigma
999        coords; not working with CD-scheme neither.
1000    o pkg/seaice:
1001      - rename recently introduced parameters from (wrong name) AB to
1002        BDF (backward difference time discretisation)
1003      - retire runtime parameters SEAICEuseAB2, SEAICE_abEps
1004    o tools/adjoint_options:
1005      - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")
1006    
1007    checkpoint64t (2014/02/01)
1008    o pkg/ecco
1009      - add compile flag ALLOW_GENCOST_TIMEVARY_WEIGHT in ECCO_OPTIONS.h and
1010        runtime logical flag gencost_timevaryweight to read daily sea-ice sigma
1011      - replace hard-coded record number and period which only work for monthly
1012        with read-in runtime param that works for other periods (month,day,year)
1013    o pkg/thsice
1014      - corrected store directive fixes thsice adjoint gradient checks
1015    o genmake2 & testreport:
1016      - add genmake2 option "-oad" to generate a Makefile for OpenAD built and
1017        in this case, use tools/adjoint_options/adjoint_oad as default AD optfile.
1018        Update testreport accordingly. No need to set "export OPENAD=true"
1019        in adjoint_options/adjoint_oad anymore (will be removed later).
1020    o pkg/shelfice:
1021      - put T & S shelfice forcing into model surfaceForcing_T,_S (for now,
1022        only if SHELFICEboundaryLayer=F); Change model/src/external_forcing.F
1023        so that surface forcing applies to k=kSurf if using pkg/shelfice.
1024    o pkg/ctrl, pkg/grdchk, pkg/ecco:
1025      - Changes to make GENARR more modular (i.e. invisible if not used)
1026    o model/src/temp_integrate.F and salt_integrate.F
1027      - re-include store directives that were removed on Dec 27th.
1028    o model/src/external_forcing_surf.F
1029      - add storage directives for EmPmR and PmEpR to avoid recomputation of
1030        seaice_model in the adjoint that is problematic when seaice_model is
1031        turned off in the adjoint. The resolved issue dated back to July when
1032        EXTERNAL_FORCING_SURF call was moved.
1033        Update global_ocean.cs32x15/*/output_adm.seaice_dynmix.txt accordingly.
1034    o pkg/exf/exf_check.F
1035      - fix a small bug again (originally found by Wentao Liu, now found again)
1036      - streamline error output
1037    o pkg/streamice and aim_v23:
1038      - replace a few "_EXCH_XY_RL (" with "_EXCH_XY_RL(", so that
1039        Apple's /usr/bin/cpp knows what to do:
1040        Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
1041        Target: x86_64-apple-darwin13.0.0
1042    
1043    checkpoint64s (2014/01/05)
1044    o tools/adjoint_options:
1045      - switch to fastopt.net TAF server (instead of default fastopt.de) for
1046        AD optfiles adjoint_diva & adjoint_f95 (similar to adjoint_default).
1047    o model/src:
1048      - remove some unnecessary TAF storage directives in forward_step.F and
1049        in dynamics.F (note: not always removed by TAF, e.g., double storage
1050        of kappaRU,kappaRV in former version of dynamics.F).
1051    o model/src & pkg/ptracers:
1052      - call directly GAD_IMPLICIT_R & IMPLDIFF + DWNSLP_APPLY from temp_integrate.F
1053        salt_integrate.F and ptracers_integrate.F (instead of from thermodynamics.F)
1054        and remove ptracers_dwnslp_apply.F & ptracers_implicit.F
1055      - call MATRIX_STORE_TENDENCY_EXP for each tracer (in ptracers_integrate.F)
1056      - add fZon & fMer as output argument of S/R GAD_CALC_RHS.
1057      - update TAF AD-output of experiments global_ocean.90x40x15 (13 for AD-grad).
1058    o useSingleCpuInput separates single-CPU input from single-CPU output;
1059        for now only implemented for in exf_interp_read.F
1060    o verification/advect_xy:
1061      - fix missing EXCH call in local version of ini_salt.F and update output.
1062    o momentum diagnostics:
1063      - fix which deltaT is used in Total-Tendency diagnostics.
1064      - fix typo in diagnostics for momentum tendency from AB.
1065    o pkg/seaice/seaice_lsr.F: fix an initialisation bug for the
1066        SEAICE_VECTORIZE_LSR_ZEBRA option that lead to NaNs on a NEC-SX8
1067    
1068    checkpoint64r (2013/12/08)
1069    o verification/*/results:
1070      - Update reference output of experiments that were passing with just 13 digits
1071         (make it easier to detect future changes in results)
1072    o model/src & pkg/ptracers:
1073      - move calls to GAD_ADVECTION (Multi-Dim advection) from thermodynamics.F to
1074        inside temp_integrate.F and salt_integrate.F and from ptracers_advection.F
1075        to inside ptracers_integrate.F ; remove ptracers_advection.F
1076    o coupling interface pkgs:
1077        [atm_compon_interf, ocn_compon_interf & atm_ocn_coupler]
1078      - change the config check to test the agreement of Ocean Depth
1079        with ATM land/sea mask (instead of ATM orography);
1080      - send to coupler the number of coupler time-steps to do for this run:
1081        this allows to check for consistency and don't need anymore to be
1082        specified in parameter file "data";
1083      in coupler:
1084      - check consistency of RunOff map versus Ocean Depth and ATM land/sea mask.
1085      - improve report to log-file of config setting (pass log-file unit to few S/R)
1086    o pkg/compon_communic:
1087      - add coupling send/receive for non-tiled integer vector;
1088      - add S/R to check and stop if any proc has an error (similar to
1089        eesupp/src/stop_if_error.F but single thread and across Comm_World).
1090    o pkg/exch2:
1091      - in exch2*_get_rx[1,2]: use new list "W2_tileIndex" to replace search
1092        through list of all tiles my proc owns.
1093    o model/src:
1094      - AUTODIFF only: in calc_adv_flow.F, recompute rTransKp (instead of copying
1095        from rTrans) to simplify dependencies (no need to store rTrans anymore in
1096        calling S/R); this affects AD results at machine truncation level:
1097        update AD-output (TAF) of experiments: 1D_ocean_ice_column,
1098        bottom_ctrl_5x5 & obcs_ctrl (12 digits for AD grad, same FWD grad).
1099    o tools/build_options:
1100      - simplify Warnings options (-ieee & -devel cases) in linux_amd64_gfortran
1101    o coupling interface pkgs:
1102        [compon_communic, atm_compon_interf & ocn_compon_interf]
1103      - move declaration of local array "ibuf" out of header file "CPLR_SIG.h"
1104        to each S/R that needs it; remove un-used variables.
1105      - change component tile registration (cpl_register.F in both compon_interf
1106        and mitcomponent_tile_register.F) to pass the full list of tiles
1107        information (including bi,bj) in 1 vector (instead of in a bi,bj matrix).
1108      - with pkg/exch2: adopt the same convention used for I/O to define mapping
1109        towards coupler global array (unless W2_useE2ioLayOut=F):
1110         a) can now use different tiling between atm & ocn comp.
1111         b) no needs to modify the run-Off map when changing tiling (was needed
1112            even if using the same tiling between atm & ocn).
1113         c) will allow to run with blank-tiles in 1 component (e.g., for ocean
1114            full land tiles); not yet tested.
1115      - check for valid mapping from comp. tile to coupler global array
1116      - improve report of tile registration results to log file.
1117    o pkg/exch2:
1118      - in eesupp/src/eeboot.F: move call to W2_EEBOOT before Coupler
1119        tile-registration (CPL_REGISTER);
1120      - activate (un-comment) definition and setting of "W2_tileIndex" list to
1121        store the local bi,bj indices of each tile;
1122      - also print bi,bj in local report to log file;
1123      - fix pkg/debug/debug_cs_corner_uv.F for the case nSy > 1 (left from
1124        Jun 2009 modif of pkg/exch2).
1125    o testing on baudelaire:
1126      - run 2 tests at a time: no significant slow down (since enough cpu) and
1127        get the full set of test done earlier
1128      - switch the ifort test to "-devel" ; run the OpenAD test everyday.
1129    o model/src/thermodynamics.F and routines called from it:
1130      - pkg/gmredi: gmredi_residual_flow.F (replacing gmredi_calc_uvflow.F &
1131        gmredi_calc_wflow.F) to update eulerian velocity (input) into residual
1132        velocity (outp) by adding bolus velocity.
1133      - model/src: calc_adv_flow.F (replacing calc_common_factors.F) to compute
1134        mass transport from velocity + lateral grid cell area
1135      - rename calc_gt.F to temp_integrate.F (includes call to TIMESTEP_TRACER)
1136      - rename calc_gs.F to salt_integrate.F (includes call to TIMESTEP_TRACER)
1137     in thermodynamics.F
1138      - remove k from thermodynamics.F and move it to temp_integrate.F
1139        salt_integrate.F and ptracers_integrate.F (now done inside the tracer
1140        loop).
1141      - compute locally (in thermodynamics.F) 3-D velocity field that is used to
1142        advect tracers; pass it as argument to GAD_ADVECTION, GAD_SOM_ADVECT,
1143        PTRACERS_ADVECTION, TEMP_INTEGRATE, SALT_INTEGRATE, PTRACERS_INTEGRATE,
1144        GAD_IMPLICIT_R and PTRACERS_IMPLICIT
1145      - update AD-output (TAF & OAD) of experiments: 1D_ocean_ice_column,
1146        global_ocean.90x40x15, tutorial_global_oce_biogeo and
1147        tutorial_tracer_adjsens (+ TLM output).
1148    o tools/OAD_support and (verification/*/) code_oad:
1149      - OAD_support/cb2mGetModules.csh: add PACKAGES_CONFIG.h in header file to
1150        module conversion ; remove unneeded CPP_EEOPTIONS.h.
1151      - code_oad/CPP_OPTIONS.h: remove PACKAGES_CONFIG.h and use a more standard
1152        version (closer to model/inc/CPP_OPTIONS.h).
1153    o model/src:
1154      - remove parameter "useOldFreezing" from PARAMS.h and push it to the
1155        retired list of parameters (routine FREEZE has been replace by surface
1156        freezing (10.yrs ago) and by pkg/frazil (interior freezing).
1157    o pkg/gmredi:
1158      - add option (GM_CALC_TRANSP_FROM_VEL) to compute transport directly from
1159        velocity (same scheme but affects machine truncation) for GM_AdvForm.
1160      - update output of FWD experiments: front_relax.bvp,
1161        global_ocean.90x40x15.dwnslp, global_ocean.cs32x15 and ideal_2D_oce.
1162    
1163    checkpoint64q (2013/11/17)
1164    o verification:
1165      - generate new output on baudelaire (gfortran, -ieee) for OpenAD experiments
1166        tutorial_global_oce_biogeo and global_ocean.90x40x15.
1167      - generate new output (growth & melt) for seaice_itd experiment after
1168        updating the input pickup_seaice files (previously wrong).
1169    o pkg/cost:
1170      - define a "final cost function" for each tile, and use GLOBAL_SUM_TILE_RL
1171        (instead of _GLOBAL_SUM_RL) to get the final cost from all procs & threads:
1172        o this fixes global-sum value if multi-threads (since GLOBAL_SUM_RL
1173          cannot be applied to var in common block).
1174        o allows to get results independent of tile-per-proc setting (if using
1175          slower GLOBAL_SUM_SEND_RECV option).
1176      - update accordingly: seaice_cost_final.F, shelfice_cost_final.F,
1177        thsice_cost_final.F and ecco_cost_final.F (this one affects lab_sea
1178        forward gradients: update output).
1179      - update */code_oad/externalDummies.F by adding dummy GLOBAL_SUM_TILE_RL
1180        S/R and, for most exp., also comment out GLOBAL_SUM_R8.
1181    o pkg/mom_common:
1182      - move to pkg/mom_common and model/src (previously in tutorial_deep_convection
1183        code) 2nd version of isotropic 3-D Smagorinsky code interface: strain and
1184        viscosity are locally declared in dynmics.F and pass as argument to CALC_GW;
1185        ensure that all field value that are used are set.
1186    o tutorial_deep_convection (smag3d):
1187      - add missing scaling in mom_calc_smag_3d.F;
1188      - set smag3D_coeff in input.smag3d such that results do not change.
1189    o pkg/dic:
1190      - change dic_cost.F to compute cost on each tile first and then apply
1191        GLOBAL_SUM_TILE_RL: this affects forward gradient of AD experiments
1192        tutorial_dic_adjoffline & tutorial_global_oce_biogeo; update output.
1193      - remove kLev argument and use GLOBAL_SUM_TILE_RL in tracer_meanarea.
1194    o eesupp/src & pkg/mdsio:
1195      - remove gather/scatter_vector.F (from eesupp) and mdsio_read/writevector.F
1196        (from pkg/mdsio) since they are no longer used for tape IO.
1197      - move simple C subroutine "setdir.c" from pkg/compon_communic to eesupp/src
1198        (+ keep a copy in pkg/atm_ocn_coupler).
1199    o verification/isomip:
1200      - split domain in 8 squared tiles (instead of just 2) for FWD, AD & OAD tests.
1201    o tools/build_options:
1202      - optfile linux_amd64_ifort11, fast (no ieee) case:
1203        to get a working restart for all experiments, add "-fp-model source"
1204        to FOPTIM (also remove "-opt-streaming-stores auto" <- this is the default).
1205    
1206    checkpoint64p (2013/10/20)
1207    o pkg/autodiff:
1208      - adread_adwrite.F: when type and length do not match ALLOW_AUTODIFF_WHTAPEIO
1209        criteria, return to simple (default) tape IO format.
1210    o pkg/mdsio (+ eesupp/src):
1211      - rewrite/simplify tape-IO S/R (new S/R MDS_READ/WRITE_TAPE replace
1212        previous MDSREAD/WRITEVECTOR) with 2 array argument from each type (R4/R8);
1213      - fix globalFile and singleCpuIO options using simpler global mapping.
1214      - new pairs of scatter/gather vector S/R (one for each type, generated from
1215        template) corresponding to simpler global mapping.
1216      - adread_write.F: switch to new S/R (but leave old calls commented) and write
1217        to globalFile when parameter globalFiles is set to True.
1218      - switch on useSingleCpuIO in AD experiments: global_ocean.90x40x15 & isomip.
1219    o pkg/autodiff:
1220      - adread_adwrite.F: add a hack for RS arrays (when RS=real*4);
1221        with ALLOW_AUTODIFF_WHTAPEIO defined, since corresponding (real*4) is
1222        missing, just add a STOP if array type do not match.
1223    o pkg/exf:
1224      - to allow to use seaice-fraction from pkg/exf in other pkgs than pkg/seaice:
1225         rename CPP option EXF_ALLOW_SEAICE_RELAX to EXF_SEAICE_FRACTION
1226         and rename array obsSIce to exf_iceFraction.
1227    o tutorial_deep_convection:
1228      - add 1rst version of isotropic 3-D Smagorinsky code (from Louis-Philippe),
1229        for now all in this exp. code dir.
1230      - add secondary test using Smag-3D viscosity (keep very low backgroud visc for
1231        testing) and flux-limter advection scheme for Temp. (no explicit diffusion).
1232    o eesupp/src:
1233      - added SINGLE_DISK_IO option because reading of parameter files on
1234        very large number of processors did not work with existing set-up
1235    
1236    checkpoint64o (2013/09/25)
1237    o pkg/atm_phys & atm_compon_interf:
1238      - allows for coupling of gray-atmosphere (atm_phys) with ocean.
1239    o tools/build_options:
1240      - switch from "-fPIC" to "-mcmodel=medium" in optfiles: linux_amd64_gfortran
1241        & linux_amd64_ifort11 and in linux_amd64_g77 & linux_amd64_open64 also
1242        remove CPP setting (was identical to genmake2 default).
1243    o pkg/gmredi & model/src: Some updating and work done on the residual model.
1244      - created new file model/src/calc_eddy_stress.F to calculate the eddy stress.
1245      - fixed up the calculation of the eddy stress and how it is added to the
1246        external forcing via taueddy_external_forcing.F
1247      - at the moment, it is very experimental and only works with the variable eddy
1248        diffusivity calculated in gmredi_k3d.F
1249    o pkg/seaice/seaice_check.F: add a check to catch the case of specifying
1250        lw/swfluxfile instead of lw/swdownfile in data.exf together with pkg/seaice
1251    o testreport (& tools/do_tst_2+2):
1252      - for MPI test, set default COMMAND to 'mpirun -v -np TR_NPROC ./{executable}'
1253    o tools/build_options: linux_amd64_gfortran & linux_amd64_ifort11:
1254      - remove CPP='cpp -traditional -P' (this is genmake2 default)
1255      - add switch (for big setups) to use 'medium' memory-model (but leave it
1256        commented out for now). Note: needed with FC 19 to compile big setups.
1257    o pkg/atm_compon_interf:
1258      - regroup per field origin (model & pkgs) the coupling storage routines
1259         (which accumalate in time each coupling field)
1260      - move bi,bj loops inside atm_store_my_data.F and store also wind-stress;
1261        update accordingly + simplify aim_do_physics.F
1262    
1263    checkpoint64n (2013/08/26)
1264    o pkg/bbl:
1265      - update formulation to reduce dispersion of tracer properties in bbl
1266      - replaced horizontal and vertical transport parameters with velocities
1267      - changes results for verification/global_with_exf.yearly
1268    o verification/halfpipe_streamice:
1269      - change to matrix construction; update both Fwd & AD output.
1270    o verification/tutorial_tracer_adjsens:
1271      - OpenAD test: switch to vector-invariant momentum since fluxform with
1272        rStar causes problems with OpenAD; update output.
1273    o tools:
1274      - genmake2: define a common prefix for all temp-file names ; move them
1275        to local /tmp disk (but would be easy to move them back);
1276      - xmakedepend: apply the same switch for temp-files.
1277    o pkg/offline:
1278      - changes for use with rStar (NLFS): assume that we continue to provide
1279        UVELMASS/hFacW_ini & VVELMASS/hFacS_ini (hFacWi,S_ini as written in grid
1280        output files) and apply r* scaling at each time-step (function of the time
1281        varying Eta field); use normal pickup files (needed for restart with NLFS).
1282    o adjoint with OpenAD:
1283      - move OpenAD-specific files from verification/OpenAD/code_oad_all to a new
1284        package openad.  This package has to be compiled for all runs with OpenAD
1285        instead of specifying code_oad_all as a modification directory.
1286      - link the fortran templates from tools/OAD_support to the build directory
1287        for preprocessing to avoid conflicts between different setups compiled
1288        simultaneously and simplify cleanup.
1289    o pkg/exf:
1290      - in exf_getforcing.F: comment out most of the EXCH calls (fields used by
1291        main model or other pkgs are exchanged in EXF_MAPFIELDS).
1292    o model/src:
1293      - do_stagger_fields_exchanges.F: skip EXCH calls when using pkg/offline
1294        (similar to do_fields_blocking_exchanges.F).
1295    o tools/genmake2:
1296      - remove TAF output src code just before calling staf (when not doing a fresh
1297        built, will stop if things go wrong with staf).
1298      - fix target "adobj" (left from TAF version-2 transition)
1299    o pkg/diagnostics:
1300      - add a parameter to track the status of pkg/diagnostics activation;
1301        this replace/extend the use of logical param "settingDiags" (to check
1302        when adding diag to the list) to also check any DIAGNOSTICS_[]FILL* call.
1303        New S/R to print error message and stop when pkgStatus is not right.
1304      - to try: add a warning when "data.diagnostics" exist but useDiagnostics=F.
1305    
1306    checkpoint64m (2013/08/13)
1307    o model/inc:
1308      - move FCORI_MACROS.h from PARAMS(_MACROS).h to GRID_MACROS.h (left from
1309        8 yrs ago modif when Coriolis arrays were moved from PARAMS.h to GRID.h)
1310    o pkg/kpp & aim_v23:
1311      - only call DIAGNOSTICS_FILL when useDiagnostics=TRUE.
1312    o pkg/seaice:
1313      - restore (last time on 2011/12/24) ability to compile pkg/seaice with
1314        undefined pkg/exf ALLOW_ATM_TEMP or ALLOW_RUNOFF CPP-options.
1315      - only call DIAGNOSTICS_FILL when useDiagnostics=TRUE.
1316    o eesupp/src:
1317      - fix check for overlap-size argument (myOLn.GT.MAX_OLY_EXCH)
1318        in exch1_rx[_ad].template (thanks to Francois Lefeuvre report).
1319    o switch to TAF version-2:
1320      - add flow directives to "freeze" naming convention for ad-routines that
1321        are used in I/O routines of adjoint state and associated common blocks
1322        that are used in adcommon.h (backward compatible with version-1)
1323      - update all ad-optfiles (in tools/adjoint_options + few local to some
1324        verification exp) to switch to latest TAF version (currently 2.5.5);
1325        merge "*_mpi" adoptfiles into the corresponding non-mpi (but commented
1326        out except for diva).
1327      - the major change with TAF version-2 is that both the differentiated
1328        routines and the forward routines (new) are returned as part of the TAF
1329        output source code. Update genmake2 accordingly.
1330      - new output for AD experiment tutorial_global_oce_biogeo (better AD gradient
1331        with version-2 when compared to TLM or FWD gradient); other experiments
1332        output show minor changes (machine truncation level); update the few AD &
1333        TLM output with 12 matching digits only (some prior to version-2 switch).
1334    
1335    checkpoint64l (2013/08/05)
1336    o model/src:
1337      - in dynamics.F, skip the call to CALC_VISCOSITY if momViscosity=F
1338      - main_do_loop.F: no longer includes additional (AUTODIFF) header files
1339        when using TAF but only if using OpenAD.
1340    o pkg/mom_common+fluxform+vecinv:
1341      - always set horiz. viscosity arrays to background value before calling
1342        MOM_CALC_VISC (in MOM_FLUXFORM & MOM_VECINV) and call S/R MOM_CALC_VISC
1343        only when using variable horiz. viscosity (useVariableVisc=T);
1344      - simplify mom_vecinv.F (only 1 block for momViscosity).
1345    o pkg/mom_common: variable horiz. viscosity in NH code
1346      - move horiz-viscosity 3-D arrays viscAh_W & viscA4_W (used in calc_gw.F)
1347        from model/inc/NH_VARS.h to pkg/mom_common/MOM_VISC.h
1348      - store in common block (in MOM_VISC.h) logical parameters: useHarmonicVisc,
1349        useBiharmonicVisc & useVariableVisc.
1350      - fix old bug (already in 1rst implementation of variable horizontal viscosity
1351        in calc_gw.F, version 1.27, 2006/06/20):
1352        horizontal bi-harmonic viscosity in gW was missing when wiscA4W=0
1353        even if variable bi-harmonic viscosity (e.g., viscA4Grid) was non-zero.
1354      - change background horiz viscosity in vertical momentum (gW) to always be
1355        viscAhW,viscA4W (instead of switching to viscAhD, viscA4D when using
1356        any type of variable viscosity, e.g., viscAh/4Grid)
1357      - change default value of viscAhW,viscA4W to viscAhD,viscA4D (instead of
1358        viscAh,viscA4) which default to viscAh,viscA4 :  this avoid missing
1359        horiz. viscosity in W eq when just setting viscAhD/Z,viscA4D/Z (since
1360        default viscAh,viscA4 is zero).
1361    o model/src:
1362      - extend length of drC & recip_drC from Nr to Nr+1.
1363    o Divided Adjoint (DIVA) with MPI:
1364      - genmake2: do not create local ./mpi_headers dir when no file to copy into.
1365      - remove option ALLOW_DIVIDED_ADJOINT_MPI (replaced by ALLOW_DIVIDED_ADJOINT
1366        and ALLOW_USE_MPI) from model/src code and from ECCO_CPPOPTIONS.h.
1367    
1368    checkpoint64k (2013/07/23)
1369    o tools/OAD_support:
1370      - avoid the need for file "oadtempflile" in insertTemplateDir.bash
1371        and remove it from genmake2.
1372    o tools/build_options:
1373      - remove MPI_HEADER_FILES_INC setting (no longer used) and comment out
1374        MPI_HEADER_FILES list (let genmake2 find the missing headers)
1375    o verification/halfpipe_streamice:
1376      - change to driving stress formulation; update both Fwd & AD output.
1377    o tools/genmake2 and Divided Adjoint with MPI:
1378      - remove default setting of MPIINCLUDEDIR from $MPIHOME (always been broken);
1379      - only create local ./mpi_headers dir if using MPI and MPIINCLUDEDIR is set;
1380      - add new variable (LOCAL_MPI_HEADERS, replace MPI_HEADER_FILES_INC) in
1381        Makefile, which is set by genmake2, and check which mpi-headers are needed.
1382        Note: need to update adjoint_options/adjoint_diva_mpi accordingly.
1383      - update target "CLEAN" (to also remove ./mpi_headers/ dir).
1384    o testreport:
1385      - changes for Divided Adjoint Run: when file "run_ADM_DIVA" is present,
1386        perform additional runs (number of additional runs is "add_DIVA_runs" taken
1387        from file run_ADM_DIVA ; should match "nchklev_3" in file "code_ad/tamc.h").
1388    o verification/lab_sea (AD test):
1389      - change to test Divided Adjoint Run in this set-up (both standard AD test
1390        and 2 secondary AD test: noseaice + noseaicedyn); drop the evp AD test.
1391    o pkg atm_ & ocn_compon_interf:
1392      - remove cpl_earlyExpImpCall=F option (was mainly a hack added for the old
1393        staggerTimeStep implementation) and disable (retired) corresponding
1394        parameter.
1395    o pkg/offline:
1396      - comment out unused field-array: ICEM, ConvectCount, hflx[01], icem[01];
1397      - add S/R OFFLINE_CHECK to print offline parameter summary
1398        and stop if loading a file that is not used;
1399      - enable to calculate GMRedi tensor, KPP mixing and convective index
1400        when the corresponding file(s) is/are not specified (but pkg is used).
1401      - comment out resetting of monitorFreq (to endTime) since it still useful
1402        for monitoring CFL numbers and checking offline fields.
1403    o OpenAD:
1404      - do not define OAD_DEBUG (in tools/adjoint_options/adjoint_oad) to get
1405        smaller standard output) and generate new (smaller) output (on baudelaire
1406        using gfortran with -ieee) for exp. tutorial_tracer_adjsens
1407    o model/src:
1408      - call EXTERNAL_FORCING_SURF outside bi,bj loops (in do_oceanic_phys.F),
1409        (where external_forcing_adjust was called) and change list of arguments;
1410      - merge external_forcing_adjust.F into external_forcing_surf.F
1411      - put surface relaxation of SST & SSS in new S/R (forcing_surf_relax.F)
1412        which also contains balancing surface relaxation (ALLOW_BALANCE_RELAX,
1413        previously in file "balance_relax.F", now removed); remove corresponding
1414        arrays in FFIELDS.h.
1415      - EXTERNAL_FORCING_SURF is now called when using pkg/offline; implement
1416        a hack for getting back surfaceForcingS (loaded from file) when using
1417        ALLOW_OLD_VIRTUALFLUX (pkg/dic, in DIC_OPTIONS.h) in offline set-up.
1418      - update output of AD test experiment global_ocean.cs32x15.seaice_dynmix
1419        (was getting only 11 digits for AD-grad, due to different truncation
1420         error in AD code).
1421    
1422    checkpoint64j (2013/07/04)
1423    o pkg/offline:
1424      - to enable the use of other features with pkg offline (e.g., obcs),
1425        also call S/R DO_OCEANIC_PHYS in offline run - more modifs to come.
1426      - comment out "allowFreezing" (now active) in 2 offline testing exp.
1427    o pkg/exf ALLOW_RUNOFTEMP
1428      - fix sign and make compatible with temp_EvPrRn .NE. UNSET_RL
1429      - ahdded RUNOFTEMP test to verification/global_ocean.cs32x15/input.seaice
1430      - changes verification/global_ocean.cs32x15/results/output.seaice.txt
1431    o pkg/atm_phys:
1432      - allows to add some damping on uVel,vVel (strength only function of k).
1433    o verification, ad-tests:
1434      - reduce length of the simulation for AD test: global_ocean.cs32x15.seaice,
1435        global_ocean_ebm and offline_exf_seaice.thsice.
1436    o verification/halfpipe_streamice:
1437      - found a bug in s/r pkg/streamice/streamice_advect_thickness which caused
1438        flux input boundary conditions to be ignored; a fix for this bug changed
1439        verification results for forward test.
1440      - add adjoint test.
1441    o pkg/ptracers:
1442      - allow to restart without SOM pickup (resetting SOM to zero).
1443    o pkg/gmredi:
1444      - New parameterisation for the calculation of K and (GM_PsiX,GM_PsiY) added.
1445      - It uses mixing length theory and suppression by steering level effects to
1446        calculate a diffusivity used in the Redi tensor (see Bates et al., submitted
1447        to JPO, for more details).
1448      - It also uses the diffusivity to calculate an eddy induced streamfunction
1449        based on a PV closure (rather than a buoyancy closure as in GM).
1450      - New files added to pkg/gmredi:
1451        gmredi_k3d.F calculates the diffusivity for the Redi tensor and the eddy
1452          induced overturning streamfunction (called from gmredi_calc_tensor)
1453        gmredi_calc_eigs.F calculates the eigenvalues and eigenvectors required
1454          for use in gmredi_k3d
1455        gmredi_calc_urms.F calculates the the rms eddy velocity used to calculate
1456          the eddy diffusivity
1457    
1458    checkpoint64i (2013/06/18)
1459    o pkg/cheapaml:
1460      - take src files from MITgcm_contrib/verification_other/offline_cheapaml/code
1461        that enable the use of seaice (pkg/thsice thermo & pkg/seaice dynamics)
1462        with pkg/cheapaml.
1463    o utils/python: add subpackage for cubed sphere function, first example is
1464        simple cs.pcol to plot 2D fields on a map
1465    o pkg/streamice:
1466      - This is a new package in MITgcm, which solves dynamic equations for ice
1467         sheets and ice streams
1468      - At the moment it is independent of atmosphere/ocean dynamics, or any
1469        other physical packages in MITgcm, even ShelfIce (although it is anticipat-
1470        ed that this will change)
1471      - There is a new verification exercise that tests it, halfpipe_streamice,
1472        evolves a 40x80 km ice stream/ice shelf (at coarse resolution) in a
1473        rectangular embayment
1474      - halfpipe_streamice is forward-only for now, will have TAF test soon
1475      - for questions, email dgoldber@mit.edu
1476    o pkg/thsice:
1477      - fix filling of snow-precip diagnostic (SIsnwPrc) (left from the removing
1478        of snowPrc from common bloc, on May 2nd, thsice_step_fwd.F revision 1.40);
1479      - remove diagnostics 'SI_FrcFx' ( now identical to 'SI_Fract' with new
1480         call sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect );
1481      - allow precip from pkg/cheapaml to make snow over seaice.
1482    o pkg/cfc:
1483      - move in separated header file (CFC_ATMOS.h) time-serie arrays of Atmos CFC
1484      - remove atmos CFC 2-D arrays from common bloc (now local variables)
1485      - change some hard-coded constant to run time parameter for reading and
1486        and interpolating atmospheric CFC ; keep same default as previously.
1487      - more flexible reading of Atmos CFC (number of records no longer hard-coded)
1488      - put arguments in standard order: myTime, myIter, myThid
1489      - use standard S/R GET_PERIODIC_INTERVAL for time interpolation of
1490        atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.
1491      - fix calculation of surf tendencys for partial-cell and/or Non-Lin Free-Surf
1492      - new routine to print summary of CFC params and check for consistency.
1493    o pkg/seaice: add uice/vice to the parameter list of s/r seaice_advdiff,
1494      similar to thsice_advdiff.
1495      Note that for the B-grid case the routine parameters uc/vc are overwritten.
1496    o pkg/cfc:
1497      - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);
1498        update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.
1499      - fix interpolation of atmphspheric CFC between Sorthern and Northern
1500        hemisphere value.
1501    o pkg/seaice:
1502      - allow to use seaice dynamics without pkg/exf (e.g., using pkg/cheapaml)
1503    o pkg/seaice: add Adams-Bashforth2 time discretization for ice dynamics;
1504                  so far only for JFNK-solver, turn on with SEAICEuseAB2 = .TRUE.
1505      - requires an additional time level that is stored in the pickup
1506      - you can start with AB2 from a pickup without this time level with
1507        pickupStrictlyMatch = .false.
1508    
1509    checkpoint64h (2013/05/26)
1510    o pkg/cheapaml:
1511      - replace one ()**.5 with SQRT + use temp var "cdu = tau/Du" (coare3_flux);
1512        affect machine truncation (but exp cheapAML_box still pass with 13 digits).
1513      - consistent treatment of uWind,vWind location: assume everywhere in
1514        pkg/cheapaml that they are on C-grid (@ uVel,vVel location)
1515        (Note: was already the case for Tair,Qair advection);
1516        add option (INCONSISTENT_WIND_LOCATION) to recover old results.
1517      - compute diabatic forcing only in the interior (excluding overlap regions)
1518      - fill in array "Qsw" (for short-wave heating);
1519      - add diagnostic for precip ; fill-in diagnostics for cheapAML state vars
1520        before any update (consistent with MITgcm state var diagnostics);
1521      - cheapaml_fields_load.F & cheapaml_init_varia.F : only fill outer edges if
1522        non periodic ; + adjusted for uWind,vWind (C-grid).
1523    o pkg/seaice:
1524      - remove dependence of pkg/seaice versus pkg/exf (file: pkg/pkg_depend) and
1525        add explicitly pkg/exf in experiments that currently use pkg/seaice.
1526      - allows to compile pkg/seaice without pkg/exf.
1527    o tools/OAD_support:
1528      - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
1529        of array "ourStepOf" in function rvNextAction (revolve.F90).
1530    o pkg/aim_compon_interf renamed to pkg/atm_compon_interf
1531      - change pkg name (to be used with other atmospheric physics pkg)
1532        but by-pass CVS when making the new pkg so that we keep the CVS history.
1533    o pkg/offline:
1534      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
1535        (previously called from pkg/dic_surfforcing_init.F)
1536    o model/src:
1537      - re-order sequence of calls within packages_init_variables.F, using
1538        standard order, except for:
1539         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
1540         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
1541    o new pkg: atm_phys
1542      - add entry point and source code (previously in contrib
1543          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
1544        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
1545      - re-order sequence of calls within packages_readparms.F,
1546         packages_init_fixed.F and packages_write_pickup.F
1547        (but skip packages_init_variables.F because of TAF issues).
1548      - update contrib/*/atm_gray/ experiment.
1549    o pkg/seaice (ITD code):
1550      - simplify and fix the writing of pickup-files for ITD case
1551    o pkg/seaice (ITD code):
1552      - introduce floe size dependent lateral melt for ITD case;
1553      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
1554      - update seaice_itd experiment main output.
1555    o pkg/thsice:
1556      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
1557        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
1558        changed accordingly pkg/atm2d.
1559    
1560    checkpoint64g (2013/05/01)
1561    o pkg/exf ALLOW_RUNOFTEMP
1562      - if defined,  river and glacier runoff temperature can be read-in from
1563        runoftempfile; runoftempfile needs to have same format as runofffile
1564    o pkg/thsice (& pkg/bulk_force):
1565      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
1566        for energy content of Precip + RunOff & Evap (like with pkg/exf).
1567      - change computation domain to always be the interior (without overlap).
1568      - fix bug (wrong overlap) when using EXF and stressReduction > 0.
1569    o verification/tutorial_global_oce_biogeo:
1570      - add preliminary OpenAD setup (still has problems)
1571    o pkg/seaice:
1572      - turn some parameters for choosing the convergence criterion of
1573        the inexact Newton method (JFNK) into runtime parameters for convenience
1574      - clean up seaice_calc_viscosities.F: remove/retire two options for
1575        SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
1576        the results of lab_sea/input because a division has been replaced by
1577        a multiplication with the reciprocal (sumNorm)
1578      - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
1579        convergence of solver (changes results, of course), and to test some
1580        new features
1581    o model/src:
1582      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
1583      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
1584      - move forcing adjustment (balancing surface forcing) in specific S/R
1585        where might also be applied exchanges (if needed) to forcing arrays.
1586    o pkg/shelfice:
1587      - allow to specify the Ice-Shelf mass per unit area (instead of
1588        shelficeLoadAnomaly) and do the conversion from one to the other
1589      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
1590        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
1591        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
1592        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
1593      - update isomip experiment forward output (get machine truncation error
1594        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
1595    o verification/offline_exf_seaice:
1596      revise data.seaice in input.thermo and input_ad and update results accordingly
1597        HO = 0.2, SEAICE_areaLossFormula = 2,
1598        SEAICE_growMeltByConv = .TRUE.,
1599        SEAICE_doOpenWaterMelt = .TRUE.,
1600      Improve consistency with input.thsice and fix the spurious 500m ice corners
1601    o verification/global_ocean.cs32x15:
1602      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
1603        in icedyn (thsice+seaice-dyn) test and update output.
1604    o verification/offline_exf_seaice:
1605      - adjust list of tested variables (with testreport) and update
1606        standard test output with better slection of monitored fields.
1607    o pkg/cd_code:
1608      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
1609        experiment lab_sea.hb87
1610  o tools/genmake2:  o tools/genmake2:
1611    - change default makedepend from the system default to tools/xmakedepend:    - change default makedepend from the system default to tools/xmakedepend:
1612      When no makedepend is specified, select tools/xmakedepend it the test pass,      When no makedepend is specified, select tools/xmakedepend it the test pass,

Legend:
Removed from v.1.1851  
changed lines
  Added in v.1.2135

  ViewVC Help
Powered by ViewVC 1.1.22