/[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.1980 by mlosch, Wed Apr 23 12:42:19 2014 UTC revision 1.2127 by mlosch, Thu Feb 19 16:37:58 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/ggl90: add IDEMIX (Olbers and Eden, 2013, Eden and Olbers, 2014)
8      - code provided by Carsten Eden as an extension of ggl90
9      - so far the code is turned on within ggl90 by setting a CPP-flag at
10        compile time; a runtime flag implementation is not yet complete
11      - tested in new verification experiment global_ocean.90x40x15.idemix
12    o verification:
13      - reduce length of the AD test run by half for experiments
14        global_ocean.cs32x15 (std + thsice) and isomip
15    o verification/testreport:
16      - fix two non-POSIX sed statements so that there are no error messages
17        on Mac OS X
18      - replace hostname -s with hostname | sed 's/\..*$//'
19    o model/src/seawater.F:
20      - simplify SW_TEMP to just calling SW_PTMP with P and PR exchanged
21        (following the matlab code), which would have avoided the bug caught
22        by Matt (see below) in the first place
23    o pkg/shelfice:
24      - implement alternative discretisation of quadratic drag (selectBotDragQuadr)
25        and true distance in no-slip BC (bottomVisc_pCell) similar to bottom-drag.
26      - fix sign of friction tendency (no-slip BC) and fix u,v drag for thin
27        ice-shelf case (i.e., within surface level).
28      - add config summary in shelfice_check.F
29      - remove global variable recip_SHELFICElatentHeat and replace by a local
30        variable recip_latentHeat
31      - introduce diagnostics for friction velocity uStar (in case of
32        SHELFICEuseGammaFrict)
33      - change verification experiment isomip.htd:
34        + start from pickup (as input_ad at nIter0=8640)
35        + start from SHELFICEmassFile instead of SHELFICEloadAnomaly file
36        + test SHELFICEuseGammaFrict = .TRUE.
37        + test SHELFICEadvDiffHeatFlux = .TRUE.
38    o model/src:
39      - fix bug (Thanks to Matt) in function SW_TEMP (to convert Pot.Temp to
40        in-situ Temp) and in routine SW_TEMP (in pkg/openad);
41        update output of experiments global_with_exf.yearly and isomip (all 6).
42    o pkg/shelfice:
43      - change setting of kTopC to also be zero where there is no ice-shelf.
44      - zero out surface forcing arrays (for now, for T & S + EmPmR) where
45        ice-shelf is.
46      - first attempt to get RealFreshWaterFlux effects: for now, only without
47        SHELFICEboundaryLayer ; not consistent if using synchronous time-stepping.
48    o pkg/seaice: add the option to prescribe a fixed thickness PDF
49      for thermodynamic calculations
50      - because of divisions of the type 7/7 not exactly equal to 1, this change
51        affects results of some verification experiments by up to 4 digits:
52        global_ocean.cs32x15.seaice, lab_sea, lab_sea.fd, lab_sea.salt_plume,
53        seaice_obcs, seaice_obcs.seaiceSponge, seaice_obcs.tides
54        adjoint: lab_sea, lab_sea.noseaicedyn
55        -> updated
56    
57    checkpoint65i (2015/01/23)
58    o model/src:
59      - change units of frictionHeating field from W to W/m^2
60      - fix bug in frictional heating from stratospheric drag in
61        S/R ATM_PHYS_TENDENCY_APPLY_V
62      - with synchronous time-stepping: move resetting to zero of frictionHeating
63        field from load_fields_driver.F to thermodynamics.F ;
64      - add diagnostics for frictional heating.
65    o model/src & gmredi K3D:
66      - add frictionHeating field to pickup-files (for synchronous time-stepping)
67      - move ALLOW_EDDYPSI block out of DYNVARS.h and merge it into FFIELDS.h
68      - rename uMean,vMean --> uEulerMean,vEulerMean (+ change diagnostics name
69        and name in pickup file).
70      - fix arguments of few DIAGNOSTICS_FILL calls in gmredi_k3d.F
71    o model/src:
72      - move (from ini_forcing.F) initialisation of all arrays in header file
73        FFIELDS.h into new S/R ini_ffields.F ; this fix broken restart
74        (since Nov 2012) with option selectAddFluid=1.
75    o pkg/shelfice:
76      - change units (+ document) of newly added field "shelfIceMassDynTendency"
77      - upgrade from _RS to _RL shelficeMass & shelficeLoadAnomaly arrays.
78    o pkg/obcs: re-organize obcs_calc_stevens.F to prepare for passive tracers
79    o pkg/seaice: two new runtime parameters:
80      - SEAICE_cStar replaces the hard wired "20" in the strength formulation,
81        long overdue
82      - SEAICE_tensilFac: preparation for Koenig-Beatty+Holland (2012)
83        parameterization of tensil stress for fast ice (does not do anything yet)
84    o pkg/seaice/seaice_check.F: left over from restricted addtive Schwarz method
85        for LSR: move checking overlaps out of JFNK-if-block
86    o pkg/atm_phys:
87      - move copy of grid and dynamical fields out of atm_phys_driver.F into
88        new S/R ATM_PHYS_DYN2PHYS.
89      - fix level height for Linear Free-Surf case (to be consistent with
90        fixed-in-time pressure levels).
91    o pkg/mom_common (bottomdrag):
92      - average bottomDragFld (ALLOW_BOTTOMDRAG_CONTROL) from grid-cell center
93        to correct location (U & V point) in S/R MOM_U/V_BOTTOMDRAG;
94        update output (adm & tlm) of experiment global_ocean.90x40x15.bottomdrag.
95    o pkg/shelfice (u/v_drag):
96      - add one argument (the other velocity component) to S/R SHELFICE_U/V_DRAG;
97      - use SHELFICEDragLinear & SHELFICEDragQuadratic in shelfice_v_drag.F
98        (now similar to shelfice_u_drag.F)
99      - remove condition on bottomDragTerms when calling SHELFICE_U/V_DRAG
100        from mom_vecinv.F (similar to mom_fluxform calls).
101    o pkg/mom_common (bottomdrag):
102      - add one argument (the other velocity component) to S/R MOM_U/V_BOTTOMDRAG;
103      - add options for alternative discretisation of velocity norm in quadratic
104        bottom drag: averaging of grid-cell-center KE to U.point and V.point
105        (selectBotDragQuadr=0, original code) can produce noisy patterns; this
106        improves when averaging only the other component (e.g. vVel for U bottom
107        drag) using wet-point method (selectBotDragQuadr=2) or not (=1).
108      - add options (bottomVisc_pCell) to account for partial-cell in bottom
109        friction (no-slip BC) thus getting the true distance from the bottom;
110        off by default since this also reduces model stability (explicit bottom
111        friction). Changes produce different machine truncation with linear-drag
112        + no-slip BC: update output of experiments exp4.stevens (10 digits) and
113        front_relax (bvp & mxl, 10 & 11 digits).
114    o model/src & mom pkgs:
115      - add one more level to vertical viscosity local arrays (Nr+1, previously Nr)
116        since no-slip bottom BC uses viscosity @ k+1 to update velocity @ level k
117      - for now and until vertical mixing scheme are updated to fill up level Nr+1,
118        just copy level Nr value to level Nr+1.
119    o doc:
120      - add notes form Abhisek Chakraborty on how to close Heat & Salt budgets.
121    o pkg/streamice:
122      - shelfice_init_varia.F, shelfice_init_fixed.F, shelfice_readparms.F,
123        SHELFICE.h: move array shelficemass to init_varia, initialise
124        from array shelficemassinit, which is set in init_fixed and
125        has option to be set from file; introduce array
126        shelficeMassDynTend array, set thru file in init_fixed
127      - NEW FILE: shelfice_step_icemass.F: update shelficemass from either
128        shelfIceFreshWaterFlux and shelficeMassDynTend or H_streamice in
129        pkg/streamice
130      - shelfice_thermodynamics.F: call shelfice_step_icemass if
131        SHELFICEMassStepping = .true.
132      - shelfice_ad_diff.list: add new subroutine shelfice_step_icemass.f
133    
134    checkpoint65h (2014/12/17)
135    o verification/global_ocean.90x40x15, global_ocean_ebm:
136      - update to generic controls.
137    o pkg/ctrl:
138      - ctrl_map_ini_genarr.F: test for igen>0
139      - ctrl_init_variables.F: add call to CTRL_MAP_INI_GENTIM2D.
140      - move gentim2d part of ctrl_map_ini_genarr.F to
141        new separate routine : ctrl_map_ini_gentim2d.F
142      - ctrl_cost_driver.F,ctrl_init.F ctrl_map_ini_genarr.F:
143        add time variable weights and cyclic controls (time mean,
144        seasonal cycle, etc) capabilities to gentim2d
145    o pkg/ecco:
146      - move reading of error, conversion to weights from
147        ecco_cost_init_fixed.F to ecco_toolbox.F (ecco_readwei)
148    o global_oce_llc90, cs32:
149      - activte sbo.
150      - CTRL_SIZE.h : add maxCtrlProc.
151      - activate the new genctrl capabilities.
152      - update following reorganization of global_oce_input_fields.tar.gz  
153    o pkg/ctrl/ctrl_ad_diff.list:
154      - add missing ctrl_init_rec.f
155    o tools/OAD_support/keepOriginal:
156      - add ctrl_init_rec.F
157    o model/src/the_main_loop.F, pkg/ctrl/ctrl_map_ini_genarr.F:
158      - avoid recomputations of xx_gentim2d_dummy.
159    o momentum diagnostics:
160      - move filling of diagnostics Um_Diss & Vm_Diss from mom_fluxform.F and
161        mom_vecinv.F to timestep.F (to include Smag-3D contribution).
162    o pkg/seaice/seaice_lsr.F:
163      - fix computation of BU/BV, make sure they are non-zero, only necessary
164        for cubed sphere exchanges and SEAICE_OLx/y>0.
165        This makes calling s/r fill_cs_corner_rl obsolete (removed).
166    o verification/global_ocean.cs32x15/input.seaice
167      - add test for strong implicit coupling and restricted addtive Schwarz
168        methods for LSR
169      - update results/output.seaice.txt
170    o verification/tutorial_global_oce_biogeo:
171      - AD & OAD set-up: switch off ALLOW_OLD_VIRTUALFLUX (like in fwd set-up)
172        and set PTRACERS_EvPrRn(1,2) to zero (for DIC & ALK);
173        update output_adm,_oadm,_tlm.txt
174    o pkg/dic:
175      - change default to "#undef ALLOW_OLD_VIRTUALFLUX" in DIC_OPTIONS.h
176      - add a stop when ALLOW_OLD_VIRTUALFLUX is defined and PTRACERS_EvPrRn
177        for tracer 1 & 2 is set (to avoid double counting of dilution effect).
178    o verification/tutorial_global_oce_biogeo:
179      - AD & OAD set-up: do not set PTRACERS_EvPrRn for tracer 1 & 2 since
180        dilution is already added by pkg/dic ALLOW_OLD_VIRTUALFLUX ;
181        update output_adm,_oadm,_tlm.txt
182    o eesupp/src:
183      - add fill_cs_corner_rl.F (_RL-copy of fill_cs_corner_rs.F)
184        and call it in seaice_lsr when using nonzero SEAICE_OLx/y
185    o pkg/seaice: introduce strongly implicit coupling, intended for stabilizing
186      LSR (following Hutchings et al. 2004)
187      - introduce zetaZ as a global variable (requires adjustments in
188        seaice_evp.F and seaice_jfnk.F) and compute analoguously to etaZ
189        in seaice_calc_viscosities.F
190      - new flag SEAICEuseStrImpCpl (default off)
191      - add new terms zetaZ*du/dy and zetaZ*dv/dx on both sides of the
192        momentum equations
193      - JFNK-solver (preconditioner) adjusted to allow using this method
194        (where it does not have any positive effect)
195    o pkg/seaice
196      - add overlap for restrictive additive Schwartz method also to LSR, but
197        turn it off by default (because it only seems to work for non-cubed
198        sphere/llc topologies)
199    o pkg/autodiff
200      - add extra exchanges in addummy_in_steppging also for mnc output
201    o pkg/seaice:
202      - add extra exchanges before dumping adjoint fields in seaice_ad_dump.F
203        to avoid stripes in the adjoint output (similar to addummy_in_stepping.F)
204    o pkg/obcs:
205      - add option to specify domain-connected piece Id along OB though files
206        (for now, only used to diagnose PhiVel; default =1 -> global correction)
207      - modify obcs_diag_balance.F to process each connected-part separately;
208        exclude OB where Id = 0 but keep the full divergence there (-> constant
209        Psi along this portion of OB and all inflow derived from grad(Phi))
210      - add example of OB-conect files in verification/so_box_biogeo/input.
211    o pkg/diagnostics:
212      - improve treatment of Open-Boundaries in Velocity-Potential calculation:
213      a) use non zero matrix element across OB and solve for Phi 1 grid point
214         outside OB (i.e, where tracer OBCS are applied).
215      b) global imbalance of inFlow/outFlow across OB: instead of modifying
216         velocity across OB, spread it uniformly along the OB in the RHS.
217    
218    checkpoint65g (2014/11/19)
219    o pkg/diagnostcis:
220      - add preconditioner off-diagonal factor (diagCG_pcOffDFac) as run-time param
221    o pkg/my82,pp81,kl10:
222      - fix ALLOW_3D_DIFFKR implementation (previously had no effect): use 3-D
223        field diffKr as background diffusivity to set minimum diffusivity value.
224    o pkg/seaice:
225      - add new parameter SEAICEuseEVPrev (for revisited EVP by
226        Bouillon et al 2013)
227      - add SEAICE_evpAlpha/Beta to namelist
228      - modify seaice_evp code to able to use SEAICEuseEVPrev. These changes
229        involve trivial re-ordering of divisions/multiplications that should not
230        have any effects, but ... they do change the results of lab_sea.hb87 so
231        that only 2 digits of agreement remain, in line with the general
232        instability/fragility of the evp-code. For now, I do not care and just
233        update the verification experiment
234    o pkg/ctrl : add generic pre-processing (xx_genarr2d_preproc etc)
235      - remove xx_genarr2d_numsmooth etc
236      - use xx_genarr2d_preproc etc instead
237      - carry out smooth_correl2D at initialization stage rather than during
238        time stepping.
239      - get smoothOpNb from xx_gentim2d_preproc
240    o global_oce_cs32 :
241      - add test of generic ecco capabilities.
242    o pkg/exf/exf_getsurfacefluxes.F :
243      - add to tmpUE/tmpVN rather than re-initializing them (conventional behavior).
244    o pkg/ctrl,ecco :
245      - omit un-necessary arguments to ctrl_cost_gen.F unless ECCO_CTRL_DEPRECATED
246        is defined.
247    o pkg/seaice: add diagnostics for Delta (deformation parameter)
248    o model/src:
249      - when ALLOW_3D_DIFFKR is defined, add a Warning if any of the vertical
250        diffusivity (background) is specified but ignored.
251    o verification:
252      - in testreport, convert hostname to lower case for default output dir name
253    o model, pkg : add useCTRL, useECCO parameters (on/off run time switch).
254    o pkg/dic: add modifications from Hajoon:
255      - add iron sedimentation flux function of the flux of PO4 out of bottom layer
256      - light attenuation: add self-shading effect by climatological Chlorophyll
257        (read from file).
258    o pkg/seaice/seaice_preconditioner.F : fix cpp flags, so that code also
259        compiles when SEAICE_ALLOW_DYNAMICS is undefined
260    o global_oce_llc90,cs32 : ecco_v4 verification exps now use separate
261        AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h, ECCO_OPTIONS.h rather than
262        ECCO_CPPOPTIONS.h (i.e. replacing the deprecated, circumvoluted,
263        approach where CPP_OPTIONS.h includes an omnipotent
264        ECCO_CPPOPTIONS.h that superseeds pkgs '_OPTIONS.h').
265    o pkg/ctrl/ctrl_map_ini_genarr.F : include GMREDI_OPTIONS.h where
266        ALLOW_3D_KAPGM, ALLOW_3D_KAPREDI (to be added later) belong.
267    o pkg/seaice/SEAICE_SIZE.h : replace ALLOW_AUTODIFF_TAMC with ALLOW_AUTODIFF
268        to avoid needing AUTODIFF_OPTIONS.h anytime SEAICE_SIZE.h is included
269        (it seems that THSICE_SIZE.h, PTRACERS_SIZE.h have the same issue...)
270    o model/src, pkg/smooth, profiles, salt_plume, seaice, exf, ecco, ctrl :
271      add ECCO_OPTIONS.h, AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h when needed
272      - ECCO_OPTIONS.h is needed when including ecco_cost.h, ecco.h
273      - AUTODIFF_OPTIONS.h is needed when including tamc.h, tamc_keys.h
274      - CTRL_OPTIONS.h is needed when including ctrl.h, optim.h, etc
275    o pkg/ctrl,ecco,exf :
276      - remove variables associated with NON-generic costs,
277        unless ECCO_CTRL_DEPRECATED is defined.
278      - remove NON-generic NON-obcs controls,
279        unless ECCO_CTRL_DEPRECATED is defined.
280    o pkg/ctrl : added ctrl_local_params.h
281    o pkg/ecco : added ecco_local_params.h
282    o verification : added ECCO_CTRL_DEPRECATED to most as and oad
283        experiments, which will progressively be removed once the
284        experiments are revised to use only generic controls/costs.
285    
286    checkpoint65f (2014/10/13)
287    o pkg/ctrl, ecco, seaice : minor changes in headers
288    o global_oce_llc90,cs32 : ecco_v4 verification exps now test generic
289        cost function and control capabilities added since checkpoint65c.
290    o pkg/ctrl: regroup all obcs ctrl variables in CTRL_OBCS.h.
291    o pkg/ecco: increase modularity and improve logic
292      - ecco_toolbox.F (new) : basic operations that are often used,
293        including ecco_zero, ecco_cp, ecco_cprsrl, ecco_diffmsk,
294        ecco_addcost, ecco_add, ecco_div, ecco_readbar.
295      - cost_gencal.F (new) : determine filnames and records.
296      - cost_genread.F, cost_generic.F : condense code using ecco_toolbox.
297      - cost_generic.F : use spzeroloc rather than hard-coded -9999,
298        and exploit the above functions leading to more compact code.
299      - cost_genread.F : rm un-necessary arguments, re-arrange args order.
300      - ecco_check.F, ecco_readparms.F : bring logic up to date (using_tpj,
301        using_ers, using_gfo, using_mdt is now only defined within gencost)
302    o pkg/ecco: extend generic cost capabilities
303      - pkg/ecco : added 3D gencost (ALLOW_GENCOST3D), added gencost
304        capabilities via gencost_preproc (+ _c,_i,_r related params),
305        gencost_posproc (+ _c,_i,_r related params), gencost_nrecperiod,
306        gencost_outputlevel arguments to cost_generic
307      - pkg/ecco/cost_genread.F (new) : interface between cost_generic
308        and active_read, making room for gencost_preproc to take effect.
309        Added preproc code ('climmon') to replace GENERIC_BAR_MONTH.
310      - pkg/ecco/cost_generic.F :
311        compute and store misfit maks*(model-data) in localdif that is
312        then used in cost and for output, output misfit if outlev.GT.0
313      - pkg/ecco/cost_averagesfields.F : depend on gencost_barskip
314        rather gencost_barfile for deciding whether to write barfile
315      - pkg/ecco/ecco_cost_driver.F : extract call to cost_profiles from cost_hyd
316      - pkg/ecco/ecco_cost_init_fixed.F : extract gencost weights from
317        ecco_cost_weights, re-activate ecco_summary, determine gencost_barskip
318      - pkg/ecco/ecco_summary.F : report gencost variables
319      - pkg/ecco/cost_gencost_customize.F : treat case of scatterometer costs
320    o pkg/sea/SEAICE_OPTIONS.h : add ALLOW_COST_ICE, ALLOW_SEAICE_COST_SMR_AREA
321    o pkg/ecco: internal re-organization
322      - resolve un-necessary dependancies within pkg/ecco and to pkg/ctrl
323        (rm includes of optim.h and ctrl.h, replace optimcycle with eccoiter,
324        mv relevant variables definition from ecco_cost.h to ecco.h,
325        make sure gencost routines only include ecco.h)
326      - throughout : add missing CCP switches, rm unused variables,
327        and rm un-necessary CPP switches
328      - throughout gencost routines : replace modelstartdate with
329        gencost_startdate when needed
330      - cost_bp_read.F : use arguments, instead of common blocs
331        so that it can be used also by (new) cost_gencost_bpv4.F
332      - ecco_init_varia.F : initialize RHOsumGlob_0, VOLsumGlob_0
333      - ecco_phys.F : compute etanFull
334      - ecco_readparms.F : rename using_topex as using_tpj, add
335        bpv4-grace to gencost list, initialize added parameters
336      - ecco_summary.F : include SIZE.h needed for augmented ecco.h
337    
338    checkpoint65e (2014/09/28)
339    o pkg/obcs:
340      - replaced the just-added CPP options with run-time variables
341        (see pkg/obcs/OBCS_PARAMS.h for details)
342    o pkg/obcs:
343      - add additional CPP options for sponge boundary layers
344        (see pkg/obcs/OBCS_OPTIONS.h for details)
345    o pkg/atm_phys:
346      - implement simple (obliquity only, assuming circular planet orbit)
347        seasonal cycle for incoming insolation ; used when run-time parameter
348        "select_incSW" is set to 1 ; by default (=0), uses old unchanged formula.
349    o pkg/exf, pkg/ecco, pkg/ctrl:
350      - add ctrlUseGen and .NOT.ctrlUseGen exclusive brackets
351      - activate gentim2d for xx_atemp,xx_aqh,xx_swdown,xx_lwdown,xx_precip
352      - implement gentim2d for xx_tauu, xx_tauv
353    o pkg/ctrl, pkg/ecco :
354      - fix and complement the generic controls implementation
355    o pkg/exf/exf_getclim.F, exf_getffields.F, exf_getsurfacefluxes.F,
356        pkg/shelfice/shelfice_thermodynamics.F,
357        verification/hs94.1x64x5/code_ad/ctrl_map_gentim2d.F,
358        verification/hs94.1x64x5/code_oad/ctrl_map_gentim2d.F :
359      - add weight in CTRL_GET_GEN calls
360    o pkg/ctrl :
361      - ctrl_get_gen.F : add weight as input parameter, and apply
362        it directly rather than using smooth_correl2Dw (to be retired).
363      - ctrl_map_gentim2d.F : add wgentim2d in CTRL_GET_GEN call
364    o pkg/ctrl :
365      - introduce run time switch ctrlUseGen (in ctrl.h, ctrl_check.F,
366        ctrl_init_variables.F, ctrl_readparms.F, ctrl_summary.F)
367      - re-activate ctrl_summary (call in ctrl_init.F)
368    o pkg/ctrl/ctrl_cost_gen.F :
369      - fix CCP brackets, remove un-necessary myiter, mytime
370    o pkg/ecco, pkg/ctrl :
371      - remove cost_genctrl.F (now pkg/ctrl/ctrl_cost_driver.F)
372      - remove cost_forcing_gen.F (now pkg/ctrl/ctrl_cost_gen2d.F)
373      - add ctrl_cost_driver.F (replaces pkg/ecco/cost_genctrl.F)
374      - add ctrl_cost_gen2d.F (replaces pkg/ecco/cost_forcing_gen.F)
375    
376    checkpoint65d (2014/09/15)
377    o pkg/ctrl/CTRL_GENARR.h, ctrl_readparms.F :
378      - add xx_genarr2d_bounds,xx_genarr3d_bounds,
379        xx_genarr2d_numsmooth, xx_genarr3d_numsmooth
380    o pkg/ctrl/ctrl_map_ini_genarr.F :
381      - remove compilation failure
382      - replace hard coded example
383      - use ctrl_map_ini_gen2D, 3D
384    o pkg/ctrl/ctrl_pack.F, ctrl_unpack.F :
385      - on/off switch based upon xx_genarr2d_weight,3d
386    o src/packages_init_variables.F :
387      - regroup pkg/estimation calls
388      - remove CTRL_MAP_INI, CTRL_MAP_INI_ECCO
389        (moved to ctrl_init_variables)
390    o cost/cost_init_varia.F :
391      - remove ecco_cost_init_varia
392        (moved to ecco_init_varia)
393    o ctrl/ctrl_init_variables.F :
394      - add CTRL_MAP_INI, CTRL_MAP_INI_ECCO
395      - add CTRL_MAP_INI_GENARR, SEAICE_CTRL_MAP_INI
396    o ctrl/ctrl_map_ini.F :
397      - remove ctrl_map_ini_genarr, seaice_ctrl_map_ini
398        (moved to ctrl_init_variables)
399    o ctrl/ctrl_map_ini_ecco.F :
400      - remove ECCO_PHYS (mv to ecco_init_varia)
401      - remove seaice_ctrl_map_ini (mv to ctrl_init_variables)
402    o ecco/ecco_ad_diff.list :
403      - add ecco_init_varia.f
404    o ecco/ecco_init_varia.F
405      - new routine
406    o pkg/streamice:
407      - move call to STREAMICE_INITIALIZE_PETSC from the_model_main.F
408        to streamice_init_fixed.F ; fix setting of STREAMICEisOn.
409      - from model/src, only call pkg/streamice routines if useStreamIce is TRUE.
410    o pkg/generic_advdiff:
411      - fix bug causing negatives in GAD_SMOLARKIEWICZ_HACK, introduced 8/8/2014.
412    o pkg/exf:
413      - exf_getffields.F : add xxg_atemp, xxg_aqh, xxg_swdown, xxg_lwdown,
414         xxg_precip capability
415      - exf_wind.F : no need for ALLOW_WSPEED_CONTROL cpp switch
416    o pkg/ctrl:
417      - ctrl_pack.F, ctrl_unpack.F : omit (un)packing of undefined xx_gentim2d
418    o model/src/load_fields_driver.F :
419      - move call to CTRL_MAP_GENTIM2D ahead of BULKF_FIELDS_LOAD, EXF_GETFORCING
420        so xx_gentim2d can be applied to e.g. exf fields in a timely manner.
421    o OpenAD verification experiments:
422      - Include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h, and CTRL_OPTIONS.h
423        in src files (to enable to skip the ECCO_CPPOPTIONS.h);
424        for now, only in pkgs used in OpenAD verification experiments.
425      - Change all except one (halfpipe_streamice) OpenAD experiments to use pkg
426        specific option file (AUTODIFF_OPTIONS.h, COST_OPTIONS.h & CTRL_OPTIONS.h)
427        instead of using ECCO_CPPOPTIONS.h (with all relevant options in it).
428        This applies to both TAF (*/code_ad/) and OpenAD (*/code_oad/) tests.
429    o OpenAD verification tests:
430      - finish removing ALLOW_AUTODIFF_OPENAD (replaced by ALLOW_OPENAD);
431      - finish replacing ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for
432        tape/storage which are specific to TAF/TAMC) in pkgs used in OpenAD exp.
433      - leave ALLOW_AUTODIFF_TAMC undef in OpenAD verification tests (*/code_oad/)
434        and remove local copy of "tamc.h" (needed only if ALLOW_AUTODIFF_TAMC).
435    o model/src & generic_advdiff:
436      - change hard-coded loop-range in S/R APPLY_FORCING_T/S to set T & S
437        forcing over 0:sNx+1, 0:sNy=1 (instead of just 1:sNx,1:sNy): Model
438        dynamics requires valid tracer forcing only over tile interior but, for
439        some diagnostics, may need to extend it over 1 point in tile halo region.
440      - in gad_calc_rhs.F, update calls to gmredi_x/ytransport to get valid
441        tendency over i,j_Min,Max range. This allows to simplfy i,j_Min,Max
442        setting in temp/salt/ptracer_integrate.F
443    o pkg/dic:
444      - multiply tracer tendencies by maskInC (if ussing OBCS) before updating
445        gchem tracers: this allows to skip the 2nd call to OBCS_APPLY_PTRACER
446        in gchem_forcing_sep.F
447    o pkg/autodiff & obcs:
448      - add storage of current OB values for U & V (was already done for T & S).
449    
450    checkpoint65c (2014/08/30)
451    o pkg/dic:
452      - take out of dic_atmos.F the initialisation part (corresponding to istate=0)
453        and move it to new S/R DIC_INI_ATMOS ; also simplify the dependencies for
454        AD compilers (but still a Pb with multi-threading and Ajoint dependencies).
455    o verification:
456      - new experiment testing OBCS and DIC pkgs, using params & output from
457        tutorial_global_oce_biogeo but limited to a sub-domain around Drake
458        passage: take OBCS from the last year of a 2 yrs simulation and initial
459        conditions from t=1.yr while keeping the same forcing.
460    o model/src:
461      - when allowFreezing=T, only reset below freezing initial Temp to Tfreezing
462        (at any k) if checkIniTemp is not set to FALSE (default checkIniTemp=T).
463    o pkg/diagnostics (Stats-Diags):
464      - re-write S/R DIAGSTATS_CALC (more similar to TARGET_NEC_SX part) to:
465        a) refine region where stats are computed, excluding where arrhFac=0 ;
466        b) fix missing interior mask (use with OBCS) in 3-D fields statistics;
467        c) extend regional stats over the region edges (for U or V pt location).
468    o pkg/gchem:
469      - add a (2nd) call to OBCS_APPLY_PTRACER in gchem_forcing_sep.F (needed since
470        pkg/dic is currently changing/updating ptracers values beyond the OB).
471    o verification (hs94):
472      - convert Held & Suarez external_forcing.F (from hs94.cs, with Sigma-coords
473        bits) to apply_forcing.F and undef USE_OLD_EXTERNAL_FORCING in experiments
474        hs94.cs-32x32x5 and tutorial_held_suarez_cs ; also use the same version of
475        apply_forcing.F in 2D hs94 (fwd, ad & oad) but keep LatLon hs94 unchanged.
476    o pkg/ptracers:
477      - implement Adams-Bashforth on pTracers (instead of on tracer tendency),
478        switched on by setting PTRACERS_doAB_onGpTr=F (default set to doAB_onGtGs)
479      - change exp4 secondary test (input.nlfs) to test AB on T & S & pTracer
480        with AB-2 code (so that it get tested).
481    o model/src:
482      - allow to apply Adams-Bashforth on Temp & Salt (instead of on gT,gS)
483        with AB-2 code (previously only available with AB-3 code).
484        Also move the code (call to ADAMS_BASHFORTH S/R) form thermodynamics.F
485        to temp/salt_integrate.F (since the 2nd part of gt/sNm1 update is done
486        there, by calling CYCLE_AB_TRACER).
487    o pkg/generic_advdiff:
488      - change Tracer argument (drop bi,bj indices) in S/R GAD_CALC_RHS,
489        GAD_C2_ADV_R, GAD_U3_ADV_R, GAD_C4_ADV_R, GAD_DIFF_R, GAD_BIHARM_R
490        + also in GMREDI_X/Y/RTRANSPORT ; and update corresponding calls in
491        S/R temp/salt/ptracers_integrate.F
492    o model/src & pkg/ptracers:
493      - remove common block variables gT,gS (in DYNVARS.h), except when
494         USE_OLD_EXTERNAL_FORCING is defined; update TAF storage accordingly.
495      - remove common block variable gPtr.
496    o model/src & pkgs:
497      - change gTracer (and/or tracer) argument (drop bi,bj indices) in S/R
498         ADAMS_BASHFORTH(2&3), CYCLE_(AB_)TRACER, FREESURF_RESCALE_G,
499         IMPLDIFF, SOLVE_TRIDIAGONAL & _PENTADIAGONAL, GAD_SOM_ADVECT,
500         GAD_ADVECTION, GAD_CALC_RHS, GAD_IMPLICIT_R, TIMEAVE_CUMUL_DIF_1T
501      + change accordingly all calling S/R.
502      - use local temperature/salinity/ptracer tendency array (without bi,bj)
503        in S/R temp/salt/ptracers_integrate.F
504    o pkg/seaice:
505      - move computation of stress contributions to rhsU/V in s/r seaice_lsr
506        to separate s/r seaice_lsr_rhsu/v in order to be able to re-use code
507      - make u/vIceC local variables if SEAICE_CGRID is defined only to be used
508        in seaice_lsr
509      - seaice_lsr.F: make local 4D arrays UXX, VYY, etc 2D
510        in s/r seaice_lsr_calc_coeffs
511    o pkg/mdsio:
512      - in MDS_READ/WRITE_FIELD, stop if file-name (+prefix) is too long
513        (e.g., > MAX_LEN_MBUF -90 ) or, in INI_MODEL_IO, if mdsioLocalDir is
514        too long (e.g., > MAX_LEN_FNAM/2 )
515    
516    checkpoint65b (2014/08/12)
517    o pkg/matrix:
518      - pass, as argument, updated tracer field to S/R MATRIX_STORE_TENDENCY_EXP
519    o model/src:
520      - fix initialisation of geothermalFile; compile geothermal-flux code in
521        natl_box verification experiment.
522    o model/src & pkg/down_slope:
523      - push the k loop inside S/R TIMESTEP_TRACER (now called outside the k loop).
524      - in dwnslp_apply.F, update tracer tendency instead of the future tracer
525        field and call S/R DWNSLP_APPLY before TIMESTEP_TRACER; this affects
526        results at machine truncation level: update output of experiments
527        global_ocean.90x40x15.dwnslp (FWD) and lab_sea.noseaicedyn (AD).
528    o pkg/diagnostics (Stats-Diags):
529      - do not cumulate the full volume when DIAGNOSTICS_FILL is
530        called with bibjFlg < 0 (no increment of the counter for 2D/3D diag);
531        This fix the mean statistics when DIAGNOSTICS_FILL is called multiple
532        times (but Min,Max and StD are still wrong).
533    o model/src:
534      - add geothermal flux forcing: read in ini_forcing.F as time-constant
535        field "geothermalFlux" applied in S/R APPLY_FORCING_T (apply_forcing.F)
536    o model/src:
537      - move CYCLE_TRACER calls from tracers_correction_step.F to temp/salt/ptracer
538        _integrate.F so that, when leaving S/R THERMODYANMICS, theta,salt and pTrac
539        arrays are already updated while adjustments (filters, conv.adjustment) are
540        still applied later, in S/R TRACERS_CORRECTION_STEP.
541    o model/src:
542      - store in common bloc array "rhoInSitu" the virtual potential temperature
543        anomaly that is used to compute geopotential: this make the atmos code
544        more similar to ocean code which already uses rhoInSitu in calc_phi_hyd.F
545    o pkg/seaice/seaice_lsr.F
546      - rename integer variable ilcall to ipass (that's what it is called
547        in the residual diagnostics
548      - change time stepping for NPSEUDOTIMESTEP > 2 (does not change the
549        default) for improved non-linear convergence of the first few steps
550      - adjust a few comments and add new ones to explain some of the store
551        directives
552    o pkg/generic_advdiff (& ptracers):
553      - re-work the code to check for valid advection scheme and for minimum
554        size of overlap (now stored in local common bloc in gad_advscheme.F)
555    o pkg/seaice: another attempt to make the adjoint work for sea ice dynamics
556      - re-initialize more variables in seaice_lsr: u/vIceC, u/vIceNm1
557      - add an auxilliary variable "bet" and fix store directives and keys in
558        seaice_lsr_tridiagu/v, this seems to do the trick (i.e. more or
559        less exact gradients in my tests); but there are still
560        recomputation warning (although gradients are sort of OK), when
561        SEAICE_LSR_VECTORIZE is not defined, so this flag and
562        SEAICE_LSR_VECTORIZE_ZEBRA are recommended for efficiency.
563      - update verification experiments lab_sea.
564      - change some comments in S/R seaice_calc_viscosities
565    o model/src:
566      - if staggerTimeStep=T, always apply exchange to velocity field in
567        do_stagger_fields_exchanges.F instead of in do_fields_blocking_exchanges.F
568        (independent of using multi-dim advection or not); no effect on FWD run
569        but affects AD results (at machine truncation level): update output of
570        experiment 1D_ocean_ice_column (ad: 12 digits), hs94.1x64x5 (ad,oad: 13.d)
571        and isomip (oad: 12.d).
572    o pkg/generic_advdiff:
573      - stop if doAB_onGtGs is set to FALSE but ignored
574      - refine warning related to stability of tracer time-stepping
575        regarding internal wave dynamics.
576      - setting of AdamsBashforth_T,S when doAB_onGtGs=F: remove condition
577        on staggerTimeStep & implicitIntGravWave (will now get a warning
578        if potentially unstable).
579    o pkg/kl10:
580      - add new pkg "kl10" for mixing due to internal wave breaking, from
581        http://www.sciencedirect.com/science/article/pii/S1463500310000144
582        (contribution from Jody Klymak), tested in verification experiment
583        verification/internal_wave/input.kl10/
584    o isomip experiment:
585      - test pkg/shelfice with Non-Lin Free-Surf in one of the FWD set-up
586        (input.htd) and update the output.
587    o cd_code experiments:
588      - use default cd_code options (#undef CD_CODE_NO_AB_MOMENTUM &
589        #undef CD_CODE_NO_AB_CORIOLIS) in experiments: cfc_example (fwd)
590        global_ocean.90x40x15 (ad & oad) and OpenAD (ad & oad) and
591        update the corresponding output.
592    o pkg/seaice:
593      - reduce the number of include files and store directives in
594        S/R seaice_lsr_tridiagu/v
595      - change the order of loops in one case in S/R seaice_lsr_tridiagv
596        (only for SEAICE_VECTORIZE_LSR_ZEBRA defined), which allows me to
597        get rid off one store directive (a TAF bug?)
598      - add one more instance of ifdef SEAICE_VECTORIZE_LSR_ZEBRA in
599        S/R seaice_lsr_tridiagv to change the loop range for consistency
600      - remove ilcall, m from parameter list of S/R seaice_lsr_tridiagu/v
601      - fix a bug that affects the JFNK solver: replace sNx/y by i/jMax in
602        S/R seaice_lsr_tridiagu/v (requires update of
603        offline_exf_seaice/input.dyn_jfnk)
604    
605    checkpoint65a (2014/07/27)
606    o model/src:
607      - Non-Lin Free-Surf in p/z coords: allows hFacW,S to be larger than
608        surrounding hFacC=1 @ edge of a step with different kSurfC on either side
609        (topo in p-coords, ice-shelf in z-coords); update output of experiments
610        tutorial_global_oce_in_p and isomip (both AD and OpenAD output).
611    o model/src:
612      - collect momentum forcing tendency into local 2-D array (passed as argument
613        to apply_forcing S/R); this simplifies mom. Forcing diagnostics and CD_CODE
614        parts in timestep.F (without CD_CODE_NO_AB_MOMENTUM defined = the default);
615        affects results at machine truncation level (e.g., if using OBCS_SPONGE).
616      - collect T & S forcing tendency into local 2-D array (passed as argument to
617        apply_forcing S/R); add 3-D diagnostics for temp & salt forcing tendency.
618        affects results at machine truncation level (e.g., ocean: if using
619        SHORTWAVE_HEATING ; atmos: if using FrictionHeating or (atm_Rq<>0) moist
620        correction due to vertical advection).
621      - update output of experiments: fizhi-cs-32x32x40 (13 digits),
622        global_ocean.cs32x15 (fwd: icedyn, seaice, thsice, all 3 @ 11d; adm & tml:
623        seaice_dynmix & thsice, fwd grd @ 3 & 8), hs94.1x64x5 (ad grd @ 13),
624        obcs_ctrl (ad & fwd grd @ 12 & 7).
625    o pkg/ptracers & diagnostics:
626      - use ptracers (short) name (instead of long one) to make ptracers diagnostics
627        title (to avoid some unexpected truncation); sort out ptracers diags units.
628      - collect ptracer forcing tendency into local 2-D array (passed as argument
629        to apply_forcing S/R); add 3-D diagnostics for ptracers forcing tendency.
630    
631    checkpoint65 (2014/07/18)
632    o pkg/fizhi:
633      - add parenthesis around fizhi tendencies in fizhi_tendency_apply.F: this
634        affects results at machine truncation level. Update output of experiments
635        fizhi-cs-32x32x40 (12 digits for cg2d) & fizhi-cs-aqualev20 (13 digits).
636    o pkg/seaice: more clean up
637      - rename TAF common block tapes to be more consistent and remove
638        unnecessary duplicates
639      - add store directives to remove more recomputations, but use smaller
640        tapes (and adjust keys) when SEAICE_LSR_ADJOINT_ITER is undefined.
641        The idea behind this flag is to reduce the memory footprint when the
642        adjoint of the LSR is not required. As of now, defining the flag
643        SEAICE_LSR_ADJOINT_ITER increases 4 common block tapes for 2D field by
644        a factor of SOLV_MAX_FIXED (=500 by default in SEAICE_SIZE.h).
645        For experiment offline_exf_seaice, this means on a linux box with gfortran
646        nearly a factor of 10 (but keep in mind there is mostly seaice code in
647        this experiment):
648        > size mitgcmuv_ad
649        text    data        bss     dec        hex
650        5100659 1216  220458952  225560827  d71c8fb
651        5339425 1200 1868783272 1874123897 6fb4dc79 (SEAICE_LSR_ADJOINT_ITER)
652        but only a moderate increase of 36% for global_ocean.cs32x15:
653        text    data        bss     dec        hex
654        6695027 1648 1014578664 1021275339 3cdf6ccb
655        6695203 1648 1382505320 1389202171 52cd8afb (SEAICE_LSR_ADJOINT_ITER)
656      - note: there are still recomputations in global_ocean.cs32x15 and
657        offline_exf_seaice and the gradient agreement changes (gets a
658        little worse) for global_ocean.cs32x15 (-> update output_adm.seaice.txt)
659      - in general, the AD gradients still are wrong
660    o OpenAD
661      - clean up code_oad/ directories somewhat by moving files
662        dontCompile, dontTransform, keepOriginal to OAD_support/
663    o model/src:
664      - using MOM fluxform and Non-Lin Free-Surf with momDissip_In_AB=F
665        (not currently tested): add dissipation terms before NLFS rescaling of
666        tendencies (previously done after).
667    o pkg/diagnostics:
668      - write stats-diags in ascii file with more digits (same as in monitor).
669    o pkg/down_slope:
670      - drop the bi,bj dimension of argument recip_hFac in S/R DWNSLP_APPLY; with
671        NLFS (not tested), use new recip_hFac value in order to conserve tracer.
672    o model/src:
673      - new file "apply_forcing.F" containing all the code previously in
674        external_forcing.F, but with new argument list: pass, as new argument,
675        the current level tendency array to update (instead of a direct update
676        of the common bloc array). Change the corresponding calls.
677      - add CPP option USE_OLD_EXTERNAL_FORCING (default is undef) to use
678        EXTERNAL_FORCING_U,V,T,S subroutines (for backward compatibility).
679    o pkg/seaice/seaice_lsr, a little bit of clean up
680      - rearrange some code blocks, so that now all calculations for
681        setting up the right-hand-sides done within one single block
682        (I find that easier to read and understand)
683      - rearrange freedrift-code to reduce the number of ifdefs
684      - adjust some indentations and comments
685    
686    checkpoint64z (2014/07/10)
687    o model/src and several pkgs:
688      - change argument list of all S/R called from external_forcing.F and
689        called from ptracers_forcing.F (renamed to ptracers_apply_forcing.F)
690        to pass, as argument, the current level tendency array to update
691        (instead of a direct update of the common bloc array).
692      - change also (in the same way) argument list of PTRACERS_APPLY_FORCING;
693      - rename taueddy_external_forcing.f to taueddy_tendency_apply.F
694    o pkg/seaice/seaice_lsr.F
695      - always initialize local arrays in seaice_lsr_tridiagu/v
696      - add more local tapes to seaice_lsr_tridiagu/v
697      - move storing u/vice(:,:,bi,bj) out of seaice_lsr_tridiagu/v, but
698        keep it in bi/bj loop; this seems to be essential
699      - gradients are still wrong but only by 4-7 orders of magnitude
700        instead of 15 orders of magnitude, lab_sea improves a little
701    o pkg/seaice
702      - (pkg/autodiff) remove storing/restoring of seaiceMaskU/V that
703        generates unnecessary code in seaice_lsr_ad
704      - add more store directives in seaice_lsr to avoid unnecessary code
705        in seaice_lsr_ad
706      - exclude some residual computations in seaice_lsr when
707        ALLOW_AUTODIFF_TAMC is defined in order to avoid unnecessary code
708        in seaice_lsr_ad
709      - add more storing, a new tape (model/src/the_main_loop.F) and
710        another key for SEAICE_LSR_VECTORIZE_ZEBRA (the local keys ilockey
711        and klockey should be checked by a specialist)
712      - modify ( define SEAICE_VECTORIZE_LSR and SEAICE_LSR_ADJOINT_ITER )
713        and update lab_sea after previous changes in pkg/seaice below
714    o pkg/autodiff:
715      - introduce useSmoothCorrel2DinAdMode, SEAICEapproxLevInAd, and
716        viscFacInAd : run time parameters allowing for adjoint switches
717        note : logic for useSmoothCorrel2DinAdMode is in ctrl_readparms.F
718    o pkg/ecco:
719      - introduce cost_gencost_boxmean.F that computes a box mean
720        temperature (for use in adjoint sensitivity studies).
721    o model/src/set_defaults.F : initialize viscFacAdj to 1.
722    o pkg/mom_common/mom_calc_visc.F:
723      - ifdef ALLOW_AUTODIFF then include viscFacAdj factor.
724    o pkg/seaice/seaice_summary.F:
725      - statement for SEAICEadjMODE now in autodiff_readparms.F
726    o pkg/seaice:
727      - remove some store directives and add new ones in an effort to get
728        finally rid off the recomputation warnings. This is successful
729        when SEAICE_VECTORIZE_LSR ***and*** SEAICE_LSR_ADJOINT_ITER are
730        defined (i.e. no extensive recomputation warnings left), but there
731        are still too many recomputations on the solver iteration level
732      - define SEAICE_VECTORISZE_LSR in offline_exf_seaice/code_ad/SEAICE_OPTIONS.h
733      - move definition of MPSEUDOTIMESTEPS into TAMC-block in
734        SEAICE_SIZE.h
735      - add a store directive in S/R seaice_calc_viscosities
736    o pkg/seaice (ITD code):
737      - fix definition of Hlimit for multi-threaded case
738      - use double precision arithmetic to compute Hlimit: this affects results;
739        update output of experiment seaice_itd.
740    o replace content of verification/seaice_itd
741      - instead of a 1D column use the configuration of offline_exf_seaice
742        to test the ice thickness distribution code with ridging
743      - this is a first shot at this experiment
744      - change of some defaults of ridging parameters SEAICEhStar (from
745        100 to 25) and SEAICEmuRidging (from 5 to 3) in seaice_readparms.F
746        and lot of new comments.
747    
748    checkpoint64y (2014/06/20)
749    o pkg/seaice/seaice_reg_ridge.F:
750      - modify the regularization of very small volumes of ice; only check
751        total volume HEFF, and do not apply correction to individual ice
752        classes because that leads to funny patterns in the heat and fw-fluxes
753        into the ocean. Adjust seaice_itd/results/output.txt
754      - replace nITD by SEAICE_multDim in loop-ranges
755    o pkg/exf:
756      - add code to process the case field period = -12. with UV interpolation.
757      - move debug print (formerly active when exf_verbose=T) from EXF_getFFieldRec
758        into S/R that calls it (i.e., exf_set_gen.F, exf_set_uv.F & obcs_exf_load.F)
759    o verification/global_with_exf:
760      - switch all fields period to -12. (was previously untested) in input/data.exf
761        (but keep secondary test ".yearly" unchanged); update the reference output.
762    o pkg/cal:
763      - new calendar type "noLeapYear" for 365 days calendar without any leap year.
764    o pkg/exf:
765      - new integer parameter "exf_debugLev" (default set to main model debugLevel)
766        to replace logical switch "exf_verbose"
767      - report in STDOUT when loading a new record (if exf_debugLev >= 3)
768    o pkg/sbo:
769      - update from Katherine Quinn: evaluate mass directly from density and SSH
770        (budget using Finite Volume method) instead of from bottom pressure.
771      - allow testreport to collect few selected SBO output ; tested in exp.
772        global_ocean.90x40x15 (after updating the results, to include SBO output).
773      - fix some multi-threading issues (in output part).
774    o model/src & most packages:
775      - always call {PKG}_READPARMS even if corresponding use{PKG}=F;
776      - in {PKG}_READPARMS, in case use{PKG}=F: add a call to new S/R
777        PACKAGES_UNUSED_MSG to print a weak warning when parameter file
778        "data.{pkg}" exist ; and leave the S/R (return) just after.
779      - more standard LAND pkg interface (land_init_fixed.F, land_check.F).
780        + call LAND_READPARMS from packages_readparms.F
781    o pkg/seaice:
782      - remove code that resets useThSice in S/R seaice_readparms and
783        replace it by a warning in S/R seaice_check
784      - remove parameter MULTDIM, replace with nITD and runtime
785        parameter SEAICE_multDim (still hard-wired to nITD if
786        SEAICE_ITD is defined)
787    
788    checkpoint64x (2014/05/24)
789    o verification/lab_sea:
790      - update adjoint and TLM output following changes to pkg/salt_plume
791      - un-do the update after putting back local recip_Cp in few places.
792    o pkg/salt_plume: modifications by An Nguyen:
793      - add capability to do brine rejection (salt-plume) as function of
794        volume+tracers (instead of only salinity tracer).
795      - conserve volume by exchanging volume from each kLev to above to
796        accommodate in-coming brine volume
797      - store surface and klev exchanged fraction + volume in 4 new 3-d arrays
798      - switch KPP surf buoyancy due to brine forcing to 3-d
799        (3 more 3-d arrays, 2 for SPforcing[T,S], 1 for boplume)
800      - add salt_plume_volfrac, salt_plume_apply, salt_plume_tendency_apply_t
801      - unrelatedly, also add ad-hoc capability to vary salt_plume scheme
802        in East/West Arctic.
803    o pkg/sbo:
804      - incorporate modifications from Katherine Quinn to enable the use of sbo
805        pkg in ECCO-v4 set-up ; remove SBO-TimeAve output ; add monitor-like
806        output for future testreport verification (unfinished).
807    o pkg/atm_phys:
808      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
809        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
810        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
811    o pkg/seaice
812      seaice_calc_ice_strength.F: modify expression to avoid divisions
813        (affects truncation)
814      seaice_do_ridging.F: clean up the insectarium
815      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
816      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
817      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
818      - add some debugging information and error messages (warnings)
819    o model/src: modifications relatd to atmosphere p*:
820      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
821      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
822        of vertical profile tRef in geopotential background and anomaly.
823      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
824        and pkg/atm_phys.
825      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
826        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
827    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
828    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
829        not used right now, but can be used in BGC packages to fix conservation.
830    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
831        other packages too.
832    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
833        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
834    o model/src:
835      - since we have several heat capacity (even in model/src), define "recip_Cp"
836        as local variable (no longer in common block) to avoid any confusion.
837      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
838    o pkg/exf:
839      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
840        air density as function of air Temp, Humidity and atm pressure.
841    
842    checkpoint64w (2014/05/02)
843    o verification:
844      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
845        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
846        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
847        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
848        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
849    o model/src: for atmosphere in p* coords:
850      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
851      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
852        but not yet activated.
853    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
854      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
855      - this changes the results (but not for any verification experiment, because
856        none tests this), but avoids having an extra field in the restart files
857    o pkg/seaice: remove global variable TICE (not needed)
858      - replace by TICES or local variable where necessary (cost_seaice_test,
859        seaice_diagnostics_state)
860      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
861      - use specific read/write routines for reading and writing individual leves
862        of a multilevel field
863    o pkg/ctrl & model/inc:
864      - move additional anomaly fields of control vars (related to options:
865         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
866        from DYNVARS.h into new header file: CTRL_FIELDS.h
867    o pkg/seaice: some small modifications to the ridging code
868      - make fw2ObyRidge a global variable and add the freshwater flux to
869        seaice_growth
870      - pass actual thickness from seaice_prepare_ridging, so that it is
871        computed only in one place and compute it in the same way as in
872        seaice_growth
873      - initialise more fields in seaice_do_ridging that where cause floating
874        point exceptions over land
875  o pkg/seaice: preparations for ridging code and first real ridging code  o pkg/seaice: preparations for ridging code and first real ridging code
876    - move most of "PART 1" of S/R seaice_growth into a new and separate    - move most of "PART 1" of S/R seaice_growth into a new and separate
877      S/R seaice_reg_ridge that will both regularize the state variable after      S/R seaice_reg_ridge that will both regularize the state variable after
878      advection call the actual ridging routine;      advection call the actual ridging routine;
879    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
880      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
881    - remove ridging code from seaice_advdiff    - remove ridging code from seaice_advdiff
882    - clean up remaining part 1 of seaice_growth in an attempt to make it    - clean up remaining part 1 of seaice_growth in an attempt to make it
883      more readable (this is probably subjective)      more readable (this is probably subjective)
884    - call seaice_itd_redist once in the initialisation phase to have the initial    - call seaice_itd_redist once in the initialisation phase to have the initial
885      conditions in the correct category      conditions in the correct category

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

  ViewVC Help
Powered by ViewVC 1.1.22