/[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.2008 by jmc, Fri Jun 20 13:13:37 2014 UTC revision 1.2084 by gforget, Tue Oct 21 14:12:58 2014 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg/ctrl/ctrl_map_ini_genarr.F : include GMREDI_OPTIONS.h where
8      ALLOW_3D_KAPGM, ALLOW_3D_KAPREDI (to be added later) belong.
9    o pkg/seaice/SEAICE_SIZE.h : replace ALLOW_AUTODIFF_TAMC with ALLOW_AUTODIFF
10      to avoid needing AUTODIFF_OPTIONS.h anytime SEAICE_SIZE.h is included
11      (it seems that THSICE_SIZE.h, PTRACERS_SIZE.h have the same issue...)
12    o model/src, pkg/smooth, profiles, salt_plume, seaice, exf, ecco, ctrl :
13      add ECCO_OPTIONS.h, AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h when needed
14      - ECCO_OPTIONS.h is needed when including ecco_cost.h, ecco.h
15      - AUTODIFF_OPTIONS.h is needed when including tamc.h, tamc_keys.h
16      - CTRL_OPTIONS.h is needed when including ctrl.h, optim.h, etc
17    o pkg/ctrl,ecco,exf :
18      - remove variables associated with NON-generic costs,
19        unless ECCO_CTRL_DEPRECATED is defined.
20      - remove NON-generic NON-obcs controls,
21        unless ECCO_CTRL_DEPRECATED is defined.
22    o pkg/ctrl : added ctrl_local_params.h
23    o pkg/ecco : added ecco_local_params.h
24    o verification : added ECCO_CTRL_DEPRECATED to most as and oad
25      experiments, which will progressively be removed once the
26      experiments are revised to use only generic controls/costs.
27    
28    checkpoint65f (2014/10/13)
29    o pkg/ctrl, ecco, seaice : minor changes in headers
30    o global_oce_llc90 :
31      - ecco_v4 verification experiments now test generic cost
32        function and control capabilities added since checkpoint65c.
33    o pkg/ctrl: regroup all obcs ctrl variables in CTRL_OBCS.h.
34    o pkg/ecco: increase modularity and improve logic
35      - ecco_toolbox.F (new) : basic operations that are often used,
36        including ecco_zero, ecco_cp, ecco_cprsrl, ecco_diffmsk,
37        ecco_addcost, ecco_add, ecco_div, ecco_readbar.
38      - cost_gencal.F (new) : determine filnames and records.
39      - cost_genread.F, cost_generic.F : condense code using ecco_toolbox.
40      - cost_generic.F : use spzeroloc rather than hard-coded -9999,
41        and exploit the above functions leading to more compact code.
42      - cost_genread.F : rm un-necessary arguments, re-arrange args order.
43      - ecco_check.F, ecco_readparms.F : bring logic up to date (using_tpj,
44        using_ers, using_gfo, using_mdt is now only defined within gencost)
45    o pkg/ecco: extend generic cost capabilities
46      - pkg/ecco : added 3D gencost (ALLOW_GENCOST3D), added gencost
47        capabilities via gencost_preproc (+ _c,_i,_r related params),
48        gencost_posproc (+ _c,_i,_r related params), gencost_nrecperiod,
49        gencost_outputlevel arguments to cost_generic
50      - pkg/ecco/cost_genread.F (new) : interface between cost_generic
51        and active_read, making room for gencost_preproc to take effect.
52        Added preproc code ('climmon') to replace GENERIC_BAR_MONTH.
53      - pkg/ecco/cost_generic.F :
54        compute and store misfit maks*(model-data) in localdif that is
55        then used in cost and for output, output misfit if outlev.GT.0
56      - pkg/ecco/cost_averagesfields.F : depend on gencost_barskip
57        rather gencost_barfile for deciding whether to write barfile
58      - pkg/ecco/ecco_cost_driver.F : extract call to cost_profiles from cost_hyd
59      - pkg/ecco/ecco_cost_init_fixed.F : extract gencost weights from
60        ecco_cost_weights, re-activate ecco_summary, determine gencost_barskip
61      - pkg/ecco/ecco_summary.F : report gencost variables
62      - pkg/ecco/cost_gencost_customize.F : treat case of scatterometer costs
63    o pkg/sea/SEAICE_OPTIONS.h : add ALLOW_COST_ICE, ALLOW_SEAICE_COST_SMR_AREA
64    o pkg/ecco: internal re-organization
65      - resolve un-necessary dependancies within pkg/ecco and to pkg/ctrl
66        (rm includes of optim.h and ctrl.h, replace optimcycle with eccoiter,
67        mv relevant variables definition from ecco_cost.h to ecco.h,
68        make sure gencost routines only include ecco.h)
69      - throughout : add missing CCP switches, rm unused variables,
70        and rm un-necessary CPP switches
71      - throughout gencost routines : replace modelstartdate with
72        gencost_startdate when needed
73      - cost_bp_read.F : use arguments, instead of common blocs
74        so that it can be used also by (new) cost_gencost_bpv4.F
75      - ecco_init_varia.F : initialize RHOsumGlob_0, VOLsumGlob_0
76      - ecco_phys.F : compute etanFull
77      - ecco_readparms.F : rename using_topex as using_tpj, add
78        bpv4-grace to gencost list, initialize added parameters
79      - ecco_summary.F : include SIZE.h needed for augmented ecco.h
80    
81    checkpoint65e (2014/09/28)
82    o pkg/obcs:
83      - replaced the just-added CPP options with run-time variables
84        (see pkg/obcs/OBCS_PARAMS.h for details)
85    o pkg/obcs:
86      - add additional CPP options for sponge boundary layers
87        (see pkg/obcs/OBCS_OPTIONS.h for details)
88    o pkg/atm_phys:
89      - implement simple (obliquity only, assuming circular planet orbit)
90        seasonal cycle for incoming insolation ; used when run-time parameter
91        "select_incSW" is set to 1 ; by default (=0), uses old unchanged formula.
92    o pkg/exf, pkg/ecco, pkg/ctrl:
93      - add ctrlUseGen and .NOT.ctrlUseGen exclusive brackets
94      - activate gentim2d for xx_atemp,xx_aqh,xx_swdown,xx_lwdown,xx_precip
95      - implement gentim2d for xx_tauu, xx_tauv
96    o pkg/ctrl, pkg/ecco :
97      - fix and complement the generic controls implementation
98    o pkg/exf/exf_getclim.F, exf_getffields.F, exf_getsurfacefluxes.F,
99        pkg/shelfice/shelfice_thermodynamics.F,
100        verification/hs94.1x64x5/code_ad/ctrl_map_gentim2d.F,
101        verification/hs94.1x64x5/code_oad/ctrl_map_gentim2d.F :
102      - add weight in CTRL_GET_GEN calls
103    o pkg/ctrl :
104      - ctrl_get_gen.F : add weight as input parameter, and apply
105        it directly rather than using smooth_correl2Dw (to be retired).
106      - ctrl_map_gentim2d.F : add wgentim2d in CTRL_GET_GEN call
107    o pkg/ctrl :
108      - introduce run time switch ctrlUseGen (in ctrl.h, ctrl_check.F,
109        ctrl_init_variables.F, ctrl_readparms.F, ctrl_summary.F)
110      - re-activate ctrl_summary (call in ctrl_init.F)
111    o pkg/ctrl/ctrl_cost_gen.F :
112      - fix CCP brackets, remove un-necessary myiter, mytime
113    o pkg/ecco, pkg/ctrl :
114      - remove cost_genctrl.F (now pkg/ctrl/ctrl_cost_driver.F)
115      - remove cost_forcing_gen.F (now pkg/ctrl/ctrl_cost_gen2d.F)
116      - add ctrl_cost_driver.F (replaces pkg/ecco/cost_genctrl.F)
117      - add ctrl_cost_gen2d.F (replaces pkg/ecco/cost_forcing_gen.F)
118    
119    checkpoint65d (2014/09/15)
120    o pkg/ctrl/CTRL_GENARR.h, ctrl_readparms.F :
121      - add xx_genarr2d_bounds,xx_genarr3d_bounds,
122        xx_genarr2d_numsmooth, xx_genarr3d_numsmooth
123    o pkg/ctrl/ctrl_map_ini_genarr.F :
124      - remove compilation failure
125      - replace hard coded example
126      - use ctrl_map_ini_gen2D, 3D
127    o pkg/ctrl/ctrl_pack.F, ctrl_unpack.F :
128      - on/off switch based upon xx_genarr2d_weight,3d
129    o src/packages_init_variables.F :
130      - regroup pkg/estimation calls
131      - remove CTRL_MAP_INI, CTRL_MAP_INI_ECCO
132        (moved to ctrl_init_variables)
133    o cost/cost_init_varia.F :
134      - remove ecco_cost_init_varia
135        (moved to ecco_init_varia)
136    o ctrl/ctrl_init_variables.F :
137      - add CTRL_MAP_INI, CTRL_MAP_INI_ECCO
138      - add CTRL_MAP_INI_GENARR, SEAICE_CTRL_MAP_INI
139    o ctrl/ctrl_map_ini.F :
140      - remove ctrl_map_ini_genarr, seaice_ctrl_map_ini
141        (moved to ctrl_init_variables)
142    o ctrl/ctrl_map_ini_ecco.F :
143      - remove ECCO_PHYS (mv to ecco_init_varia)
144      - remove seaice_ctrl_map_ini (mv to ctrl_init_variables)
145    o ecco/ecco_ad_diff.list :
146      - add ecco_init_varia.f
147    o ecco/ecco_init_varia.F
148      - new routine
149    o pkg/streamice:
150      - move call to STREAMICE_INITIALIZE_PETSC from the_model_main.F
151        to streamice_init_fixed.F ; fix setting of STREAMICEisOn.
152      - from model/src, only call pkg/streamice routines if useStreamIce is TRUE.
153    o pkg/generic_advdiff:
154      - fix bug causing negatives in GAD_SMOLARKIEWICZ_HACK, introduced 8/8/2014.
155    o pkg/exf:
156      - exf_getffields.F : add xxg_atemp, xxg_aqh, xxg_swdown, xxg_lwdown,
157         xxg_precip capability
158      - exf_wind.F : no need for ALLOW_WSPEED_CONTROL cpp switch
159    o pkg/ctrl:
160      - ctrl_pack.F, ctrl_unpack.F : omit (un)packing of undefined xx_gentim2d
161    o model/src/load_fields_driver.F :
162      - move call to CTRL_MAP_GENTIM2D ahead of BULKF_FIELDS_LOAD, EXF_GETFORCING
163        so xx_gentim2d can be applied to e.g. exf fields in a timely manner.
164    o OpenAD verification experiments:
165      - Include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h, and CTRL_OPTIONS.h
166        in src files (to enable to skip the ECCO_CPPOPTIONS.h);
167        for now, only in pkgs used in OpenAD verification experiments.
168      - Change all except one (halfpipe_streamice) OpenAD experiments to use pkg
169        specific option file (AUTODIFF_OPTIONS.h, COST_OPTIONS.h & CTRL_OPTIONS.h)
170        instead of using ECCO_CPPOPTIONS.h (with all relevant options in it).
171        This applies to both TAF (*/code_ad/) and OpenAD (*/code_oad/) tests.
172    o OpenAD verification tests:
173      - finish removing ALLOW_AUTODIFF_OPENAD (replaced by ALLOW_OPENAD);
174      - finish replacing ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for
175        tape/storage which are specific to TAF/TAMC) in pkgs used in OpenAD exp.
176      - leave ALLOW_AUTODIFF_TAMC undef in OpenAD verification tests (*/code_oad/)
177        and remove local copy of "tamc.h" (needed only if ALLOW_AUTODIFF_TAMC).
178    o model/src & generic_advdiff:
179      - change hard-coded loop-range in S/R APPLY_FORCING_T/S to set T & S
180        forcing over 0:sNx+1, 0:sNy=1 (instead of just 1:sNx,1:sNy): Model
181        dynamics requires valid tracer forcing only over tile interior but, for
182        some diagnostics, may need to extend it over 1 point in tile halo region.
183      - in gad_calc_rhs.F, update calls to gmredi_x/ytransport to get valid
184        tendency over i,j_Min,Max range. This allows to simplfy i,j_Min,Max
185        setting in temp/salt/ptracer_integrate.F
186    o pkg/dic:
187      - multiply tracer tendencies by maskInC (if ussing OBCS) before updating
188        gchem tracers: this allows to skip the 2nd call to OBCS_APPLY_PTRACER
189        in gchem_forcing_sep.F
190    o pkg/autodiff & obcs:
191      - add storage of current OB values for U & V (was already done for T & S).
192    
193    checkpoint65c (2014/08/30)
194    o pkg/dic:
195      - take out of dic_atmos.F the initialisation part (corresponding to istate=0)
196        and move it to new S/R DIC_INI_ATMOS ; also simplify the dependencies for
197        AD compilers (but still a Pb with multi-threading and Ajoint dependencies).
198    o verification:
199      - new experiment testing OBCS and DIC pkgs, using params & output from
200        tutorial_global_oce_biogeo but limited to a sub-domain around Drake
201        passage: take OBCS from the last year of a 2 yrs simulation and initial
202        conditions from t=1.yr while keeping the same forcing.
203    o model/src:
204      - when allowFreezing=T, only reset below freezing initial Temp to Tfreezing
205        (at any k) if checkIniTemp is not set to FALSE (default checkIniTemp=T).
206    o pkg/diagnostics (Stats-Diags):
207      - re-write S/R DIAGSTATS_CALC (more similar to TARGET_NEC_SX part) to:
208        a) refine region where stats are computed, excluding where arrhFac=0 ;
209        b) fix missing interior mask (use with OBCS) in 3-D fields statistics;
210        c) extend regional stats over the region edges (for U or V pt location).
211    o pkg/gchem:
212      - add a (2nd) call to OBCS_APPLY_PTRACER in gchem_forcing_sep.F (needed since
213        pkg/dic is currently changing/updating ptracers values beyond the OB).
214    o verification (hs94):
215      - convert Held & Suarez external_forcing.F (from hs94.cs, with Sigma-coords
216        bits) to apply_forcing.F and undef USE_OLD_EXTERNAL_FORCING in experiments
217        hs94.cs-32x32x5 and tutorial_held_suarez_cs ; also use the same version of
218        apply_forcing.F in 2D hs94 (fwd, ad & oad) but keep LatLon hs94 unchanged.
219    o pkg/ptracers:
220      - implement Adams-Bashforth on pTracers (instead of on tracer tendency),
221        switched on by setting PTRACERS_doAB_onGpTr=F (default set to doAB_onGtGs)
222      - change exp4 secondary test (input.nlfs) to test AB on T & S & pTracer
223        with AB-2 code (so that it get tested).
224    o model/src:
225      - allow to apply Adams-Bashforth on Temp & Salt (instead of on gT,gS)
226        with AB-2 code (previously only available with AB-3 code).
227        Also move the code (call to ADAMS_BASHFORTH S/R) form thermodynamics.F
228        to temp/salt_integrate.F (since the 2nd part of gt/sNm1 update is done
229        there, by calling CYCLE_AB_TRACER).
230    o pkg/generic_advdiff:
231      - change Tracer argument (drop bi,bj indices) in S/R GAD_CALC_RHS,
232        GAD_C2_ADV_R, GAD_U3_ADV_R, GAD_C4_ADV_R, GAD_DIFF_R, GAD_BIHARM_R
233        + also in GMREDI_X/Y/RTRANSPORT ; and update corresponding calls in
234        S/R temp/salt/ptracers_integrate.F
235    o model/src & pkg/ptracers:
236      - remove common block variables gT,gS (in DYNVARS.h), except when
237         USE_OLD_EXTERNAL_FORCING is defined; update TAF storage accordingly.
238      - remove common block variable gPtr.
239    o model/src & pkgs:
240      - change gTracer (and/or tracer) argument (drop bi,bj indices) in S/R
241         ADAMS_BASHFORTH(2&3), CYCLE_(AB_)TRACER, FREESURF_RESCALE_G,
242         IMPLDIFF, SOLVE_TRIDIAGONAL & _PENTADIAGONAL, GAD_SOM_ADVECT,
243         GAD_ADVECTION, GAD_CALC_RHS, GAD_IMPLICIT_R, TIMEAVE_CUMUL_DIF_1T
244      + change accordingly all calling S/R.
245      - use local temperature/salinity/ptracer tendency array (without bi,bj)
246        in S/R temp/salt/ptracers_integrate.F
247    o pkg/seaice:
248      - move computation of stress contributions to rhsU/V in s/r seaice_lsr
249        to separate s/r seaice_lsr_rhsu/v in order to be able to re-use code
250      - make u/vIceC local variables if SEAICE_CGRID is defined only to be used
251        in seaice_lsr
252      - seaice_lsr.F: make local 4D arrays UXX, VYY, etc 2D
253        in s/r seaice_lsr_calc_coeffs
254    o pkg/mdsio:
255      - in MDS_READ/WRITE_FIELD, stop if file-name (+prefix) is too long
256        (e.g., > MAX_LEN_MBUF -90 ) or, in INI_MODEL_IO, if mdsioLocalDir is
257        too long (e.g., > MAX_LEN_FNAM/2 )
258    
259    checkpoint65b (2014/08/12)
260    o pkg/matrix:
261      - pass, as argument, updated tracer field to S/R MATRIX_STORE_TENDENCY_EXP
262    o model/src:
263      - fix initialisation of geothermalFile; compile geothermal-flux code in
264        natl_box verification experiment.
265    o model/src & pkg/down_slope:
266      - push the k loop inside S/R TIMESTEP_TRACER (now called outside the k loop).
267      - in dwnslp_apply.F, update tracer tendency instead of the future tracer
268        field and call S/R DWNSLP_APPLY before TIMESTEP_TRACER; this affects
269        results at machine truncation level: update output of experiments
270        global_ocean.90x40x15.dwnslp (FWD) and lab_sea.noseaicedyn (AD).
271    o pkg/diagnostics (Stats-Diags):
272      - do not cumulate the full volume when DIAGNOSTICS_FILL is
273        called with bibjFlg < 0 (no increment of the counter for 2D/3D diag);
274        This fix the mean statistics when DIAGNOSTICS_FILL is called multiple
275        times (but Min,Max and StD are still wrong).
276    o model/src:
277      - add geothermal flux forcing: read in ini_forcing.F as time-constant
278        field "geothermalFlux" applied in S/R APPLY_FORCING_T (apply_forcing.F)
279    o model/src:
280      - move CYCLE_TRACER calls from tracers_correction_step.F to temp/salt/ptracer
281        _integrate.F so that, when leaving S/R THERMODYANMICS, theta,salt and pTrac
282        arrays are already updated while adjustments (filters, conv.adjustment) are
283        still applied later, in S/R TRACERS_CORRECTION_STEP.
284    o model/src:
285      - store in common bloc array "rhoInSitu" the virtual potential temperature
286        anomaly that is used to compute geopotential: this make the atmos code
287        more similar to ocean code which already uses rhoInSitu in calc_phi_hyd.F
288    o pkg/seaice/seaice_lsr.F
289      - rename integer variable ilcall to ipass (that's what it is called
290        in the residual diagnostics
291      - change time stepping for NPSEUDOTIMESTEP > 2 (does not change the
292        default) for improved non-linear convergence of the first few steps
293      - adjust a few comments and add new ones to explain some of the store
294        directives
295    o pkg/generic_advdiff (& ptracers):
296      - re-work the code to check for valid advection scheme and for minimum
297        size of overlap (now stored in local common bloc in gad_advscheme.F)
298    o pkg/seaice: another attempt to make the adjoint work for sea ice dynamics
299      - re-initialize more variables in seaice_lsr: u/vIceC, u/vIceNm1
300      - add an auxilliary variable "bet" and fix store directives and keys in
301        seaice_lsr_tridiagu/v, this seems to do the trick (i.e. more or
302        less exact gradients in my tests); but there are still
303        recomputation warning (although gradients are sort of OK), when
304        SEAICE_LSR_VECTORIZE is not defined, so this flag and
305        SEAICE_LSR_VECTORIZE_ZEBRA are recommended for efficiency.
306      - update verification experiments lab_sea.
307      - change some comments in S/R seaice_calc_viscosities
308    o model/src:
309      - if staggerTimeStep=T, always apply exchange to velocity field in
310        do_stagger_fields_exchanges.F instead of in do_fields_blocking_exchanges.F
311        (independent of using multi-dim advection or not); no effect on FWD run
312        but affects AD results (at machine truncation level): update output of
313        experiment 1D_ocean_ice_column (ad: 12 digits), hs94.1x64x5 (ad,oad: 13.d)
314        and isomip (oad: 12.d).
315    o pkg/generic_advdiff:
316      - stop if doAB_onGtGs is set to FALSE but ignored
317      - refine warning related to stability of tracer time-stepping
318        regarding internal wave dynamics.
319      - setting of AdamsBashforth_T,S when doAB_onGtGs=F: remove condition
320        on staggerTimeStep & implicitIntGravWave (will now get a warning
321        if potentially unstable).
322    o pkg/kl10:
323      - add new pkg "kl10" for mixing due to internal wave breaking, from
324        http://www.sciencedirect.com/science/article/pii/S1463500310000144
325        (contribution from Jody Klymak), tested in verification experiment
326        verification/internal_wave/input.kl10/
327    o isomip experiment:
328      - test pkg/shelfice with Non-Lin Free-Surf in one of the FWD set-up
329        (input.htd) and update the output.
330    o cd_code experiments:
331      - use default cd_code options (#undef CD_CODE_NO_AB_MOMENTUM &
332        #undef CD_CODE_NO_AB_CORIOLIS) in experiments: cfc_example (fwd)
333        global_ocean.90x40x15 (ad & oad) and OpenAD (ad & oad) and
334        update the corresponding output.
335    o pkg/seaice:
336      - reduce the number of include files and store directives in
337        S/R seaice_lsr_tridiagu/v
338      - change the order of loops in one case in S/R seaice_lsr_tridiagv
339        (only for SEAICE_VECTORIZE_LSR_ZEBRA defined), which allows me to
340        get rid off one store directive (a TAF bug?)
341      - add one more instance of ifdef SEAICE_VECTORIZE_LSR_ZEBRA in
342        S/R seaice_lsr_tridiagv to change the loop range for consistency
343      - remove ilcall, m from parameter list of S/R seaice_lsr_tridiagu/v
344      - fix a bug that affects the JFNK solver: replace sNx/y by i/jMax in
345        S/R seaice_lsr_tridiagu/v (requires update of
346        offline_exf_seaice/input.dyn_jfnk)
347    
348    checkpoint65a (2014/07/27)
349    o model/src:
350      - Non-Lin Free-Surf in p/z coords: allows hFacW,S to be larger than
351        surrounding hFacC=1 @ edge of a step with different kSurfC on either side
352        (topo in p-coords, ice-shelf in z-coords); update output of experiments
353        tutorial_global_oce_in_p and isomip (both AD and OpenAD output).
354    o model/src:
355      - collect momentum forcing tendency into local 2-D array (passed as argument
356        to apply_forcing S/R); this simplifies mom. Forcing diagnostics and CD_CODE
357        parts in timestep.F (without CD_CODE_NO_AB_MOMENTUM defined = the default);
358        affects results at machine truncation level (e.g., if using OBCS_SPONGE).
359      - collect T & S forcing tendency into local 2-D array (passed as argument to
360        apply_forcing S/R); add 3-D diagnostics for temp & salt forcing tendency.
361        affects results at machine truncation level (e.g., ocean: if using
362        SHORTWAVE_HEATING ; atmos: if using FrictionHeating or (atm_Rq<>0) moist
363        correction due to vertical advection).
364      - update output of experiments: fizhi-cs-32x32x40 (13 digits),
365        global_ocean.cs32x15 (fwd: icedyn, seaice, thsice, all 3 @ 11d; adm & tml:
366        seaice_dynmix & thsice, fwd grd @ 3 & 8), hs94.1x64x5 (ad grd @ 13),
367        obcs_ctrl (ad & fwd grd @ 12 & 7).
368    o pkg/ptracers & diagnostics:
369      - use ptracers (short) name (instead of long one) to make ptracers diagnostics
370        title (to avoid some unexpected truncation); sort out ptracers diags units.
371      - collect ptracer forcing tendency into local 2-D array (passed as argument
372        to apply_forcing S/R); add 3-D diagnostics for ptracers forcing tendency.
373    
374    checkpoint65 (2014/07/18)
375    o pkg/fizhi:
376      - add parenthesis around fizhi tendencies in fizhi_tendency_apply.F: this
377        affects results at machine truncation level. Update output of experiments
378        fizhi-cs-32x32x40 (12 digits for cg2d) & fizhi-cs-aqualev20 (13 digits).
379    o pkg/seaice: more clean up
380      - rename TAF common block tapes to be more consistent and remove
381        unnecessary duplicates
382      - add store directives to remove more recomputations, but use smaller
383        tapes (and adjust keys) when SEAICE_LSR_ADJOINT_ITER is undefined.
384        The idea behind this flag is to reduce the memory footprint when the
385        adjoint of the LSR is not required. As of now, defining the flag
386        SEAICE_LSR_ADJOINT_ITER increases 4 common block tapes for 2D field by
387        a factor of SOLV_MAX_FIXED (=500 by default in SEAICE_SIZE.h).
388        For experiment offline_exf_seaice, this means on a linux box with gfortran
389        nearly a factor of 10 (but keep in mind there is mostly seaice code in
390        this experiment):
391        > size mitgcmuv_ad
392        text    data        bss     dec        hex  
393        5100659 1216  220458952  225560827  d71c8fb
394        5339425 1200 1868783272 1874123897 6fb4dc79 (SEAICE_LSR_ADJOINT_ITER)
395        but only a moderate increase of 36% for global_ocean.cs32x15:
396        text    data        bss     dec        hex
397        6695027 1648 1014578664 1021275339 3cdf6ccb
398        6695203 1648 1382505320 1389202171 52cd8afb (SEAICE_LSR_ADJOINT_ITER)
399      - note: there are still recomputations in global_ocean.cs32x15 and
400        offline_exf_seaice and the gradient agreement changes (gets a
401        little worse) for global_ocean.cs32x15 (-> update output_adm.seaice.txt)
402      - in general, the AD gradients still are wrong
403    o OpenAD
404      - clean up code_oad/ directories somewhat by moving files
405        dontCompile, dontTransform, keepOriginal to OAD_support/
406    o model/src:
407      - using MOM fluxform and Non-Lin Free-Surf with momDissip_In_AB=F
408        (not currently tested): add dissipation terms before NLFS rescaling of
409        tendencies (previously done after).
410    o pkg/diagnostics:
411      - write stats-diags in ascii file with more digits (same as in monitor).
412    o pkg/down_slope:
413      - drop the bi,bj dimension of argument recip_hFac in S/R DWNSLP_APPLY; with
414        NLFS (not tested), use new recip_hFac value in order to conserve tracer.
415    o model/src:
416      - new file "apply_forcing.F" containing all the code previously in
417        external_forcing.F, but with new argument list: pass, as new argument,
418        the current level tendency array to update (instead of a direct update
419        of the common bloc array). Change the corresponding calls.
420      - add CPP option USE_OLD_EXTERNAL_FORCING (default is undef) to use
421        EXTERNAL_FORCING_U,V,T,S subroutines (for backward compatibility).
422    o pkg/seaice/seaice_lsr, a little bit of clean up
423      - rearrange some code blocks, so that now all calculations for
424        setting up the right-hand-sides done within one single block
425        (I find that easier to read and understand)
426      - rearrange freedrift-code to reduce the number of ifdefs
427      - adjust some indentations and comments
428    
429    checkpoint64z (2014/07/10)
430    o model/src and several pkgs:
431      - change argument list of all S/R called from external_forcing.F and
432        called from ptracers_forcing.F (renamed to ptracers_apply_forcing.F)
433        to pass, as argument, the current level tendency array to update
434        (instead of a direct update of the common bloc array).
435      - change also (in the same way) argument list of PTRACERS_APPLY_FORCING;
436      - rename taueddy_external_forcing.f to taueddy_tendency_apply.F
437    o pkg/seaice/seaice_lsr.F
438      - always initialize local arrays in seaice_lsr_tridiagu/v
439      - add more local tapes to seaice_lsr_tridiagu/v
440      - move storing u/vice(:,:,bi,bj) out of seaice_lsr_tridiagu/v, but
441        keep it in bi/bj loop; this seems to be essential
442      - gradients are still wrong but only by 4-7 orders of magnitude
443        instead of 15 orders of magnitude, lab_sea improves a little
444    o pkg/seaice
445      - (pkg/autodiff) remove storing/restoring of seaiceMaskU/V that
446        generates unnecessary code in seaice_lsr_ad
447      - add more store directives in seaice_lsr to avoid unnecessary code
448        in seaice_lsr_ad
449      - exclude some residual computations in seaice_lsr when
450        ALLOW_AUTODIFF_TAMC is defined in order to avoid unnecessary code
451        in seaice_lsr_ad
452      - add more storing, a new tape (model/src/the_main_loop.F) and
453        another key for SEAICE_LSR_VECTORIZE_ZEBRA (the local keys ilockey
454        and klockey should be checked by a specialist)
455      - modify ( define SEAICE_VECTORIZE_LSR and SEAICE_LSR_ADJOINT_ITER )
456        and update lab_sea after previous changes in pkg/seaice below
457    o pkg/autodiff:
458      - introduce useSmoothCorrel2DinAdMode, SEAICEapproxLevInAd, and
459        viscFacInAd : run time parameters allowing for adjoint switches
460        note : logic for useSmoothCorrel2DinAdMode is in ctrl_readparms.F
461    o pkg/ecco:
462      - introduce cost_gencost_boxmean.F that computes a box mean
463        temperature (for use in adjoint sensitivity studies).
464    o model/src/set_defaults.F : initialize viscFacAdj to 1.
465    o pkg/mom_common/mom_calc_visc.F:
466      - ifdef ALLOW_AUTODIFF then include viscFacAdj factor.
467    o pkg/seaice/seaice_summary.F:
468      - statement for SEAICEadjMODE now in autodiff_readparms.F
469    o pkg/seaice:
470      - remove some store directives and add new ones in an effort to get
471        finally rid off the recomputation warnings. This is successful
472        when SEAICE_VECTORIZE_LSR ***and*** SEAICE_LSR_ADJOINT_ITER are
473        defined (i.e. no extensive recomputation warnings left), but there
474        are still too many recomputations on the solver iteration level
475      - define SEAICE_VECTORISZE_LSR in offline_exf_seaice/code_ad/SEAICE_OPTIONS.h
476      - move definition of MPSEUDOTIMESTEPS into TAMC-block in
477        SEAICE_SIZE.h
478      - add a store directive in S/R seaice_calc_viscosities
479    o pkg/seaice (ITD code):
480      - fix definition of Hlimit for multi-threaded case
481      - use double precision arithmetic to compute Hlimit: this affects results;
482        update output of experiment seaice_itd.
483    o replace content of verification/seaice_itd
484      - instead of a 1D column use the configuration of offline_exf_seaice
485        to test the ice thickness distribution code with ridging
486      - this is a first shot at this experiment
487      - change of some defaults of ridging parameters SEAICEhStar (from
488        100 to 25) and SEAICEmuRidging (from 5 to 3) in seaice_readparms.F
489        and lot of new comments.
490    
491  checkpoint64y (2014/06/20)  checkpoint64y (2014/06/20)
492  o pkg/seaice/seaice_reg_ridge.F:  o pkg/seaice/seaice_reg_ridge.F:
493    - modify the regularization of very small volumes of ice; only check    - modify the regularization of very small volumes of ice; only check

Legend:
Removed from v.1.2008  
changed lines
  Added in v.1.2084

  ViewVC Help
Powered by ViewVC 1.1.22