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

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

  ViewVC Help
Powered by ViewVC 1.1.22