/[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.1743 by mlosch, Mon Sep 24 15:07:38 2012 UTC revision 1.1921 by jmc, Fri Sep 20 00:45:38 2013 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o tools/build_options: linux_amd64_gfortran & linux_amd64_ifort11:
8      - remove CPP='cpp -traditional -P' (this is genmake2 default)
9      - add switch (for big setups) to use 'medium' memory-model (but leave it
10        commented out for now). Note: needed with FC 19 to compile big setups.
11    o pkg/atm_compon_interf:
12      - regroup per field origin (model & pkgs) the coupling storage routines
13         (which accumalate in time each coupling field)
14      - move bi,bj loops inside atm_store_my_data.F and store also wind-stress;
15        update accordingly + simplify aim_do_physics.F
16    
17    checkpoint64n (2013/08/26)
18    o pkg/bbl:
19      - update formulation to reduce dispersion of tracer properties in bbl
20      - replaced horizontal and vertical transport parameters with velocities
21      - changes results for verification/global_with_exf.yearly
22    o verification/halfpipe_streamice:
23      - change to matrix construction; update both Fwd & AD output.
24    o verification/tutorial_tracer_adjsens:
25      - OpenAD test: switch to vector-invariant momentum since fluxform with
26        rStar causes problems with OpenAD; update output.
27    o tools:
28      - genmake2: define a common prefix for all temp-file names ; move them
29        to local /tmp disk (but would be easy to move them back);
30      - xmakedepend: apply the same switch for temp-files.
31    o pkg/offline:
32      - changes for use with rStar (NLFS): assume that we continue to provide
33        UVELMASS/hFacW_ini & VVELMASS/hFacS_ini (hFacWi,S_ini as written in grid
34        output files) and apply r* scaling at each time-step (function of the time
35        varying Eta field); use normal pickup files (needed for restart with NLFS).
36    o adjoint with OpenAD:
37      - move OpenAD-specific files from verification/OpenAD/code_oad_all to a new
38        package openad.  This package has to be compiled for all runs with OpenAD
39        instead of specifying code_oad_all as a modification directory.
40      - link the fortran templates from tools/OAD_support to the build directory
41        for preprocessing to avoid conflicts between different setups compiled
42        simultaneously and simplify cleanup.
43    o pkg/exf:
44      - in exf_getforcing.F: comment out most of the EXCH calls (fields used by
45        main model or other pkgs are exchanged in EXF_MAPFIELDS).
46    o model/src:
47      - do_stagger_fields_exchanges.F: skip EXCH calls when using pkg/offline
48        (similar to do_fields_blocking_exchanges.F).
49    o tools/genmake2:
50      - remove TAF output src code just before calling staf (when not doing a fresh
51        built, will stop if things go wrong with staf).
52      - fix target "adobj" (left from TAF version-2 transition)
53    o pkg/diagnostics:
54      - add a parameter to track the status of pkg/diagnostics activation;
55        this replace/extend the use of logical param "settingDiags" (to check
56        when adding diag to the list) to also check any DIAGNOSTICS_[]FILL* call.
57        New S/R to print error message and stop when pkgStatus is not right.
58      - to try: add a warning when "data.diagnostics" exist but useDiagnostics=F.
59    
60    checkpoint64m (2013/08/13)
61    o model/inc:
62      - move FCORI_MACROS.h from PARAMS(_MACROS).h to GRID_MACROS.h (left from
63        8 yrs ago modif when Coriolis arrays were moved from PARAMS.h to GRID.h)
64    o pkg/kpp & aim_v23:
65      - only call DIAGNOSTICS_FILL when useDiagnostics=TRUE.
66    o pkg/seaice:
67      - restore (last time on 2011/12/24) ability to compile pkg/seaice with
68        undefined pkg/exf ALLOW_ATM_TEMP or ALLOW_RUNOFF CPP-options.
69      - only call DIAGNOSTICS_FILL when useDiagnostics=TRUE.
70    o eesupp/src:
71      - fix check for overlap-size argument (myOLn.GT.MAX_OLY_EXCH)
72        in exch1_rx[_ad].template (thanks to Francois Lefeuvre report).
73    o switch to TAF version-2:
74      - add flow directives to "freeze" naming convention for ad-routines that
75        are used in I/O routines of adjoint state and associated common blocks
76        that are used in adcommon.h (backward compatible with version-1)
77      - update all ad-optfiles (in tools/adjoint_options + few local to some
78        verification exp) to switch to latest TAF version (currently 2.5.5);
79        merge "*_mpi" adoptfiles into the corresponding non-mpi (but commented
80        out except for diva).
81      - the major change with TAF version-2 is that both the differentiated
82        routines and the forward routines (new) are returned as part of the TAF
83        output source code. Update genmake2 accordingly.
84      - new output for AD experiment tutorial_global_oce_biogeo (better AD gradient
85        with version-2 when compared to TLM or FWD gradient); other experiments
86        output show minor changes (machine truncation level); update the few AD &
87        TLM output with 12 matching digits only (some prior to version-2 switch).
88    
89    checkpoint64l (2013/08/05)
90    o model/src:
91      - in dynamics.F, skip the call to CALC_VISCOSITY if momViscosity=F
92      - main_do_loop.F: no longer includes additional (AUTODIFF) header files
93        when using TAF but only if using OpenAD.
94    o pkg/mom_common+fluxform+vecinv:
95      - always set horiz. viscosity arrays to background value before calling
96        MOM_CALC_VISC (in MOM_FLUXFORM & MOM_VECINV) and call S/R MOM_CALC_VISC
97        only when using variable horiz. viscosity (useVariableVisc=T);
98      - simplify mom_vecinv.F (only 1 block for momViscosity).
99    o pkg/mom_common: variable horiz. viscosity in NH code
100      - move horiz-viscosity 3-D arrays viscAh_W & viscA4_W (used in calc_gw.F)
101        from model/inc/NH_VARS.h to pkg/mom_common/MOM_VISC.h
102      - store in common block (in MOM_VISC.h) logical parameters: useHarmonicVisc,
103        useBiharmonicVisc & useVariableVisc.
104      - fix old bug (already in 1rst implementation of variable horizontal viscosity
105        in calc_gw.F, version 1.27, 2006/06/20):
106        horizontal bi-harmonic viscosity in gW was missing when wiscA4W=0
107        even if variable bi-harmonic viscosity (e.g., viscA4Grid) was non-zero.
108      - change background horiz viscosity in vertical momentum (gW) to always be
109        viscAhW,viscA4W (instead of switching to viscAhD, viscA4D when using
110        any type of variable viscosity, e.g., viscAh/4Grid)
111      - change default value of viscAhW,viscA4W to viscAhD,viscA4D (instead of
112        viscAh,viscA4) which default to viscAh,viscA4 :  this avoid missing
113        horiz. viscosity in W eq when just setting viscAhD/Z,viscA4D/Z (since
114        default viscAh,viscA4 is zero).
115    o model/src:
116      - extend length of drC & recip_drC from Nr to Nr+1.
117    o Divided Adjoint (DIVA) with MPI:
118      - genmake2: do not create local ./mpi_headers dir when no file to copy into.
119      - remove option ALLOW_DIVIDED_ADJOINT_MPI (replaced by ALLOW_DIVIDED_ADJOINT
120        and ALLOW_USE_MPI) from model/src code and from ECCO_CPPOPTIONS.h.
121    
122    checkpoint64k (2013/07/23)
123    o tools/OAD_support:
124      - avoid the need for file "oadtempflile" in insertTemplateDir.bash
125        and remove it from genmake2.
126    o tools/build_options:
127      - remove MPI_HEADER_FILES_INC setting (no longer used) and comment out
128        MPI_HEADER_FILES list (let genmake2 find the missing headers)
129    o verification/halfpipe_streamice:
130      - change to driving stress formulation; update both Fwd & AD output.
131    o tools/genmake2 and Divided Adjoint with MPI:
132      - remove default setting of MPIINCLUDEDIR from $MPIHOME (always been broken);
133      - only create local ./mpi_headers dir if using MPI and MPIINCLUDEDIR is set;
134      - add new variable (LOCAL_MPI_HEADERS, replace MPI_HEADER_FILES_INC) in
135        Makefile, which is set by genmake2, and check which mpi-headers are needed.
136        Note: need to update adjoint_options/adjoint_diva_mpi accordingly.
137      - update target "CLEAN" (to also remove ./mpi_headers/ dir).
138    o testreport:
139      - changes for Divided Adjoint Run: when file "run_ADM_DIVA" is present,
140        perform additional runs (number of additional runs is "add_DIVA_runs" taken
141        from file run_ADM_DIVA ; should match "nchklev_3" in file "code_ad/tamc.h").
142    o verification/lab_sea (AD test):
143      - change to test Divided Adjoint Run in this set-up (both standard AD test
144        and 2 secondary AD test: noseaice + noseaicedyn); drop the evp AD test.
145    o pkg atm_ & ocn_compon_interf:
146      - remove cpl_earlyExpImpCall=F option (was mainly a hack added for the old
147        staggerTimeStep implementation) and disable (retired) corresponding
148        parameter.
149    o pkg/offline:
150      - comment out unused field-array: ICEM, ConvectCount, hflx[01], icem[01];
151      - add S/R OFFLINE_CHECK to print offline parameter summary
152        and stop if loading a file that is not used;
153      - enable to calculate GMRedi tensor, KPP mixing and convective index
154        when the corresponding file(s) is/are not specified (but pkg is used).
155      - comment out resetting of monitorFreq (to endTime) since it still useful
156        for monitoring CFL numbers and checking offline fields.
157    o OpenAD:
158      - do not define OAD_DEBUG (in tools/adjoint_options/adjoint_oad) to get
159        smaller standard output) and generate new (smaller) output (on baudelaire
160        using gfortran with -ieee) for exp. tutorial_tracer_adjsens
161    o model/src:
162      - call EXTERNAL_FORCING_SURF outside bi,bj loops (in do_oceanic_phys.F),
163        (where external_forcing_adjust was called) and change list of arguments;
164      - merge external_forcing_adjust.F into external_forcing_surf.F
165      - put surface relaxation of SST & SSS in new S/R (forcing_surf_relax.F)
166        which also contains balancing surface relaxation (ALLOW_BALANCE_RELAX,
167        previously in file "balance_relax.F", now removed); remove corresponding
168        arrays in FFIELDS.h.
169      - EXTERNAL_FORCING_SURF is now called when using pkg/offline; implement
170        a hack for getting back surfaceForcingS (loaded from file) when using
171        ALLOW_OLD_VIRTUALFLUX (pkg/dic, in DIC_OPTIONS.h) in offline set-up.
172      - update output of AD test experiment global_ocean.cs32x15.seaice_dynmix
173        (was getting only 11 digits for AD-grad, due to different truncation
174         error in AD code).
175    
176    checkpoint64j (2013/07/04)
177    o pkg/offline:
178      - to enable the use of other features with pkg offline (e.g., obcs),
179        also call S/R DO_OCEANIC_PHYS in offline run - more modifs to come.
180      - comment out "allowFreezing" (now active) in 2 offline testing exp.
181    o pkg/exf ALLOW_RUNOFTEMP
182      - fix sign and make compatible with temp_EvPrRn .NE. UNSET_RL
183      - ahdded RUNOFTEMP test to verification/global_ocean.cs32x15/input.seaice
184      - changes verification/global_ocean.cs32x15/results/output.seaice.txt
185    o pkg/atm_phys:
186      - allows to add some damping on uVel,vVel (strength only function of k).
187    o verification, ad-tests:
188      - reduce length of the simulation for AD test: global_ocean.cs32x15.seaice,
189        global_ocean_ebm and offline_exf_seaice.thsice.
190    o verification/halfpipe_streamice:
191      - found a bug in s/r pkg/streamice/streamice_advect_thickness which caused
192        flux input boundary conditions to be ignored; a fix for this bug changed
193        verification results for forward test.
194      - add adjoint test.
195    o pkg/ptracers:
196      - allow to restart without SOM pickup (resetting SOM to zero).
197    o pkg/gmredi:
198      - New parameterisation for the calculation of K and (GM_PsiX,GM_PsiY) added.
199      - It uses mixing length theory and suppression by steering level effects to
200        calculate a diffusivity used in the Redi tensor (see Bates et al., submitted
201        to JPO, for more details).
202      - It also uses the diffusivity to calculate an eddy induced streamfunction
203        based on a PV closure (rather than a buoyancy closure as in GM).
204      - New files added to pkg/gmredi:
205        gmredi_k3d.F calculates the diffusivity for the Redi tensor and the eddy
206          induced overturning streamfunction (called from gmredi_calc_tensor)
207        gmredi_calc_eigs.F calculates the eigenvalues and eigenvectors required
208          for use in gmredi_k3d
209        gmredi_calc_urms.F calculates the the rms eddy velocity used to calculate
210          the eddy diffusivity
211    
212    checkpoint64i (2013/06/18)
213    o pkg/cheapaml:
214      - take src files from MITgcm_contrib/verification_other/offline_cheapaml/code
215        that enable the use of seaice (pkg/thsice thermo & pkg/seaice dynamics)
216        with pkg/cheapaml.
217    o utils/python: add subpackage for cubed sphere function, first example is
218        simple cs.pcol to plot 2D fields on a map
219    o pkg/streamice:
220      - This is a new package in MITgcm, which solves dynamic equations for ice
221         sheets and ice streams
222      - At the moment it is independent of atmosphere/ocean dynamics, or any
223        other physical packages in MITgcm, even ShelfIce (although it is anticipat-
224        ed that this will change)
225      - There is a new verification exercise that tests it, halfpipe_streamice,
226        evolves a 40x80 km ice stream/ice shelf (at coarse resolution) in a
227        rectangular embayment
228      - halfpipe_streamice is forward-only for now, will have TAF test soon
229      - for questions, email dgoldber@mit.edu
230    o pkg/thsice:
231      - fix filling of snow-precip diagnostic (SIsnwPrc) (left from the removing
232        of snowPrc from common bloc, on May 2nd, thsice_step_fwd.F revision 1.40);
233      - remove diagnostics 'SI_FrcFx' ( now identical to 'SI_Fract' with new
234         call sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect );
235      - allow precip from pkg/cheapaml to make snow over seaice.
236    o pkg/cfc:
237      - move in separated header file (CFC_ATMOS.h) time-serie arrays of Atmos CFC
238      - remove atmos CFC 2-D arrays from common bloc (now local variables)
239      - change some hard-coded constant to run time parameter for reading and
240        and interpolating atmospheric CFC ; keep same default as previously.
241      - more flexible reading of Atmos CFC (number of records no longer hard-coded)
242      - put arguments in standard order: myTime, myIter, myThid
243      - use standard S/R GET_PERIODIC_INTERVAL for time interpolation of
244        atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.
245      - fix calculation of surf tendencys for partial-cell and/or Non-Lin Free-Surf
246      - new routine to print summary of CFC params and check for consistency.
247    o pkg/seaice: add uice/vice to the parameter list of s/r seaice_advdiff,
248      similar to thsice_advdiff.
249      Note that for the B-grid case the routine parameters uc/vc are overwritten.
250    o pkg/cfc:
251      - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);
252        update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.
253      - fix interpolation of atmphspheric CFC between Sorthern and Northern
254        hemisphere value.
255    o pkg/seaice:
256      - allow to use seaice dynamics without pkg/exf (e.g., using pkg/cheapaml)
257    o pkg/seaice: add Adams-Bashforth2 time discretization for ice dynamics;
258                  so far only for JFNK-solver, turn on with SEAICEuseAB2 = .TRUE.
259      - requires an additional time level that is stored in the pickup
260      - you can start with AB2 from a pickup without this time level with
261        pickupStrictlyMatch = .false.
262    
263    checkpoint64h (2013/05/26)
264    o pkg/cheapaml:
265      - replace one ()**.5 with SQRT + use temp var "cdu = tau/Du" (coare3_flux);
266        affect machine truncation (but exp cheapAML_box still pass with 13 digits).
267      - consistent treatment of uWind,vWind location: assume everywhere in
268        pkg/cheapaml that they are on C-grid (@ uVel,vVel location)
269        (Note: was already the case for Tair,Qair advection);
270        add option (INCONSISTENT_WIND_LOCATION) to recover old results.
271      - compute diabatic forcing only in the interior (excluding overlap regions)
272      - fill in array "Qsw" (for short-wave heating);
273      - add diagnostic for precip ; fill-in diagnostics for cheapAML state vars
274        before any update (consistent with MITgcm state var diagnostics);
275      - cheapaml_fields_load.F & cheapaml_init_varia.F : only fill outer edges if
276        non periodic ; + adjusted for uWind,vWind (C-grid).
277    o pkg/seaice:
278      - remove dependence of pkg/seaice versus pkg/exf (file: pkg/pkg_depend) and
279        add explicitly pkg/exf in experiments that currently use pkg/seaice.
280      - allows to compile pkg/seaice without pkg/exf.
281    o tools/OAD_support:
282      - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
283        of array "ourStepOf" in function rvNextAction (revolve.F90).
284    o pkg/aim_compon_interf renamed to pkg/atm_compon_interf
285      - change pkg name (to be used with other atmospheric physics pkg)
286        but by-pass CVS when making the new pkg so that we keep the CVS history.
287    o pkg/offline:
288      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
289        (previously called from pkg/dic_surfforcing_init.F)
290    o model/src:
291      - re-order sequence of calls within packages_init_variables.F, using
292        standard order, except for:
293         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
294         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
295    o new pkg: atm_phys
296      - add entry point and source code (previously in contrib
297          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
298        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
299      - re-order sequence of calls within packages_readparms.F,
300         packages_init_fixed.F and packages_write_pickup.F
301        (but skip packages_init_variables.F because of TAF issues).
302      - update contrib/*/atm_gray/ experiment.
303    o pkg/seaice (ITD code):
304      - simplify and fix the writing of pickup-files for ITD case
305    o pkg/seaice (ITD code):
306      - introduce floe size dependent lateral melt for ITD case;
307      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
308      - update seaice_itd experiment main output.
309    o pkg/thsice:
310      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
311        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
312        changed accordingly pkg/atm2d.
313    
314    checkpoint64g (2013/05/01)
315    o pkg/exf ALLOW_RUNOFTEMP
316      - if defined,  river and glacier runoff temperature can be read-in from
317        runoftempfile; runoftempfile needs to have same format as runofffile
318    o pkg/thsice (& pkg/bulk_force):
319      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
320        for energy content of Precip + RunOff & Evap (like with pkg/exf).
321      - change computation domain to always be the interior (without overlap).
322      - fix bug (wrong overlap) when using EXF and stressReduction > 0.
323    o verification/tutorial_global_oce_biogeo:
324      - add preliminary OpenAD setup (still has problems)
325    o pkg/seaice:
326      - turn some parameters for choosing the convergence criterion of
327        the inexact Newton method (JFNK) into runtime parameters for convenience
328      - clean up seaice_calc_viscosities.F: remove/retire two options for
329        SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
330        the results of lab_sea/input because a division has been replaced by
331        a multiplication with the reciprocal (sumNorm)
332      - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
333        convergence of solver (changes results, of course), and to test some
334        new features
335    o model/src:
336      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
337      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
338      - move forcing adjustment (balancing surface forcing) in specific S/R
339        where might also be applied exchanges (if needed) to forcing arrays.
340    o pkg/shelfice:
341      - allow to specify the Ice-Shelf mass per unit area (instead of
342        shelficeLoadAnomaly) and do the conversion from one to the other
343      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
344        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
345        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
346        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
347      - update isomip experiment forward output (get machine truncation error
348        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
349    o verification/offline_exf_seaice:
350      revise data.seaice in input.thermo and input_ad and update results accordingly
351        HO = 0.2, SEAICE_areaLossFormula = 2,
352        SEAICE_growMeltByConv = .TRUE.,
353        SEAICE_doOpenWaterMelt = .TRUE.,
354      Improve consistency with input.thsice and fix the spurious 500m ice corners
355    o verification/global_ocean.cs32x15:
356      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
357        in icedyn (thsice+seaice-dyn) test and update output.
358    o verification/offline_exf_seaice:
359      - adjust list of tested variables (with testreport) and update
360        standard test output with better slection of monitored fields.
361    o pkg/cd_code:
362      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
363        experiment lab_sea.hb87
364    o tools/genmake2:
365      - change default makedepend from the system default to tools/xmakedepend:
366        When no makedepend is specified, select tools/xmakedepend it the test pass,
367        otherwise select the system default (if exist and pass the test) or
368        try to build cyrus-makedepend ; stop if none of the 3 works.
369    o pkg/exf & pkg/thsice:
370      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
371        for energy content of Precip + RunOff & Evap. Assumes:
372       1) Rain has same temp as Air.
373       2) Snow has no heat capacity (consistent with seaice & thsice pkgs)
374       3) Run-Off comes at the temp of surface water (with same Cp)
375       4) Evap over ocean is released to the Atmos @ surf-temp (=SST); should be
376        put directly into Latent Heat flux & should use water-vapor heat capacity.
377       5) Evap over snow/seaice (pkg/thsice) assumes constant Lf+Lv (consistent
378        with snow having no Cp) => water vapor is released to Atmos @ 0^oC (=ERL).
379    o pkg/seaice: simplify the use of CPP flags in JFNK-related files
380        (compile when SEAICE_ALLOW_JFNK is defined)
381    o pkg/thsice:
382      - fix oceanic flux diagnostics & timeave (left from new sequence of calls
383        implementation): move THSICE_AVE call after the advection (called directly
384        from thsice_do_advect.F).
385    o verification/global_ocean.90x40x15 and OpenAD:
386      New experiment for OpenAD is identical to the one in input_ad except that
387        multiDimAdvection=.FALSE.,
388      There is still an issue with this.
389    o pkg/thsice:
390      - account for ice velocity (ocean relative velocity) in turbulent heat flux
391        at the base of the ice; update output of global_ocean.cs32x15 (icedyn)
392        and offline_exf_seaice (main test).
393    
394    checkpoint64f (2013/03/31)
395    o verification/OpenAD:
396      - new (smaller, without OAD_DEBUG) output_oadm.txt generated using gfortran.
397    o verification/isomip, pkg/shelfice and OpenAD:
398      - add OpenAD setup to this exp and make shelfice package work with OpenAD
399    o verification/tutorial_global_oce_biogeo:
400      - update AD and TLM output after turning off ALLOW_FE (in DIC_OPTIONS.h)
401    o verification/offline_exf_seaice:
402      - replace adjoint experiment (now similar to fwd input.thermo/ setup).
403    o verification/tutorial_tracer_adjsens, pkg/ptracers and OpenAD:
404      - add OpenAD setup to this exp and make ptracers package work with OpenAD
405    o pkg/seaice/seaice_evp.F:
406       mask the asymmetric contribution of the ice-ocean stress (when
407       the turningAngle is non-zero) over open water to avoid stripes
408       in the EVP-solutions after many EVP-substeps. This does not change
409       the verification experiment (because turningAngle=0 in that experiment),
410       but will affect other EVP solutions with turningAngle.ne.0
411    o verification, AD & TLM output:
412      - new TAF version 2.3.10 (previously 2.3.8) add more parenthesis in multiple
413        additions and multiplications which affect results at machine truncation
414        level. Update few AD output (1D_ocean_ice_column, bottom_ctrl_5x5,
415        lab_sea.noseaicedyn & offline_exf_seaice) and TLM output
416        (1D_ocean_ice_column & tutorial_tracer_adjsens.som81) which had only 12
417        digits of matching.
418    o pkg/seaice:
419       modify lsr-algorithm so that it vectorizes AND converges by using a
420       "zebra" method: split vector loop into two with step size 2; this
421       solves a general convergence problem for the JFNK solver on a vector
422       computer. It has the potential to even improve convergence for
423       non-vector machines, but it does change the results so it is turned
424       off by default. To turn on define CPP-flags SEAICE_VECTORIZE_LSR and
425       SEAICE_VECTORIZE_LSR_ZEBRA in SEAICE_OPTIONS.h
426    
427    checkpoint64e (2013/03/05)
428    o pkg/ecco and several verification experiments:
429       Remove special versions of the_model_main.F, the_main_loop.F, forward_step.F
430       from ecco package, and revert to unified routine in model/src/
431       Adjust verification experiments accordingly, especially gloal_oce_llc90
432       Should conclude long-standing work by Gael to reconsile the_main_loop with
433       ECCO and will enable OpenAD's revolve loop in ECCO setup.
434    o pkg/generic_advdiff:
435      - implement compressible flow method for multi-dim advection (similar to
436        gad_som_advect.F); add new option "GAD_MULTIDIM_COMPRESSIBLE" (since
437        TAF generates many recomputations) to use it; no yet coded with implicit
438        vertical advection.
439      - change experiment advect_cs (new output) and advect_xy (same output)
440        to test compressible flow multi-dim advection.
441    o pkg/generic_advdiff:
442      - fix SOM advection for unusual cases (linear Free-Surf in r*, other
443        cases where linear Free-Surf is not @ k=1, e.g., useShelfIce)
444    o pkg/seaice:
445      - fix bug in the no-slip implementation in seaice_calc_strainrates.F, this
446        bug affects two verification experiments (lab_sea and lab_sea.hb87),
447        recover old (wrong) results by setting noSlipFac = 2. in
448        seaice_calc_strainrates.F;
449      - add another averaging method for etaZ (etaZmethod=3), a mix of 2 and 0
450      - add runtime parameter SEAICE_JFNKepsilon for that finite difference
451        gradient in the Jacobian times vector operation (s/r seaice_jacvec)
452      - fix line search in seaice_jfnk.F (s/r seaice_jfnk_update)
453    o pkg/seaice: reorganize seaice_lsr.F to be able to reuse more code:
454      - new subroutines seaice_lsr_tridiagu/v
455      - introduce loop bounds i/jmin/max to be able to use a restricted
456        additive Schwarz method, but not used for now.
457      - rename SEAICE_CALC_LSR_COEFFS into SEAICE_LSR_CALC_COEFFS
458      - use new subroutines seaice_lsr_tridiagu/v in s/r seaice_preconditioner
459    o OpenAD support
460       Reorganize S/R call for overall time-stepping loop to facilitate
461       OpenAD revolve loop replacement
462       (new S/R main_do_loop.F)
463    o model/src:
464      - add 3-D array 3rd dimension to argument list of S/R ADAMS_BASHFORTH2/3;
465      - pkg/cheapaml: remove local S/R ADAMS2d and use instead standard S/R
466        ADAMS_BASHFORTH2.
467    o pkg/cheapaml:
468      - add new parameter (default=F, same as before) to disable full domain
469        (including land) periodicity in X & Y dir.
470      - new S/R CHEAPAML_COPY_EDGES to copy relaxation field into edges of
471        prognostics field ; merge the 2 S/R cycle_2d_tracer and timestep_2d_tracer
472        into single S/R CHEAPAML_TIMESTEP.
473    
474    checkpoint64d (2013/02/17)
475    o pkg/monitor (angular momentum):
476      - do not add Eta contribution to the total AM if using rigid-lid;
477      - correct for Adams-Bashforth in zonal-wind part (instead of in AM_eta).
478      - horizontal discretisation: compute Zonal wind contribution separately for
479        each component (instead of from cell centered averaged) and use the 4
480        grid-cell corner averaged value of Omega*(R*cos_Phi)^2 in AM_eta part.
481      - Check that AM is conserved with linear dynamics (momAdvection=F and linear
482        FreeSurf) if using vectorInvariant momentum.
483    o model/src (horizontal grid):
484      - move initialisation of all horizontal grid arrays to null value
485        from specific horizontal grid S/R to main S/R INI_GRID;
486      - add 2 new arrays to project model C-grid velocity on to zonal direction
487        (similar to AngleCosC & -AngleSinC but at U and V point location) and
488        compute them in S/R CALC_GRID_ANGLES.
489    o pkg/seaice: replace a hard coded parameter by a runtime parameter
490        SEAICE_JFNK_tolIter
491    o pkg/seaice: introduce a restricted additive Schwarz (RAS) method in
492        preconditioner for JFNK (run LSR into the overlaps as far as possible,
493        i.e OLx/y-2, but overwrite the solution in the overlaps)
494      - extend loop range in seaice_calc_viscosity
495      - add new parameters SEAICE_OLx/y (default = OLx/y-2)
496      - add flexible loop ranges to seaice_preconditioner, seaice_calc_lsr_coeffs
497      - slightly modify loops in tridiagonal solver lsr-preconditioner
498      - by default remove the extra exchange in seaice_preconditioner with a
499        replacement of an undocumented CPP flag by SEAICE_PRECOND_EXTRA_EXCHANGE
500      - modify offline_exf_seaice so that old results without RAS are reproduced
501        for output.dyn_jfnk.txt
502      in seaice_fgmres.F (unrelated to RAS)
503      - add a cpp-flag option for a re-ordered mapping (potentially more
504        efficient), but because this changes the results, turn it off by
505        default
506      - replace the save statement by local common blocks
507    o utils/matlab:
508      - fix tile-offset in rdmnc.m when output was produced using EXCH2.
509      - update cs_grid/bk_line scripts to use load_grid.m (in utils/matlab)
510        instead of local script "load_cs.m".
511    o pkg/seaice:
512      - fix a serious bug in seaice_fgmres.F, s/r seaice_scalprod, connected
513        to the scalarProductMetric and the unrolling. By chance this does not
514        change the verification experiment, because of the particular domain
515        decomposition
516    o pkg/diagnostics:
517      - change default missing_value from UNSET_RL to -999.
518    o pkg/layers: improve vectorization of layers_fluxcalc.F
519      - step 1: split loops, make TatU/V 2D arrays. This alone reduces the cpu
520        time spent in this routine by more than a factor of 3 on an NEC-SX8
521      - step 2: replace search algorithm by a bisection algorithm found in
522        Press et al. Numerical Recipes in Fortran. This algorithm can be
523        vectorized and finds the correct bin in approx. log2(Nlayers) steps.
524        For now, use this algorithm only for TARGET_NEC_SX defined.
525      - moved the search algorithm into a separate subroutine, that is kept
526        within the same file for automatic inlining.
527      - modified catching potential errors
528    o pkg/ecco:
529      - add compile switches ALLOW_SHALLOW_ALTIMETRY and ALLOW_HIGHLAT_ALTIMETRY.
530    o model/src, pkg/autodiff, pkg/ctrl, pkg/grdchk :
531      - modifications for ALLOW_GENTIM2D_CONTROL
532      -- forward_step.F, the_main_loop.F : pass options and arrays for adjoint tapes.
533      -- load_fields_driver.F : add call to CTRL_MAP_GENTIM2D( myTime, myIter, myThid )
534      -- add xx_gentim2d0/1 in ctrl_ad_check_lev1_dir.h checkpoint_lev1_directives.h etc
535      -- use ctrl_swapffields.F (new) instead of exf_SwapFFields.F in ctrl_get_gen.F
536    o model/src:
537      - account for moist thermodynamics in (dry) potential temperature equation;
538        update results of experiments: aim.5l_cs (x2), fizhi-cs (std + aqualev)
539        and cpl_aim+ocn.
540      - also switch to standard compiler (gfortran, was using ifort previously)
541        for fizhi-cs experiments reference output.
542    o pkg/ctrl:
543      - 1st step toward generic time-varying control variable (2D) via CPP option
544        ALLOW_GENTIM2D_CONTROL
545      - note new namelist ctrl_nml_genarr in data.ctrl
546    o verification/global_ocean.cs32x15:
547      - switch off OLD_THSICE_CALL_SEQUENCE (both forward and AD code) to use new
548        thsice calling sequence and update "output.icedyn.txt" output file.
549    o pkg/ptracers:
550      - from Ryan A.: code to allow to restart a tracer at regular time interval
551        specifying a reset frequency and a reset-phase (for each tracers).
552    o pkg/thsice:
553      - implement new sequence of calls for thsice+seaice:
554          previously:   ice-Dyn,ice-Advect,ice-Thermo(thsice)
555          new sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect
556      - allows (with temporary CPP option "#define OLD_THSICE_CALL_SEQUENCE"
557        in CPP_OPTIONS.h) to recover old sequence;
558      - update diagnostics for Intermediate State thsice diagnostics: now filled
559        just before advection (instead of just after advection in old sequence);
560      - update output of experiment offline_exf_seaice (standard test);
561      - in global_ocean.cs32x15 exp., postpone output.icedyn.txt update
562        by setting #define OLD_THSICE_CALL_SEQUENCE in CPP_OPTIONS.h
563    o pkg/aim_v23:
564      - use tiled array for aim_CO2 and surface wind speed for export to coupler;
565      - use standard pkg/mdsio routines to read & write CO2 pickup file;
566      - in-line S/R AIM_AIM2DYN_EXCHANGES in aim_do_physics.F;
567      - Implement new sequence of calls for seaice advection (with thsice and
568        seaice diffusion): do ice advection after ice-Thermodynamic (previously
569        was done before); change aim_do_physics.F (split the bi,bj loops block);
570      - use same CPP option (OLD_THSICE_CALL_SEQUENCE) to recover old sequence;
571    o pkg/thsice:
572      - add a missing EXCH of sIceLoad in thsice_main.F (ocean set-up) for the case
573        where just seaice diffusion is used without seaice-dynamics.
574    
575    checkpoint64c (2013/01/18)
576    o pkg/seaice:
577      - add a parameter JFNKres_tFac that can replace JFNKres_t
578        (= JFNKres_tFac*JFNKresidual before JFNK solver)
579      - add a line search option to the JFNK solver
580      - move update of u/vIce and computation of initial residual into a separate
581        routine (same file); makes the code a little easier to read (?)
582      - the line search requires computation of the residual and for some reason
583        I cannot do the update of u/vIce at the beginning of the Newton loop
584        without changing the results, so we move computation of the new residual
585        also to the end of the Newton loop, even without the line search
586    o pkg/mdsio:
587      - write missing value (corresponding to undefined array value) to meta files;
588        skip this if missing value is one (UNSET_RL would be a better value for the
589        case of undefined missing value but it's current the default missing-value);
590        Also update mdsio_read_meta.F (reading timeInterval & missing-value).
591    o pkg/exf & thsice:
592      - for diagnostics purpose, fill-up and update Qsw array (+ fill the
593        diagnostics) even when SHORTWAVE_HEATING is #undef;
594    o verification/cfc_example:
595      - turn on pkg/layers with pkg/diagnostics (to test pkg/layers and to
596        illustrate how to use it).
597    o verification/offline_exf_seaice:
598      in input: add SEAICErestoreUnderIce=.TRUE., and reduce size of forcing
599        files to only one time-record.
600      in input.thermo: narrow the 2 bands of low initial ice-concentration near
601        N & S edges; switch on SEAICErestoreUnderIce=T; use pkg/diagnostics for
602        snapshot output; same mcPheePiston value as in thsice with
603        surf-current=0.2m/s.
604      in input.thsice: similar set-up as in input.thermo (channel with same seaice
605        initial conditions).
606    o verification/cfc_example:
607      - update file "data" with more standard choice (default rotationPeriod,
608        exactConserv=T, reduce ivdc_kappa to 10, remove multiDimAdvection=F,
609        set deltaTFreeSurf to deltaTtracer) and update the output.
610    o pkg/layers:
611      - fix bolus part so that it compiles with #undef GM_BOLUS_ADVEC;
612      - ensure that "layers_bolus" is switched to False when useGMRedi=False.
613    o verification/offline_exf_seaice:
614      - set all {field}period to zero for constant-in-time forcing (not tested
615        anywhere else).
616    o verification/offline_exf_seaice:
617      - dyn_lsr  : use pkg/seaice S/R (instead of pkg/thsice) to advect sea-ice;
618      - dyn_jfnk : use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice.
619    o model/src:
620      - implement Finite-Volume method for (hydrostatic) presure gradient
621        from S.-J. Lin (QJRMS 1997), for atmosphere using sigma-coordinate.
622    o pkg/seaice: implement EVP* by Lemieux et al. (2012).
623      - In order to be compatible with the default EVP code, this requires changing
624        the EVP code around a little; and because any small change immediately
625        breaks the lab_sea.hb87 verification experiment, the reference output is
626        updated two times (each time the remaining aggrement was only 2 digits):
627        - after replacing 1/dt by 1*recip_dt with a precomputed recip_dt
628        - after replacing 1/(1+0.5*dt/tau) by a/(a+1), with a=2*tau/dt
629        The adjoint test lab_sea.evp also needed to be updated.
630      - Turn on EVP* by setting SEAICE_deltaTevp as before, and setting
631        SEAICEuseEVPstar=.true.; for EVP* SEAICE_deltaTevp does not need to be
632        a factor of SEAICE_deltaTdyn, and you can set the number of EVP steps
633        explicitly with SEAICEnEVPstarSteps (thereby overriding the default of
634        INT(SEAICE_deltaTdyn/SEAICE_deltaTevp)). Controlling EVP* is deliberately
635        kept obscure, because I need to test it a little more.
636    o pkg/cheapaml:
637      - fix few incorrect type (_RL/_RS) in subroutine calls.
638    o pkg/seaice:
639      - new S/R SEAICE_MAP_RS2VEC (similar to SEAICE_MAP2VEC) to map _RS arrays
640        to _RL vector; this fixes JFNK code when compiling with "-use_r4" option.
641    o model/src:
642      - add a warning if using select_rStar=2 with nonlinFreeSurf <> 4;
643        change (in input_ad*/data) select_rStar from 2 to 1 for AD verification
644        experiments global_ocean.cs32x15 & tutorial_tracer_adjsens (+ update output)
645    o pkg/cheapaml:
646      - replace "273.1 _d 0" by celsius2K in pkg/cheapaml/cheapaml.F and
647        update output of experiment cheapAML_box.
648      - store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity,
649        and set them only in one place (cheapaml_readparms.F).
650      - replace "273.16 _d 0" by celsius2K & replace "3.14159 _d 0" by constant "PI"
651      - remove re-setting of main-model parameter "celsius2K" (in cheapaml_readparms)
652        and re-setting of cheapAML params "lath" & "p0" (in cheapaml_init_varia).
653    o model/src/the_main_loop.F:
654      - fix revision 129 : need both ALLOW_ECCO and ALLOW_ECCO_EVOLUTION.
655    o pkg/seaice:
656      - remove legacy branch code.
657      - retire SEAICE_GROWTH_LEGACY and SEAICE_CAP_HEFF accordingly.
658    o verification/*/code*/SEAICE_OPTIONS.h:
659      - remove documentation for retired CPP flags (SEAICE_GROWTH_LEGACY,
660        SEAICE_CAP_HEFF).
661    o pkg/cheapaml:
662      - use standard routine (S/R GET_PERIODIC_INTERVAL) to decide when it is time
663        to load new forcing fields.
664      - add missing "_d 0" where it's needed; + some editing (improve indentation).
665      - remove switch to "-r8" compiler option (no longer needed) in verification
666        cheapAML_box, keep same output (small trucation error differences).
667    o verification/offline_exf_seaice:
668      - add thermodynamics only test.
669    o verification/cheapAML_box:
670      - split the domain in 8 (2x4) tiles; add MPI and multi-threaded test;
671        keep same output (same 14 digits for cg2d).
672      - switch on "-r8" compiler option (some numerical values are missing
673        the "_d 0") and update output (only 6 digits for cg2d were preserved).
674    
675    checkpoint64b (2012/12/24)
676    o pkg/cheapaml:
677      - remove un-used variables (Qnet,EmPmR) from pickup files.
678      - store tendency of advected variables into cheapaml pickup file
679        and fix the AB-2 restart.
680    o verification/offline_exf_seaice and lab_sea adjoint:
681      - switch to new code (#undef SEAICE_GROWTH_LEGACY).
682      - switch to 4 time steps in offline, consistent with lab_sea.
683      - match parameters from SEAICE_GROWTH_LEGACY branch in data.seaice.
684      - update results after change of experiment seaice.
685    o pkg/seaice:
686      - remove option SEAICE_MULTICATEGORY; has been replaced with run-time
687        parameter SEAICE_multDim. Issue a warning if SEAICE_MULTICATEGORY is
688        still defined since SEAICE_multDim needs to be set to MULTDIM value (from
689        SEAICE_SIZE.h) to recover previous #define SEAICE_MULTICATEGORY default.
690    o model/src:
691      - add run-time parameter to select CG2D solver minimum-residual solution
692        (in case of a poor convergence).
693    o pkg/seaice/seaice_lsr.F
694      - move calculation of matrix coefficients into new
695        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
696        file; the main purpose of this change is to be able to reuse the code
697        in S/R SEAICE_PRECONDITIONER
698      - modify the computation of the residual so that the mass of sea-ice
699        is not used twice; this simplifies the calculations, but since
700        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
701        not tested in testreport---this does not affect the testreport results.
702    o verification/seaice_obcs:
703      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
704        verification/lab_sea/input.salt_plume; changes results/output.txt*
705    o model/src:
706      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
707    o pkg/seaice:
708      - improve description of parameters in seaice_fgmres.F and start
709        cleaning up the code
710      - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
711        second argument
712      - add a metric based on grid cell area to SEAICE_SCALPROD; update
713        results of offline_exf_seaice.dyn_jfnk
714      - compute initial residual norm in seaice_jfnk based on SEAICE_SCALPROD
715    o pkg/aim_v23:
716      - fix an other bug in dissipation heating (grid-cell area was missing).
717    o model/src + pkg/seaice:
718      - add global (multi-tile) linear solver for pair of tri-diagonal system
719        along X and Y lines, respectively for U and V component.
720        Note: 1) MPI and cube-exchange not yet coded.
721            2) probably not accurate for poorly conditioned / large size problem.
722      - add option for SEAICE_LSR to use global (multi-tile) tri-diagonal solver;
723        default: not compiled and not used.
724    o pkg/seaice:
725      - first attempt at a multi-threaded fgmres solver for the JFNK solver:
726        introduce bi/bj loops and use global_sum_tile_rl instead of
727        mpi_allreduce in seaice_fgmres.F
728      - improve diagnostics output for fgmres solver (seaice_fgmres.F)
729      - replace a few unnecessary goto statements by if-blocks  (seaice_fgmres.F)
730      - add a verification experiment for JFNK in offline_exf_seaice
731    o verification:
732      - change (for now, only fwd test) offline_exf_seaice experiment:
733        use a re-entrant channel with idealized coastline (trapezoidal shape)
734        at southern boundary to explore seaice dynamics and thermodynamics
735        with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
736        secondary test (input.thsice) use thermodynamics only with SST relaxation.
737      - add seaice-dynamics only secondary test using LSR and pkg/thsice advection.
738    o pkg/exf:
739      - disable "sstExtrapol" when Nr=1
740    o verification:
741      - add new experiment "cheapAML_box" (simple 1 layer set-up from Bruno Deremble)
742        to test pkg/cheapaml.
743    o pkg/aim_v23 & pkg/shap_filt:
744      - fix dissipation heating (erroneous gravity multiplication factor).
745    o pkg/seaice:
746      - remove unused field pressPre from jfnk solver
747      - rename two subroutines in seaice_preconditioner.F
748    o eesupp/src:
749       - S/R MDSFINDUNIT avoids reserved unit numbers (scrUnit1, eeDataUnit ...)
750    o pkg/seaice/seaice_preconditioner.F: fix preconditioner once again
751       - remove wrong parts of the rhs and the lhs (were in there
752         because I did not understand the concept of this preconditioner)
753       - add an exchange between u- and v-sweep. This increases communication
754         by a factor of two but improves the convergence of jfnk. Ideally,
755         one would like the u- and v-sweep to be independent. So far within
756         undocumented ifdefs
757       - reorganize the extra computations for printing the residuals
758    o tools/genmake2:
759      - comment out the "mpif.h" include in NetCDF test programm (for MPI built)
760        since it's not necessary (and was preventing to use MNC in some cases).
761    
762    checkpoint64a (2012/11/16)
763    o pkg/autodiff:
764      - improve pkg-internal logical parameter switch (inAd/inFwd mode) so that
765        autodiff_readparms.F no longer depends on calling order (within
766        packages_readparms.F) and no longer requires to include ${PKG}_PARMS.h):
767        rename param turnFreeDriftInAdMode to SEAICEuseFREEDRIFTswitchInAd
768        and change param SEAICEuseDYNAMICSinAdMode to SEAICEuseDYNAMICSswitchInAd.
769    o pkg/obcs:
770      - adding tidal velocity forcing capability to obcs
771        for usage example, see verification/seaice_obcs/input.tides
772    o pkg/seaice:
773      - turn the LSR-relaxation parameters WFAU/V into runtime parameters
774        SEAICE_LSRrelaxU/V
775      - introduce runtime parameter SEAICEetaZmethod (=0 by default)
776    o pkg/aim_v23:
777      - implement heating from friction (bottom friction and stratospheric drag).
778    o pkg/shap_filt:
779      - fix diagnostic "SHAP_dKE" (was 2 time smaller); implement heating from
780        dissipation but only for Shap_funct=2, active when addFrictionHeating=T.
781    o model/src:
782      - move AddMass common block from DYNVARS.h to FFIELDS.h; allow to read-in
783        time-constant addMass field from file (addMassFile);
784      - support for heating due to friction (and Kinetic Energy dissipation):
785        add option, run-time switch and 3-D field array + support code ; each pkg
786        or S/R can add heating contribution (if there is a sink of KE); the sum is
787        accounted for as a Temperature tendency term (EXTERNAL_FORCING_T).
788    o pkg/seaice:
789      - complete merge of ITD code into seaice_growth.F
790        from MITgcm_contrib/torge/itd/code/
791        no verification so far, but Torge Martin tested
792        "1-D test case and Beaufort set up;
793        deliver okay results after 1 model year."
794      - complete merge of SEAICE_SIZE.h into all relevant routines
795      - move computation of eta at Z-points into calc_viscosities
796        + introduce global field etaZ
797        + add different methods for computing etaZ, for now the old
798          method (simple averages of eta to Z-points) is hardwired
799        + replace etaMeanZ by etaZ in seaice_lsr, seaice_calc_residual,
800          seaice_preconditioner
801      - simplify computations for SEAICE_ZETA_SMOOTHREG
802      - seaice_preconditioner:
803        + replace one remaining press by pressLoc (mistake)
804        + adjust printing of residuals
805      - improve I/O of diagnostics of JFNK in seaice_jfnk.F:
806        + add (SEAICE.h) and rename some counters (initiliased in
807          seaice_init_fixed.F)
808        + add _BEGIN/END_MASTER (myThid)  around print statements
809        + print total number of iterations and failures over SEAICE_monFreq
810          interval to STDOUT
811      - move control over output-messages by fgmres to seaice_jfnk to save
812        some operations
813      - move resetting initial guess for fgmres outside of seaice_fgmres_driver
814        in order to make restarts with sol .ne. zero (fgmres with restarts)
815        (seaice_jfnk.F, seaice_fgmres.F)
816      - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes
817        a serious convergence problem when open boundaries are involved
818    o pkg/ggl90: fix computation of control volumes for the case of
819      ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes
820      up half a grid cell from C-centered to W-centered (pointed out by C. Eden)
821    o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC
822    o pkg/autodiff
823      - Add inAdMode switch for SEAICEuseDYNAMICS:
824        SEAICEuseDYNAMICSinAdMode
825        (extend logic in ADAUTODIFF_INADMODE_SET)
826    o pkg/seaice
827      - Step 1 of merging ice-thickness distribution (ITD) code from
828        MITgcm_contrib/torge/itd/ (author: Torge Martin)
829        The code implements concept laid out in Thorndike et al. (1975);
830        code is enabled via CPP flag SEAICE_ITD
831        nITD (in SEAICE_SIZE.h) defines number of ice thickness categories;
832        code is not complete yet!!
833      - SEAICE_SIZE.h now included in almost all seaice routines
834    o verification (using seaice):
835      - switch back seaice-dynamics (+ lower SOLV_MAX_ITERS) in ADM exp.
836        global_ocean.cs32x15.seaice ; update results.
837      - compile B-grid dynamics in FW test exp 1D_ocean_ice_column ;
838      - compile C-grid dynamics with #define SEAICE_ALLOW_JFNK in FW test exp
839        offline_exf_seaice (previously compiling B-grid).
840    o pkg/exf:
841      - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
842        to specify neither just 1 comp of wind or wind-stress, nor no surface momentum
843        forcing): just replace CPP option ALLOW_ATM_WIND with run-time param useAtmWind.
844    o pkg/layers (adjust changes from Sept 19):
845      - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)
846        this allows to remove "layers_maxNum" dimension from all layers arrays.
847    o pkg/layers (adjust changes from Sept 19):
848      - remove ALLOW_LAYERS_OUTPUT ; fix snap-shot and time-ave output ;
849      - snap-shot extended to all type of layers (not just the 1rst type);
850      - remove layers variables when corresponding CPP option is undef.
851    o pkg/layers:
852      - rename pkg/layers variable and add new output (layer exist & un-weighted
853        velocity in layer)
854    o pkg/seaice:
855      - simplify (?) ocean-drag coefficent computations by using
856        the same routine in all three solvers (saves some code lines)
857      - remove global fields DRAGA and DRAGS from C-grid code and
858        declare them locally in lsr.F (the only place where they are
859        still used)
860      - update AD output of lab_sea.evp (very sensitive anyway).
861    o pkg/seaice: add Jacobian-free Newton Krylov solver for ice dynamics
862      (Lemieux et al. 2010, 2012). Turn on with the usual SEAICE_ALLOW_JFNK
863      and SEAICEuseJFNK=.true. A few things to note:
864      - involves a FGMRES, that is parallel but very inefficient,
865        because of many scalar products (global sums) in the Gram-Schmidt
866        orthogonalization method. Needs to be replaced. Original code
867        from J.-F. Lemieux
868      - preconditioner for FGMRES is a stripped down version of LSOR
869      - SOLV_MAX_ITERS is now used for LSOR as a solver and as a
870        preconditioner. For the preconditioner, the default is set to 10.
871      - Jacobian times vector is computed with finite differences
872      - marginally related to JFNK-solver: add a smooth regularization for
873        zeta with tanh that will improve convergence (Lemieux and Tremblay,
874        2009) for any implicit solver (not implemented for EVP because EVP
875        does not need this regularization in the first place). Define
876        SEAICE_ZETA_SMOOTHREG in SEAICE_OPTIONS.h to use.
877    o eesupp/src:
878      - check in genmake2 that intrinsic S/R flush is available.
879      - add S/R to flush IO unit (if intrinsic S/R flush is available)
880      - flush standard & error msg unit before MPI termination
881      - if debugMode, flush IO unit after printing msg
882    o pkg/ctrl:
883      - ctrl_unpack.F, ALLOW_GENARR3D_CONTROL code: fix missing argument in call
884        to ctrl_set_unpack_xyz.
885    
886    checkpoint64 (2012/10/09)
887    o pkg/shelfice
888      - in mom_fluxform.F, mom_vecinv.F:
889        CALL SHELFICE_V_DRAG(bi,bj,k,vFld,KE,KappaRU,vF,myThid)
890        Bug fix KappaRU -> KappaRV
891        does not change verification/isomip but may change other setups
892        (presumably constant KappaRU=KappaRV)
893      - fix diagnostics SHIU/Vdrag (thanks to Tom Millgate)
894    o pkg/obcs:
895      - fixed some indexing bugs in obcs_seaice_sponge.F
896      - added obcs relaxation subroutines for HSALT and HSNOW
897      - changes verification/seaice_obcs/results/obcs_seaice_sponge.F
898  o pkg/seaice:  o pkg/seaice:
899    - add "multicategory" parameterization for snow in analogy to ice,    - add "multicategory" parameterization for snow in analogy to ice,
900      default is off for now.      default is off for now.

Legend:
Removed from v.1.1743  
changed lines
  Added in v.1.1921

  ViewVC Help
Powered by ViewVC 1.1.22