/[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.1763 by mlosch, Wed Nov 7 12:43:03 2012 UTC revision 1.1891 by jmc, Thu Jul 4 13:44:56 2013 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint64j (2013/07/04)
8    o pkg/offline:
9      - to enable the use of other features with pkg offline (e.g., obcs),
10        also call S/R DO_OCEANIC_PHYS in offline run - more modifs to come.
11      - comment out "allowFreezing" (now active) in 2 offline testing exp.
12    o pkg/exf ALLOW_RUNOFTEMP
13      - fix sign and make compatible with temp_EvPrRn .NE. UNSET_RL
14      - added RUNOFTEMP test to verification/global_ocean.cs32x15/input.seaice
15      - changes verification/global_ocean.cs32x15/results/output.seaice.txt
16    o pkg/atm_phys:
17      - allows to add some damping on uVel,vVel (strength only function of k).
18    o verification, ad-tests:
19      - reduce length of the simulation for AD test: global_ocean.cs32x15.seaice,
20        global_ocean_ebm and offline_exf_seaice.thsice.
21    o verification/halfpipe_streamice:
22      - found a bug in s/r pkg/streamice/streamice_advect_thickness which caused
23        flux input boundary conditions to be ignored; a fix for this bug changed
24        verification results for forward test.
25      - add adjoint test.
26    o pkg/ptracers:
27      - allow to restart without SOM pickup (resetting SOM to zero).
28    o pkg/gmredi:
29      - New parameterisation for the calculation of K and (GM_PsiX,GM_PsiY) added.
30      - It uses mixing length theory and suppression by steering level effects to
31        calculate a diffusivity used in the Redi tensor (see Bates et al., submitted
32        to JPO, for more details).
33      - It also uses the diffusivity to calculate an eddy induced streamfunction
34        based on a PV closure (rather than a buoyancy closure as in GM).
35      - New files added to pkg/gmredi:
36        gmredi_k3d.F calculates the diffusivity for the Redi tensor and the eddy
37          induced overturning streamfunction (called from gmredi_calc_tensor)
38        gmredi_calc_eigs.F calculates the eigenvalues and eigenvectors required
39          for use in gmredi_k3d
40        gmredi_calc_urms.F calculates the the rms eddy velocity used to calculate
41          the eddy diffusivity
42    
43    checkpoint64i (2013/06/18)
44    o pkg/cheapaml:
45      - take src files from MITgcm_contrib/verification_other/offline_cheapaml/code
46        that enable the use of seaice (pkg/thsice thermo & pkg/seaice dynamics)
47        with pkg/cheapaml.
48    o utils/python: add subpackage for cubed sphere function, first example is
49        simple cs.pcol to plot 2D fields on a map
50    o pkg/streamice:
51      - This is a new package in MITgcm, which solves dynamic equations for ice
52         sheets and ice streams
53      - At the moment it is independent of atmosphere/ocean dynamics, or any
54        other physical packages in MITgcm, even ShelfIce (although it is anticipat-
55        ed that this will change)
56      - There is a new verification exercise that tests it, halfpipe_streamice,
57        evolves a 40x80 km ice stream/ice shelf (at coarse resolution) in a
58        rectangular embayment
59      - halfpipe_streamice is forward-only for now, will have TAF test soon
60      - for questions, email dgoldber@mit.edu
61    o pkg/thsice:
62      - fix filling of snow-precip diagnostic (SIsnwPrc) (left from the removing
63        of snowPrc from common bloc, on May 2nd, thsice_step_fwd.F revision 1.40);
64      - remove diagnostics 'SI_FrcFx' ( now identical to 'SI_Fract' with new
65         call sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect );
66      - allow precip from pkg/cheapaml to make snow over seaice.
67    o pkg/cfc:
68      - move in separated header file (CFC_ATMOS.h) time-serie arrays of Atmos CFC
69      - remove atmos CFC 2-D arrays from common bloc (now local variables)
70      - change some hard-coded constant to run time parameter for reading and
71        and interpolating atmospheric CFC ; keep same default as previously.
72      - more flexible reading of Atmos CFC (number of records no longer hard-coded)
73      - put arguments in standard order: myTime, myIter, myThid
74      - use standard S/R GET_PERIODIC_INTERVAL for time interpolation of
75        atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.
76      - fix calculation of surf tendencys for partial-cell and/or Non-Lin Free-Surf
77      - new routine to print summary of CFC params and check for consistency.
78    o pkg/seaice: add uice/vice to the parameter list of s/r seaice_advdiff,
79      similar to thsice_advdiff.
80      Note that for the B-grid case the routine parameters uc/vc are overwritten.
81    o pkg/cfc:
82      - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);
83        update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.
84      - fix interpolation of atmphspheric CFC between Sorthern and Northern
85        hemisphere value.
86    o pkg/seaice:
87      - allow to use seaice dynamics without pkg/exf (e.g., using pkg/cheapaml)
88    o pkg/seaice: add Adams-Bashforth2 time discretization for ice dynamics;
89                  so far only for JFNK-solver, turn on with SEAICEuseAB2 = .TRUE.
90      - requires an additional time level that is stored in the pickup
91      - you can start with AB2 from a pickup without this time level with
92        pickupStrictlyMatch = .false.
93    
94    checkpoint64h (2013/05/26)
95    o pkg/cheapaml:
96      - replace one ()**.5 with SQRT + use temp var "cdu = tau/Du" (coare3_flux);
97        affect machine truncation (but exp cheapAML_box still pass with 13 digits).
98      - consistent treatment of uWind,vWind location: assume everywhere in
99        pkg/cheapaml that they are on C-grid (@ uVel,vVel location)
100        (Note: was already the case for Tair,Qair advection);
101        add option (INCONSISTENT_WIND_LOCATION) to recover old results.
102      - compute diabatic forcing only in the interior (excluding overlap regions)
103      - fill in array "Qsw" (for short-wave heating);
104      - add diagnostic for precip ; fill-in diagnostics for cheapAML state vars
105        before any update (consistent with MITgcm state var diagnostics);
106      - cheapaml_fields_load.F & cheapaml_init_varia.F : only fill outer edges if
107        non periodic ; + adjusted for uWind,vWind (C-grid).
108    o pkg/seaice:
109      - remove dependence of pkg/seaice versus pkg/exf (file: pkg/pkg_depend) and
110        add explicitly pkg/exf in experiments that currently use pkg/seaice.
111      - allows to compile pkg/seaice without pkg/exf.
112    o tools/OAD_support:
113      - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
114        of array "ourStepOf" in function rvNextAction (revolve.F90).
115    o pkg/aim_compon_interf renamed to pkg/atm_compon_interf
116      - change pkg name (to be used with other atmospheric physics pkg)
117        but by-pass CVS when making the new pkg so that we keep the CVS history.
118    o pkg/offline:
119      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
120        (previously called from pkg/dic_surfforcing_init.F)
121    o model/src:
122      - re-order sequence of calls within packages_init_variables.F, using
123        standard order, except for:
124         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
125         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
126    o new pkg: atm_phys
127      - add entry point and source code (previously in contrib
128          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
129        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
130      - re-order sequence of calls within packages_readparms.F,
131         packages_init_fixed.F and packages_write_pickup.F
132        (but skip packages_init_variables.F because of TAF issues).
133      - update contrib/*/atm_gray/ experiment.
134    o pkg/seaice (ITD code):
135      - simplify and fix the writing of pickup-files for ITD case
136    o pkg/seaice (ITD code):
137      - introduce floe size dependent lateral melt for ITD case;
138      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
139      - update seaice_itd experiment main output.
140    o pkg/thsice:
141      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
142        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
143        changed accordingly pkg/atm2d.
144    
145    checkpoint64g (2013/05/01)
146    o pkg/exf ALLOW_RUNOFTEMP
147      - if defined,  river and glacier runoff temperature can be read-in from
148        runoftempfile; runoftempfile needs to have same format as runofffile
149    o pkg/thsice (& pkg/bulk_force):
150      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
151        for energy content of Precip + RunOff & Evap (like with pkg/exf).
152      - change computation domain to always be the interior (without overlap).
153      - fix bug (wrong overlap) when using EXF and stressReduction > 0.
154    o verification/tutorial_global_oce_biogeo:
155      - add preliminary OpenAD setup (still has problems)
156    o pkg/seaice:
157      - turn some parameters for choosing the convergence criterion of
158        the inexact Newton method (JFNK) into runtime parameters for convenience
159      - clean up seaice_calc_viscosities.F: remove/retire two options for
160        SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
161        the results of lab_sea/input because a division has been replaced by
162        a multiplication with the reciprocal (sumNorm)
163      - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
164        convergence of solver (changes results, of course), and to test some
165        new features
166    o model/src:
167      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
168      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
169      - move forcing adjustment (balancing surface forcing) in specific S/R
170        where might also be applied exchanges (if needed) to forcing arrays.
171    o pkg/shelfice:
172      - allow to specify the Ice-Shelf mass per unit area (instead of
173        shelficeLoadAnomaly) and do the conversion from one to the other
174      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
175        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
176        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
177        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
178      - update isomip experiment forward output (get machine truncation error
179        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
180    o verification/offline_exf_seaice:
181      revise data.seaice in input.thermo and input_ad and update results accordingly
182        HO = 0.2, SEAICE_areaLossFormula = 2,
183        SEAICE_growMeltByConv = .TRUE.,
184        SEAICE_doOpenWaterMelt = .TRUE.,
185      Improve consistency with input.thsice and fix the spurious 500m ice corners
186    o verification/global_ocean.cs32x15:
187      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
188        in icedyn (thsice+seaice-dyn) test and update output.
189    o verification/offline_exf_seaice:
190      - adjust list of tested variables (with testreport) and update
191        standard test output with better slection of monitored fields.
192    o pkg/cd_code:
193      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
194        experiment lab_sea.hb87
195    o tools/genmake2:
196      - change default makedepend from the system default to tools/xmakedepend:
197        When no makedepend is specified, select tools/xmakedepend it the test pass,
198        otherwise select the system default (if exist and pass the test) or
199        try to build cyrus-makedepend ; stop if none of the 3 works.
200    o pkg/exf & pkg/thsice:
201      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
202        for energy content of Precip + RunOff & Evap. Assumes:
203       1) Rain has same temp as Air.
204       2) Snow has no heat capacity (consistent with seaice & thsice pkgs)
205       3) Run-Off comes at the temp of surface water (with same Cp)
206       4) Evap over ocean is released to the Atmos @ surf-temp (=SST); should be
207        put directly into Latent Heat flux & should use water-vapor heat capacity.
208       5) Evap over snow/seaice (pkg/thsice) assumes constant Lf+Lv (consistent
209        with snow having no Cp) => water vapor is released to Atmos @ 0^oC (=ERL).
210    o pkg/seaice: simplify the use of CPP flags in JFNK-related files
211        (compile when SEAICE_ALLOW_JFNK is defined)
212    o pkg/thsice:
213      - fix oceanic flux diagnostics & timeave (left from new sequence of calls
214        implementation): move THSICE_AVE call after the advection (called directly
215        from thsice_do_advect.F).
216    o verification/global_ocean.90x40x15 and OpenAD:
217      New experiment for OpenAD is identical to the one in input_ad except that
218        multiDimAdvection=.FALSE.,
219      There is still an issue with this.
220    o pkg/thsice:
221      - account for ice velocity (ocean relative velocity) in turbulent heat flux
222        at the base of the ice; update output of global_ocean.cs32x15 (icedyn)
223        and offline_exf_seaice (main test).
224    
225    checkpoint64f (2013/03/31)
226    o verification/OpenAD:
227      - new (smaller, without OAD_DEBUG) output_oadm.txt generated using gfortran.
228    o verification/isomip, pkg/shelfice and OpenAD:
229      - add OpenAD setup to this exp and make shelfice package work with OpenAD
230    o verification/tutorial_global_oce_biogeo:
231      - update AD and TLM output after turning off ALLOW_FE (in DIC_OPTIONS.h)
232    o verification/offline_exf_seaice:
233      - replace adjoint experiment (now similar to fwd input.thermo/ setup).
234    o verification/tutorial_tracer_adjsens, pkg/ptracers and OpenAD:
235      - add OpenAD setup to this exp and make ptracers package work with OpenAD
236    o pkg/seaice/seaice_evp.F:
237       mask the asymmetric contribution of the ice-ocean stress (when
238       the turningAngle is non-zero) over open water to avoid stripes
239       in the EVP-solutions after many EVP-substeps. This does not change
240       the verification experiment (because turningAngle=0 in that experiment),
241       but will affect other EVP solutions with turningAngle.ne.0
242    o verification, AD & TLM output:
243      - new TAF version 2.3.10 (previously 2.3.8) add more parenthesis in multiple
244        additions and multiplications which affect results at machine truncation
245        level. Update few AD output (1D_ocean_ice_column, bottom_ctrl_5x5,
246        lab_sea.noseaicedyn & offline_exf_seaice) and TLM output
247        (1D_ocean_ice_column & tutorial_tracer_adjsens.som81) which had only 12
248        digits of matching.
249    o pkg/seaice:
250       modify lsr-algorithm so that it vectorizes AND converges by using a
251       "zebra" method: split vector loop into two with step size 2; this
252       solves a general convergence problem for the JFNK solver on a vector
253       computer. It has the potential to even improve convergence for
254       non-vector machines, but it does change the results so it is turned
255       off by default. To turn on define CPP-flags SEAICE_VECTORIZE_LSR and
256       SEAICE_VECTORIZE_LSR_ZEBRA in SEAICE_OPTIONS.h
257    
258    checkpoint64e (2013/03/05)
259    o pkg/ecco and several verification experiments:
260       Remove special versions of the_model_main.F, the_main_loop.F, forward_step.F
261       from ecco package, and revert to unified routine in model/src/
262       Adjust verification experiments accordingly, especially gloal_oce_llc90
263       Should conclude long-standing work by Gael to reconsile the_main_loop with
264       ECCO and will enable OpenAD's revolve loop in ECCO setup.
265    o pkg/generic_advdiff:
266      - implement compressible flow method for multi-dim advection (similar to
267        gad_som_advect.F); add new option "GAD_MULTIDIM_COMPRESSIBLE" (since
268        TAF generates many recomputations) to use it; no yet coded with implicit
269        vertical advection.
270      - change experiment advect_cs (new output) and advect_xy (same output)
271        to test compressible flow multi-dim advection.
272    o pkg/generic_advdiff:
273      - fix SOM advection for unusual cases (linear Free-Surf in r*, other
274        cases where linear Free-Surf is not @ k=1, e.g., useShelfIce)
275    o pkg/seaice:
276      - fix bug in the no-slip implementation in seaice_calc_strainrates.F, this
277        bug affects two verification experiments (lab_sea and lab_sea.hb87),
278        recover old (wrong) results by setting noSlipFac = 2. in
279        seaice_calc_strainrates.F;
280      - add another averaging method for etaZ (etaZmethod=3), a mix of 2 and 0
281      - add runtime parameter SEAICE_JFNKepsilon for that finite difference
282        gradient in the Jacobian times vector operation (s/r seaice_jacvec)
283      - fix line search in seaice_jfnk.F (s/r seaice_jfnk_update)
284    o pkg/seaice: reorganize seaice_lsr.F to be able to reuse more code:
285      - new subroutines seaice_lsr_tridiagu/v
286      - introduce loop bounds i/jmin/max to be able to use a restricted
287        additive Schwarz method, but not used for now.
288      - rename SEAICE_CALC_LSR_COEFFS into SEAICE_LSR_CALC_COEFFS
289      - use new subroutines seaice_lsr_tridiagu/v in s/r seaice_preconditioner
290    o OpenAD support
291       Reorganize S/R call for overall time-stepping loop to facilitate
292       OpenAD revolve loop replacement
293       (new S/R main_do_loop.F)
294    o model/src:
295      - add 3-D array 3rd dimension to argument list of S/R ADAMS_BASHFORTH2/3;
296      - pkg/cheapaml: remove local S/R ADAMS2d and use instead standard S/R
297        ADAMS_BASHFORTH2.
298    o pkg/cheapaml:
299      - add new parameter (default=F, same as before) to disable full domain
300        (including land) periodicity in X & Y dir.
301      - new S/R CHEAPAML_COPY_EDGES to copy relaxation field into edges of
302        prognostics field ; merge the 2 S/R cycle_2d_tracer and timestep_2d_tracer
303        into single S/R CHEAPAML_TIMESTEP.
304    
305    checkpoint64d (2013/02/17)
306    o pkg/monitor (angular momentum):
307      - do not add Eta contribution to the total AM if using rigid-lid;
308      - correct for Adams-Bashforth in zonal-wind part (instead of in AM_eta).
309      - horizontal discretisation: compute Zonal wind contribution separately for
310        each component (instead of from cell centered averaged) and use the 4
311        grid-cell corner averaged value of Omega*(R*cos_Phi)^2 in AM_eta part.
312      - Check that AM is conserved with linear dynamics (momAdvection=F and linear
313        FreeSurf) if using vectorInvariant momentum.
314    o model/src (horizontal grid):
315      - move initialisation of all horizontal grid arrays to null value
316        from specific horizontal grid S/R to main S/R INI_GRID;
317      - add 2 new arrays to project model C-grid velocity on to zonal direction
318        (similar to AngleCosC & -AngleSinC but at U and V point location) and
319        compute them in S/R CALC_GRID_ANGLES.
320    o pkg/seaice: replace a hard coded parameter by a runtime parameter
321        SEAICE_JFNK_tolIter
322    o pkg/seaice: introduce a restricted additive Schwarz (RAS) method in
323        preconditioner for JFNK (run LSR into the overlaps as far as possible,
324        i.e OLx/y-2, but overwrite the solution in the overlaps)
325      - extend loop range in seaice_calc_viscosity
326      - add new parameters SEAICE_OLx/y (default = OLx/y-2)
327      - add flexible loop ranges to seaice_preconditioner, seaice_calc_lsr_coeffs
328      - slightly modify loops in tridiagonal solver lsr-preconditioner
329      - by default remove the extra exchange in seaice_preconditioner with a
330        replacement of an undocumented CPP flag by SEAICE_PRECOND_EXTRA_EXCHANGE
331      - modify offline_exf_seaice so that old results without RAS are reproduced
332        for output.dyn_jfnk.txt
333      in seaice_fgmres.F (unrelated to RAS)
334      - add a cpp-flag option for a re-ordered mapping (potentially more
335        efficient), but because this changes the results, turn it off by
336        default
337      - replace the save statement by local common blocks
338    o utils/matlab:
339      - fix tile-offset in rdmnc.m when output was produced using EXCH2.
340      - update cs_grid/bk_line scripts to use load_grid.m (in utils/matlab)
341        instead of local script "load_cs.m".
342    o pkg/seaice:
343      - fix a serious bug in seaice_fgmres.F, s/r seaice_scalprod, connected
344        to the scalarProductMetric and the unrolling. By chance this does not
345        change the verification experiment, because of the particular domain
346        decomposition
347    o pkg/diagnostics:
348      - change default missing_value from UNSET_RL to -999.
349    o pkg/layers: improve vectorization of layers_fluxcalc.F
350      - step 1: split loops, make TatU/V 2D arrays. This alone reduces the cpu
351        time spent in this routine by more than a factor of 3 on an NEC-SX8
352      - step 2: replace search algorithm by a bisection algorithm found in
353        Press et al. Numerical Recipes in Fortran. This algorithm can be
354        vectorized and finds the correct bin in approx. log2(Nlayers) steps.
355        For now, use this algorithm only for TARGET_NEC_SX defined.
356      - moved the search algorithm into a separate subroutine, that is kept
357        within the same file for automatic inlining.
358      - modified catching potential errors
359    o pkg/ecco:
360      - add compile switches ALLOW_SHALLOW_ALTIMETRY and ALLOW_HIGHLAT_ALTIMETRY.
361    o model/src, pkg/autodiff, pkg/ctrl, pkg/grdchk :
362      - modifications for ALLOW_GENTIM2D_CONTROL
363      -- forward_step.F, the_main_loop.F : pass options and arrays for adjoint tapes.
364      -- load_fields_driver.F : add call to CTRL_MAP_GENTIM2D( myTime, myIter, myThid )
365      -- add xx_gentim2d0/1 in ctrl_ad_check_lev1_dir.h checkpoint_lev1_directives.h etc
366      -- use ctrl_swapffields.F (new) instead of exf_SwapFFields.F in ctrl_get_gen.F
367    o model/src:
368      - account for moist thermodynamics in (dry) potential temperature equation;
369        update results of experiments: aim.5l_cs (x2), fizhi-cs (std + aqualev)
370        and cpl_aim+ocn.
371      - also switch to standard compiler (gfortran, was using ifort previously)
372        for fizhi-cs experiments reference output.
373    o pkg/ctrl:
374      - 1st step toward generic time-varying control variable (2D) via CPP option
375        ALLOW_GENTIM2D_CONTROL
376      - note new namelist ctrl_nml_genarr in data.ctrl
377    o verification/global_ocean.cs32x15:
378      - switch off OLD_THSICE_CALL_SEQUENCE (both forward and AD code) to use new
379        thsice calling sequence and update "output.icedyn.txt" output file.
380    o pkg/ptracers:
381      - from Ryan A.: code to allow to restart a tracer at regular time interval
382        specifying a reset frequency and a reset-phase (for each tracers).
383    o pkg/thsice:
384      - implement new sequence of calls for thsice+seaice:
385          previously:   ice-Dyn,ice-Advect,ice-Thermo(thsice)
386          new sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect
387      - allows (with temporary CPP option "#define OLD_THSICE_CALL_SEQUENCE"
388        in CPP_OPTIONS.h) to recover old sequence;
389      - update diagnostics for Intermediate State thsice diagnostics: now filled
390        just before advection (instead of just after advection in old sequence);
391      - update output of experiment offline_exf_seaice (standard test);
392      - in global_ocean.cs32x15 exp., postpone output.icedyn.txt update
393        by setting #define OLD_THSICE_CALL_SEQUENCE in CPP_OPTIONS.h
394    o pkg/aim_v23:
395      - use tiled array for aim_CO2 and surface wind speed for export to coupler;
396      - use standard pkg/mdsio routines to read & write CO2 pickup file;
397      - in-line S/R AIM_AIM2DYN_EXCHANGES in aim_do_physics.F;
398      - Implement new sequence of calls for seaice advection (with thsice and
399        seaice diffusion): do ice advection after ice-Thermodynamic (previously
400        was done before); change aim_do_physics.F (split the bi,bj loops block);
401      - use same CPP option (OLD_THSICE_CALL_SEQUENCE) to recover old sequence;
402    o pkg/thsice:
403      - add a missing EXCH of sIceLoad in thsice_main.F (ocean set-up) for the case
404        where just seaice diffusion is used without seaice-dynamics.
405    
406    checkpoint64c (2013/01/18)
407    o pkg/seaice:
408      - add a parameter JFNKres_tFac that can replace JFNKres_t
409        (= JFNKres_tFac*JFNKresidual before JFNK solver)
410      - add a line search option to the JFNK solver
411      - move update of u/vIce and computation of initial residual into a separate
412        routine (same file); makes the code a little easier to read (?)
413      - the line search requires computation of the residual and for some reason
414        I cannot do the update of u/vIce at the beginning of the Newton loop
415        without changing the results, so we move computation of the new residual
416        also to the end of the Newton loop, even without the line search
417    o pkg/mdsio:
418      - write missing value (corresponding to undefined array value) to meta files;
419        skip this if missing value is one (UNSET_RL would be a better value for the
420        case of undefined missing value but it's current the default missing-value);
421        Also update mdsio_read_meta.F (reading timeInterval & missing-value).
422    o pkg/exf & thsice:
423      - for diagnostics purpose, fill-up and update Qsw array (+ fill the
424        diagnostics) even when SHORTWAVE_HEATING is #undef;
425    o verification/cfc_example:
426      - turn on pkg/layers with pkg/diagnostics (to test pkg/layers and to
427        illustrate how to use it).
428    o verification/offline_exf_seaice:
429      in input: add SEAICErestoreUnderIce=.TRUE., and reduce size of forcing
430        files to only one time-record.
431      in input.thermo: narrow the 2 bands of low initial ice-concentration near
432        N & S edges; switch on SEAICErestoreUnderIce=T; use pkg/diagnostics for
433        snapshot output; same mcPheePiston value as in thsice with
434        surf-current=0.2m/s.
435      in input.thsice: similar set-up as in input.thermo (channel with same seaice
436        initial conditions).
437    o verification/cfc_example:
438      - update file "data" with more standard choice (default rotationPeriod,
439        exactConserv=T, reduce ivdc_kappa to 10, remove multiDimAdvection=F,
440        set deltaTFreeSurf to deltaTtracer) and update the output.
441    o pkg/layers:
442      - fix bolus part so that it compiles with #undef GM_BOLUS_ADVEC;
443      - ensure that "layers_bolus" is switched to False when useGMRedi=False.
444    o verification/offline_exf_seaice:
445      - set all {field}period to zero for constant-in-time forcing (not tested
446        anywhere else).
447    o verification/offline_exf_seaice:
448      - dyn_lsr  : use pkg/seaice S/R (instead of pkg/thsice) to advect sea-ice;
449      - dyn_jfnk : use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice.
450    o model/src:
451      - implement Finite-Volume method for (hydrostatic) presure gradient
452        from S.-J. Lin (QJRMS 1997), for atmosphere using sigma-coordinate.
453    o pkg/seaice: implement EVP* by Lemieux et al. (2012).
454      - In order to be compatible with the default EVP code, this requires changing
455        the EVP code around a little; and because any small change immediately
456        breaks the lab_sea.hb87 verification experiment, the reference output is
457        updated two times (each time the remaining aggrement was only 2 digits):
458        - after replacing 1/dt by 1*recip_dt with a precomputed recip_dt
459        - after replacing 1/(1+0.5*dt/tau) by a/(a+1), with a=2*tau/dt
460        The adjoint test lab_sea.evp also needed to be updated.
461      - Turn on EVP* by setting SEAICE_deltaTevp as before, and setting
462        SEAICEuseEVPstar=.true.; for EVP* SEAICE_deltaTevp does not need to be
463        a factor of SEAICE_deltaTdyn, and you can set the number of EVP steps
464        explicitly with SEAICEnEVPstarSteps (thereby overriding the default of
465        INT(SEAICE_deltaTdyn/SEAICE_deltaTevp)). Controlling EVP* is deliberately
466        kept obscure, because I need to test it a little more.
467    o pkg/cheapaml:
468      - fix few incorrect type (_RL/_RS) in subroutine calls.
469    o pkg/seaice:
470      - new S/R SEAICE_MAP_RS2VEC (similar to SEAICE_MAP2VEC) to map _RS arrays
471        to _RL vector; this fixes JFNK code when compiling with "-use_r4" option.
472    o model/src:
473      - add a warning if using select_rStar=2 with nonlinFreeSurf <> 4;
474        change (in input_ad*/data) select_rStar from 2 to 1 for AD verification
475        experiments global_ocean.cs32x15 & tutorial_tracer_adjsens (+ update output)
476    o pkg/cheapaml:
477      - replace "273.1 _d 0" by celsius2K in pkg/cheapaml/cheapaml.F and
478        update output of experiment cheapAML_box.
479      - store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity,
480        and set them only in one place (cheapaml_readparms.F).
481      - replace "273.16 _d 0" by celsius2K & replace "3.14159 _d 0" by constant "PI"
482      - remove re-setting of main-model parameter "celsius2K" (in cheapaml_readparms)
483        and re-setting of cheapAML params "lath" & "p0" (in cheapaml_init_varia).
484    o model/src/the_main_loop.F:
485      - fix revision 129 : need both ALLOW_ECCO and ALLOW_ECCO_EVOLUTION.
486    o pkg/seaice:
487      - remove legacy branch code.
488      - retire SEAICE_GROWTH_LEGACY and SEAICE_CAP_HEFF accordingly.
489    o verification/*/code*/SEAICE_OPTIONS.h:
490      - remove documentation for retired CPP flags (SEAICE_GROWTH_LEGACY,
491        SEAICE_CAP_HEFF).
492    o pkg/cheapaml:
493      - use standard routine (S/R GET_PERIODIC_INTERVAL) to decide when it is time
494        to load new forcing fields.
495      - add missing "_d 0" where it's needed; + some editing (improve indentation).
496      - remove switch to "-r8" compiler option (no longer needed) in verification
497        cheapAML_box, keep same output (small trucation error differences).
498    o verification/offline_exf_seaice:
499      - add thermodynamics only test.
500    o verification/cheapAML_box:
501      - split the domain in 8 (2x4) tiles; add MPI and multi-threaded test;
502        keep same output (same 14 digits for cg2d).
503      - switch on "-r8" compiler option (some numerical values are missing
504        the "_d 0") and update output (only 6 digits for cg2d were preserved).
505    
506    checkpoint64b (2012/12/24)
507    o pkg/cheapaml:
508      - remove un-used variables (Qnet,EmPmR) from pickup files.
509      - store tendency of advected variables into cheapaml pickup file
510        and fix the AB-2 restart.
511    o verification/offline_exf_seaice and lab_sea adjoint:
512      - switch to new code (#undef SEAICE_GROWTH_LEGACY).
513      - switch to 4 time steps in offline, consistent with lab_sea.
514      - match parameters from SEAICE_GROWTH_LEGACY branch in data.seaice.
515      - update results after change of experiment seaice.
516    o pkg/seaice:
517      - remove option SEAICE_MULTICATEGORY; has been replaced with run-time
518        parameter SEAICE_multDim. Issue a warning if SEAICE_MULTICATEGORY is
519        still defined since SEAICE_multDim needs to be set to MULTDIM value (from
520        SEAICE_SIZE.h) to recover previous #define SEAICE_MULTICATEGORY default.
521    o model/src:
522      - add run-time parameter to select CG2D solver minimum-residual solution
523        (in case of a poor convergence).
524    o pkg/seaice/seaice_lsr.F
525      - move calculation of matrix coefficients into new
526        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
527        file; the main purpose of this change is to be able to reuse the code
528        in S/R SEAICE_PRECONDITIONER
529      - modify the computation of the residual so that the mass of sea-ice
530        is not used twice; this simplifies the calculations, but since
531        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
532        not tested in testreport---this does not affect the testreport results.
533    o verification/seaice_obcs:
534      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
535        verification/lab_sea/input.salt_plume; changes results/output.txt*
536    o model/src:
537      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
538    o pkg/seaice:
539      - improve description of parameters in seaice_fgmres.F and start
540        cleaning up the code
541      - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
542        second argument
543      - add a metric based on grid cell area to SEAICE_SCALPROD; update
544        results of offline_exf_seaice.dyn_jfnk
545      - compute initial residual norm in seaice_jfnk based on SEAICE_SCALPROD
546    o pkg/aim_v23:
547      - fix an other bug in dissipation heating (grid-cell area was missing).
548    o model/src + pkg/seaice:
549      - add global (multi-tile) linear solver for pair of tri-diagonal system
550        along X and Y lines, respectively for U and V component.
551        Note: 1) MPI and cube-exchange not yet coded.
552            2) probably not accurate for poorly conditioned / large size problem.
553      - add option for SEAICE_LSR to use global (multi-tile) tri-diagonal solver;
554        default: not compiled and not used.
555    o pkg/seaice:
556      - first attempt at a multi-threaded fgmres solver for the JFNK solver:
557        introduce bi/bj loops and use global_sum_tile_rl instead of
558        mpi_allreduce in seaice_fgmres.F
559      - improve diagnostics output for fgmres solver (seaice_fgmres.F)
560      - replace a few unnecessary goto statements by if-blocks  (seaice_fgmres.F)
561      - add a verification experiment for JFNK in offline_exf_seaice
562    o verification:
563      - change (for now, only fwd test) offline_exf_seaice experiment:
564        use a re-entrant channel with idealized coastline (trapezoidal shape)
565        at southern boundary to explore seaice dynamics and thermodynamics
566        with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
567        secondary test (input.thsice) use thermodynamics only with SST relaxation.
568      - add seaice-dynamics only secondary test using LSR and pkg/thsice advection.
569    o pkg/exf:
570      - disable "sstExtrapol" when Nr=1
571    o verification:
572      - add new experiment "cheapAML_box" (simple 1 layer set-up from Bruno Deremble)
573        to test pkg/cheapaml.
574    o pkg/aim_v23 & pkg/shap_filt:
575      - fix dissipation heating (erroneous gravity multiplication factor).
576    o pkg/seaice:
577      - remove unused field pressPre from jfnk solver
578      - rename two subroutines in seaice_preconditioner.F
579    o eesupp/src:
580       - S/R MDSFINDUNIT avoids reserved unit numbers (scrUnit1, eeDataUnit ...)
581    o pkg/seaice/seaice_preconditioner.F: fix preconditioner once again
582       - remove wrong parts of the rhs and the lhs (were in there
583         because I did not understand the concept of this preconditioner)
584       - add an exchange between u- and v-sweep. This increases communication
585         by a factor of two but improves the convergence of jfnk. Ideally,
586         one would like the u- and v-sweep to be independent. So far within
587         undocumented ifdefs
588       - reorganize the extra computations for printing the residuals
589    o tools/genmake2:
590      - comment out the "mpif.h" include in NetCDF test programm (for MPI built)
591        since it's not necessary (and was preventing to use MNC in some cases).
592    
593    checkpoint64a (2012/11/16)
594    o pkg/autodiff:
595      - improve pkg-internal logical parameter switch (inAd/inFwd mode) so that
596        autodiff_readparms.F no longer depends on calling order (within
597        packages_readparms.F) and no longer requires to include ${PKG}_PARMS.h):
598        rename param turnFreeDriftInAdMode to SEAICEuseFREEDRIFTswitchInAd
599        and change param SEAICEuseDYNAMICSinAdMode to SEAICEuseDYNAMICSswitchInAd.
600    o pkg/obcs:
601      - adding tidal velocity forcing capability to obcs
602        for usage example, see verification/seaice_obcs/input.tides
603    o pkg/seaice:
604      - turn the LSR-relaxation parameters WFAU/V into runtime parameters
605        SEAICE_LSRrelaxU/V
606      - introduce runtime parameter SEAICEetaZmethod (=0 by default)
607    o pkg/aim_v23:
608      - implement heating from friction (bottom friction and stratospheric drag).
609    o pkg/shap_filt:
610      - fix diagnostic "SHAP_dKE" (was 2 time smaller); implement heating from
611        dissipation but only for Shap_funct=2, active when addFrictionHeating=T.
612    o model/src:
613      - move AddMass common block from DYNVARS.h to FFIELDS.h; allow to read-in
614        time-constant addMass field from file (addMassFile);
615      - support for heating due to friction (and Kinetic Energy dissipation):
616        add option, run-time switch and 3-D field array + support code ; each pkg
617        or S/R can add heating contribution (if there is a sink of KE); the sum is
618        accounted for as a Temperature tendency term (EXTERNAL_FORCING_T).
619  o pkg/seaice:  o pkg/seaice:
620    - seaice_preconditioner:    - complete merge of ITD code into seaice_growth.F
621        from MITgcm_contrib/torge/itd/code/
622        no verification so far, but Torge Martin tested
623        "1-D test case and Beaufort set up;
624        deliver okay results after 1 model year."
625      - complete merge of SEAICE_SIZE.h into all relevant routines
626      - move computation of eta at Z-points into calc_viscosities
627        + introduce global field etaZ
628        + add different methods for computing etaZ, for now the old
629          method (simple averages of eta to Z-points) is hardwired
630        + replace etaMeanZ by etaZ in seaice_lsr, seaice_calc_residual,
631          seaice_preconditioner
632      - simplify computations for SEAICE_ZETA_SMOOTHREG
633      - seaice_preconditioner:
634      + replace one remaining press by pressLoc (mistake)      + replace one remaining press by pressLoc (mistake)
635      + adjust printing of residuals      + adjust printing of residuals
636    - improve I/O of diagnostics of JFNK in seaice_jfnk.F:    - improve I/O of diagnostics of JFNK in seaice_jfnk.F:
637      + add (SEAICE.h) and rename some counters (initiliased in      + add (SEAICE.h) and rename some counters (initiliased in
638        seaice_init_fixed.F)        seaice_init_fixed.F)
639      + add _BEGIN/END_MASTER (myThid)  around print statements      + add _BEGIN/END_MASTER (myThid)  around print statements
640      + print total number of iterations and failures over SEAICE_monFreq      + print total number of iterations and failures over SEAICE_monFreq
# Line 21  o pkg/seaice: Line 646  o pkg/seaice:
646      (seaice_jfnk.F, seaice_fgmres.F)      (seaice_jfnk.F, seaice_fgmres.F)
647    - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes    - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes
648      a serious convergence problem when open boundaries are involved      a serious convergence problem when open boundaries are involved
649  o pkg/ggl90: fix computation of control volumes for the case of  o pkg/ggl90: fix computation of control volumes for the case of
650    ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes    ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes
651    up half a grid cell from C-centered to W-centered (pointed out by C. Eden)    up half a grid cell from C-centered to W-centered (pointed out by C. Eden)
652  o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC  o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC
653  o pkg/autodiff  o pkg/autodiff
654    - Add inAdMode switch for SEAICEuseDYNAMICS:    - Add inAdMode switch for SEAICEuseDYNAMICS:
655      SEAICEuseDYNAMICSinAdMode      SEAICEuseDYNAMICSinAdMode
656      (extend logic in ADAUTODIFF_INADMODE_SET)      (extend logic in ADAUTODIFF_INADMODE_SET)
657  o pkg/seaice  o pkg/seaice
658    - Step 1 of merging ice-thickness distribution (ITD) code from    - Step 1 of merging ice-thickness distribution (ITD) code from

Legend:
Removed from v.1.1763  
changed lines
  Added in v.1.1891

  ViewVC Help
Powered by ViewVC 1.1.22