/[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.1774 by mlosch, Fri Nov 23 15:54:18 2012 UTC revision 1.1857 by jahn, Tue Apr 23 16:31:33 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 verification/tutorial_global_oce_biogeo:
8      - add preliminary OpenAD setup (still has problems)
9    o model/src:
10      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
11      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
12      - move forcing adjustment (balancing surface forcing) in specific S/R
13        where might also be applied exchanges (if needed) to forcing arrays.
14    o pkg/shelfice:
15      - allow to specify the Ice-Shelf mass per unit area (instead of
16        shelficeLoadAnomaly) and do the conversion from one to the other
17      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
18        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
19        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
20        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
21      - update isomip experiment forward output (get machine truncation error
22        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
23    o verification/offline_exf_seaice:
24      revise data.seaice in input.thermo and input_ad and update results accordingly
25        HO = 0.2, SEAICE_areaLossFormula = 2,
26        SEAICE_growMeltByConv = .TRUE.,
27        SEAICE_doOpenWaterMelt = .TRUE.,
28      Improve consistency with input.thsice and fix the spurious 500m ice corners
29    o verification/global_ocean.cs32x15:
30      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
31        in icedyn (thsice+seaice-dyn) test and update output.
32    o verification/offline_exf_seaice:
33      - adjust list of tested variables (with testreport) and update
34        standard test output with better slection of monitored fields.
35    o pkg/cd_code:
36      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
37        experiment lab_sea.hb87
38    o tools/genmake2:
39      - change default makedepend from the system default to tools/xmakedepend:
40        When no makedepend is specified, select tools/xmakedepend it the test pass,
41        otherwise select the system default (if exist and pass the test) or
42        try to build cyrus-makedepend ; stop if none of the 3 works.
43    o pkg/exf & pkg/thsice:
44      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
45        for energy content of Precip + RunOff & Evap. Assumes:
46       1) Rain has same temp as Air.
47       2) Snow has no heat capacity (consistent with seaice & thsice pkgs)
48       3) Run-Off comes at the temp of surface water (with same Cp)
49       4) Evap over ocean is released to the Atmos @ surf-temp (=SST); should be
50        put directly into Latent Heat flux & should use water-vapor heat capacity.
51       5) Evap over snow/seaice (pkg/thsice) assumes constant Lf+Lv (consistent
52        with snow having no Cp) => water vapor is released to Atmos @ 0^oC (=ERL).
53    o pkg/seaice: simplify the use of CPP flags in JFNK-related files
54        (compile when SEAICE_ALLOW_JFNK is defined)
55    o pkg/thsice:
56      - fix oceanic flux diagnostics & timeave (left from new sequence of calls
57        implementation): move THSICE_AVE call after the advection (called directly
58        from thsice_do_advect.F).
59    o verification/global_ocean.90x40x15 and OpenAD:
60      New experiment for OpenAD is identical to the one in input_ad except that
61        multiDimAdvection=.FALSE.,
62      There is still an issue with this.
63    o pkg/thsice:
64      - account for ice velocity (ocean relative velocity) in turbulent heat flux
65        at the base of the ice; update output of global_ocean.cs32x15 (icedyn)
66        and offline_exf_seaice (main test).
67    
68    checkpoint64f (2013/03/31)
69    o verification/OpenAD:
70      - new (smaller, without OAD_DEBUG) output_oadm.txt generated using gfortran.
71    o verification/isomip, pkg/shelfice and OpenAD:
72      - add OpenAD setup to this exp and make shelfice package work with OpenAD
73    o verification/tutorial_global_oce_biogeo:
74      - update AD and TLM output after turning off ALLOW_FE (in DIC_OPTIONS.h)
75    o verification/offline_exf_seaice:
76      - replace adjoint experiment (now similar to fwd input.thermo/ setup).
77    o verification/tutorial_tracer_adjsens, pkg/ptracers and OpenAD:
78      - add OpenAD setup to this exp and make ptracers package work with OpenAD
79    o pkg/seaice/seaice_evp.F:
80       mask the asymmetric contribution of the ice-ocean stress (when
81       the turningAngle is non-zero) over open water to avoid stripes
82       in the EVP-solutions after many EVP-substeps. This does not change
83       the verification experiment (because turningAngle=0 in that experiment),
84       but will affect other EVP solutions with turningAngle.ne.0
85    o verification, AD & TLM output:
86      - new TAF version 2.3.10 (previously 2.3.8) add more parenthesis in multiple
87        additions and multiplications which affect results at machine truncation
88        level. Update few AD output (1D_ocean_ice_column, bottom_ctrl_5x5,
89        lab_sea.noseaicedyn & offline_exf_seaice) and TLM output
90        (1D_ocean_ice_column & tutorial_tracer_adjsens.som81) which had only 12
91        digits of matching.
92    o pkg/seaice:
93       modify lsr-algorithm so that it vectorizes AND converges by using a
94       "zebra" method: split vector loop into two with step size 2; this
95       solves a general convergence problem for the JFNK solver on a vector
96       computer. It has the potential to even improve convergence for
97       non-vector machines, but it does change the results so it is turned
98       off by default. To turn on define CPP-flags SEAICE_VECTORIZE_LSR and
99       SEAICE_VECTORIZE_LSR_ZEBRA in SEAICE_OPTIONS.h
100    
101    checkpoint64e (2013/03/05)
102    o pkg/ecco and several verification experiments:
103       Remove special versions of the_model_main.F, the_main_loop.F, forward_step.F
104       from ecco package, and revert to unified routine in model/src/
105       Adjust verification experiments accordingly, especially gloal_oce_llc90
106       Should conclude long-standing work by Gael to reconsile the_main_loop with
107       ECCO and will enable OpenAD's revolve loop in ECCO setup.
108    o pkg/generic_advdiff:
109      - implement compressible flow method for multi-dim advection (similar to
110        gad_som_advect.F); add new option "GAD_MULTIDIM_COMPRESSIBLE" (since
111        TAF generates many recomputations) to use it; no yet coded with implicit
112        vertical advection.
113      - change experiment advect_cs (new output) and advect_xy (same output)
114        to test compressible flow multi-dim advection.
115    o pkg/generic_advdiff:
116      - fix SOM advection for unusual cases (linear Free-Surf in r*, other
117        cases where linear Free-Surf is not @ k=1, e.g., useShelfIce)
118    o pkg/seaice:
119      - fix bug in the no-slip implementation in seaice_calc_strainrates.F, this
120        bug affects two verification experiments (lab_sea and lab_sea.hb87),
121        recover old (wrong) results by setting noSlipFac = 2. in
122        seaice_calc_strainrates.F;
123      - add another averaging method for etaZ (etaZmethod=3), a mix of 2 and 0
124      - add runtime parameter SEAICE_JFNKepsilon for that finite difference
125        gradient in the Jacobian times vector operation (s/r seaice_jacvec)
126      - fix line search in seaice_jfnk.F (s/r seaice_jfnk_update)
127    o pkg/seaice: reorganize seaice_lsr.F to be able to reuse more code:
128      - new subroutines seaice_lsr_tridiagu/v
129      - introduce loop bounds i/jmin/max to be able to use a restricted
130        additive Schwarz method, but not used for now.
131      - rename SEAICE_CALC_LSR_COEFFS into SEAICE_LSR_CALC_COEFFS
132      - use new subroutines seaice_lsr_tridiagu/v in s/r seaice_preconditioner
133    o OpenAD support
134       Reorganize S/R call for overall time-stepping loop to facilitate
135       OpenAD revolve loop replacement
136       (new S/R main_do_loop.F)
137    o model/src:
138      - add 3-D array 3rd dimension to argument list of S/R ADAMS_BASHFORTH2/3;
139      - pkg/cheapaml: remove local S/R ADAMS2d and use instead standard S/R
140        ADAMS_BASHFORTH2.
141    o pkg/cheapaml:
142      - add new parameter (default=F, same as before) to disable full domain
143        (including land) periodicity in X & Y dir.
144      - new S/R CHEAPAML_COPY_EDGES to copy relaxation field into edges of
145        prognostics field ; merge the 2 S/R cycle_2d_tracer and timestep_2d_tracer
146        into single S/R CHEAPAML_TIMESTEP.
147    
148    checkpoint64d (2013/02/17)
149    o pkg/monitor (angular momentum):
150      - do not add Eta contribution to the total AM if using rigid-lid;
151      - correct for Adams-Bashforth in zonal-wind part (instead of in AM_eta).
152      - horizontal discretisation: compute Zonal wind contribution separately for
153        each component (instead of from cell centered averaged) and use the 4
154        grid-cell corner averaged value of Omega*(R*cos_Phi)^2 in AM_eta part.
155      - Check that AM is conserved with linear dynamics (momAdvection=F and linear
156        FreeSurf) if using vectorInvariant momentum.
157    o model/src (horizontal grid):
158      - move initialisation of all horizontal grid arrays to null value
159        from specific horizontal grid S/R to main S/R INI_GRID;
160      - add 2 new arrays to project model C-grid velocity on to zonal direction
161        (similar to AngleCosC & -AngleSinC but at U and V point location) and
162        compute them in S/R CALC_GRID_ANGLES.
163    o pkg/seaice: replace a hard coded parameter by a runtime parameter
164        SEAICE_JFNK_tolIter
165    o pkg/seaice: introduce a restricted additive Schwarz (RAS) method in
166        preconditioner for JFNK (run LSR into the overlaps as far as possible,
167        i.e OLx/y-2, but overwrite the solution in the overlaps)
168      - extend loop range in seaice_calc_viscosity
169      - add new parameters SEAICE_OLx/y (default = OLx/y-2)
170      - add flexible loop ranges to seaice_preconditioner, seaice_calc_lsr_coeffs
171      - slightly modify loops in tridiagonal solver lsr-preconditioner
172      - by default remove the extra exchange in seaice_preconditioner with a
173        replacement of an undocumented CPP flag by SEAICE_PRECOND_EXTRA_EXCHANGE
174      - modify offline_exf_seaice so that old results without RAS are reproduced
175        for output.dyn_jfnk.txt
176      in seaice_fgmres.F (unrelated to RAS)
177      - add a cpp-flag option for a re-ordered mapping (potentially more
178        efficient), but because this changes the results, turn it off by
179        default
180      - replace the save statement by local common blocks
181    o utils/matlab:
182      - fix tile-offset in rdmnc.m when output was produced using EXCH2.
183      - update cs_grid/bk_line scripts to use load_grid.m (in utils/matlab)
184        instead of local script "load_cs.m".
185    o pkg/seaice:
186      - fix a serious bug in seaice_fgmres.F, s/r seaice_scalprod, connected
187        to the scalarProductMetric and the unrolling. By chance this does not
188        change the verification experiment, because of the particular domain
189        decomposition
190    o pkg/diagnostics:
191      - change default missing_value from UNSET_RL to -999.
192    o pkg/layers: improve vectorization of layers_fluxcalc.F
193      - step 1: split loops, make TatU/V 2D arrays. This alone reduces the cpu
194        time spent in this routine by more than a factor of 3 on an NEC-SX8
195      - step 2: replace search algorithm by a bisection algorithm found in
196        Press et al. Numerical Recipes in Fortran. This algorithm can be
197        vectorized and finds the correct bin in approx. log2(Nlayers) steps.
198        For now, use this algorithm only for TARGET_NEC_SX defined.
199      - moved the search algorithm into a separate subroutine, that is kept
200        within the same file for automatic inlining.
201      - modified catching potential errors
202    o pkg/ecco:
203      - add compile switches ALLOW_SHALLOW_ALTIMETRY and ALLOW_HIGHLAT_ALTIMETRY.
204    o model/src, pkg/autodiff, pkg/ctrl, pkg/grdchk :
205      - modifications for ALLOW_GENTIM2D_CONTROL
206      -- forward_step.F, the_main_loop.F : pass options and arrays for adjoint tapes.
207      -- load_fields_driver.F : add call to CTRL_MAP_GENTIM2D( myTime, myIter, myThid )
208      -- add xx_gentim2d0/1 in ctrl_ad_check_lev1_dir.h checkpoint_lev1_directives.h etc
209      -- use ctrl_swapffields.F (new) instead of exf_SwapFFields.F in ctrl_get_gen.F
210    o model/src:
211      - account for moist thermodynamics in (dry) potential temperature equation;
212        update results of experiments: aim.5l_cs (x2), fizhi-cs (std + aqualev)
213        and cpl_aim+ocn.
214      - also switch to standard compiler (gfortran, was using ifort previously)
215        for fizhi-cs experiments reference output.
216    o pkg/ctrl:
217      - 1st step toward generic time-varying control variable (2D) via CPP option
218        ALLOW_GENTIM2D_CONTROL
219      - note new namelist ctrl_nml_genarr in data.ctrl
220    o verification/global_ocean.cs32x15:
221      - switch off OLD_THSICE_CALL_SEQUENCE (both forward and AD code) to use new
222        thsice calling sequence and update "output.icedyn.txt" output file.
223    o pkg/ptracers:
224      - from Ryan A.: code to allow to restart a tracer at regular time interval
225        specifying a reset frequency and a reset-phase (for each tracers).
226    o pkg/thsice:
227      - implement new sequence of calls for thsice+seaice:
228          previously:   ice-Dyn,ice-Advect,ice-Thermo(thsice)
229          new sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect
230      - allows (with temporary CPP option "#define OLD_THSICE_CALL_SEQUENCE"
231        in CPP_OPTIONS.h) to recover old sequence;
232      - update diagnostics for Intermediate State thsice diagnostics: now filled
233        just before advection (instead of just after advection in old sequence);
234      - update output of experiment offline_exf_seaice (standard test);
235      - in global_ocean.cs32x15 exp., postpone output.icedyn.txt update
236        by setting #define OLD_THSICE_CALL_SEQUENCE in CPP_OPTIONS.h
237    o pkg/aim_v23:
238      - use tiled array for aim_CO2 and surface wind speed for export to coupler;
239      - use standard pkg/mdsio routines to read & write CO2 pickup file;
240      - in-line S/R AIM_AIM2DYN_EXCHANGES in aim_do_physics.F;
241      - Implement new sequence of calls for seaice advection (with thsice and
242        seaice diffusion): do ice advection after ice-Thermodynamic (previously
243        was done before); change aim_do_physics.F (split the bi,bj loops block);
244      - use same CPP option (OLD_THSICE_CALL_SEQUENCE) to recover old sequence;
245    o pkg/thsice:
246      - add a missing EXCH of sIceLoad in thsice_main.F (ocean set-up) for the case
247        where just seaice diffusion is used without seaice-dynamics.
248    
249    checkpoint64c (2013/01/18)
250    o pkg/seaice:
251      - add a parameter JFNKres_tFac that can replace JFNKres_t
252        (= JFNKres_tFac*JFNKresidual before JFNK solver)
253      - add a line search option to the JFNK solver
254      - move update of u/vIce and computation of initial residual into a separate
255        routine (same file); makes the code a little easier to read (?)
256      - the line search requires computation of the residual and for some reason
257        I cannot do the update of u/vIce at the beginning of the Newton loop
258        without changing the results, so we move computation of the new residual
259        also to the end of the Newton loop, even without the line search
260    o pkg/mdsio:
261      - write missing value (corresponding to undefined array value) to meta files;
262        skip this if missing value is one (UNSET_RL would be a better value for the
263        case of undefined missing value but it's current the default missing-value);
264        Also update mdsio_read_meta.F (reading timeInterval & missing-value).
265    o pkg/exf & thsice:
266      - for diagnostics purpose, fill-up and update Qsw array (+ fill the
267        diagnostics) even when SHORTWAVE_HEATING is #undef;
268    o verification/cfc_example:
269      - turn on pkg/layers with pkg/diagnostics (to test pkg/layers and to
270        illustrate how to use it).
271    o verification/offline_exf_seaice:
272      in input: add SEAICErestoreUnderIce=.TRUE., and reduce size of forcing
273        files to only one time-record.
274      in input.thermo: narrow the 2 bands of low initial ice-concentration near
275        N & S edges; switch on SEAICErestoreUnderIce=T; use pkg/diagnostics for
276        snapshot output; same mcPheePiston value as in thsice with
277        surf-current=0.2m/s.
278      in input.thsice: similar set-up as in input.thermo (channel with same seaice
279        initial conditions).
280    o verification/cfc_example:
281      - update file "data" with more standard choice (default rotationPeriod,
282        exactConserv=T, reduce ivdc_kappa to 10, remove multiDimAdvection=F,
283        set deltaTFreeSurf to deltaTtracer) and update the output.
284    o pkg/layers:
285      - fix bolus part so that it compiles with #undef GM_BOLUS_ADVEC;
286      - ensure that "layers_bolus" is switched to False when useGMRedi=False.
287    o verification/offline_exf_seaice:
288      - set all {field}period to zero for constant-in-time forcing (not tested
289        anywhere else).
290    o verification/offline_exf_seaice:
291      - dyn_lsr  : use pkg/seaice S/R (instead of pkg/thsice) to advect sea-ice;
292      - dyn_jfnk : use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice.
293    o model/src:
294      - implement Finite-Volume method for (hydrostatic) presure gradient
295        from S.-J. Lin (QJRMS 1997), for atmosphere using sigma-coordinate.
296    o pkg/seaice: implement EVP* by Lemieux et al. (2012).
297      - In order to be compatible with the default EVP code, this requires changing
298        the EVP code around a little; and because any small change immediately
299        breaks the lab_sea.hb87 verification experiment, the reference output is
300        updated two times (each time the remaining aggrement was only 2 digits):
301        - after replacing 1/dt by 1*recip_dt with a precomputed recip_dt
302        - after replacing 1/(1+0.5*dt/tau) by a/(a+1), with a=2*tau/dt
303        The adjoint test lab_sea.evp also needed to be updated.
304      - Turn on EVP* by setting SEAICE_deltaTevp as before, and setting
305        SEAICEuseEVPstar=.true.; for EVP* SEAICE_deltaTevp does not need to be
306        a factor of SEAICE_deltaTdyn, and you can set the number of EVP steps
307        explicitly with SEAICEnEVPstarSteps (thereby overriding the default of
308        INT(SEAICE_deltaTdyn/SEAICE_deltaTevp)). Controlling EVP* is deliberately
309        kept obscure, because I need to test it a little more.
310    o pkg/cheapaml:
311      - fix few incorrect type (_RL/_RS) in subroutine calls.
312    o pkg/seaice:
313      - new S/R SEAICE_MAP_RS2VEC (similar to SEAICE_MAP2VEC) to map _RS arrays
314        to _RL vector; this fixes JFNK code when compiling with "-use_r4" option.
315    o model/src:
316      - add a warning if using select_rStar=2 with nonlinFreeSurf <> 4;
317        change (in input_ad*/data) select_rStar from 2 to 1 for AD verification
318        experiments global_ocean.cs32x15 & tutorial_tracer_adjsens (+ update output)
319    o pkg/cheapaml:
320      - replace "273.1 _d 0" by celsius2K in pkg/cheapaml/cheapaml.F and
321        update output of experiment cheapAML_box.
322      - store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity,
323        and set them only in one place (cheapaml_readparms.F).
324      - replace "273.16 _d 0" by celsius2K & replace "3.14159 _d 0" by constant "PI"
325      - remove re-setting of main-model parameter "celsius2K" (in cheapaml_readparms)
326        and re-setting of cheapAML params "lath" & "p0" (in cheapaml_init_varia).
327    o model/src/the_main_loop.F:
328      - fix revision 129 : need both ALLOW_ECCO and ALLOW_ECCO_EVOLUTION.
329    o pkg/seaice:
330      - remove legacy branch code.
331      - retire SEAICE_GROWTH_LEGACY and SEAICE_CAP_HEFF accordingly.
332    o verification/*/code*/SEAICE_OPTIONS.h:
333      - remove documentation for retired CPP flags (SEAICE_GROWTH_LEGACY,
334        SEAICE_CAP_HEFF).
335    o pkg/cheapaml:
336      - use standard routine (S/R GET_PERIODIC_INTERVAL) to decide when it is time
337        to load new forcing fields.
338      - add missing "_d 0" where it's needed; + some editing (improve indentation).
339      - remove switch to "-r8" compiler option (no longer needed) in verification
340        cheapAML_box, keep same output (small trucation error differences).
341    o verification/offline_exf_seaice:
342      - add thermodynamics only test.
343    o verification/cheapAML_box:
344      - split the domain in 8 (2x4) tiles; add MPI and multi-threaded test;
345        keep same output (same 14 digits for cg2d).
346      - switch on "-r8" compiler option (some numerical values are missing
347        the "_d 0") and update output (only 6 digits for cg2d were preserved).
348    
349    checkpoint64b (2012/12/24)
350    o pkg/cheapaml:
351      - remove un-used variables (Qnet,EmPmR) from pickup files.
352      - store tendency of advected variables into cheapaml pickup file
353        and fix the AB-2 restart.
354    o verification/offline_exf_seaice and lab_sea adjoint:
355      - switch to new code (#undef SEAICE_GROWTH_LEGACY).
356      - switch to 4 time steps in offline, consistent with lab_sea.
357      - match parameters from SEAICE_GROWTH_LEGACY branch in data.seaice.
358      - update results after change of experiment seaice.
359    o pkg/seaice:
360      - remove option SEAICE_MULTICATEGORY; has been replaced with run-time
361        parameter SEAICE_multDim. Issue a warning if SEAICE_MULTICATEGORY is
362        still defined since SEAICE_multDim needs to be set to MULTDIM value (from
363        SEAICE_SIZE.h) to recover previous #define SEAICE_MULTICATEGORY default.
364    o model/src:
365      - add run-time parameter to select CG2D solver minimum-residual solution
366        (in case of a poor convergence).
367    o pkg/seaice/seaice_lsr.F
368      - move calculation of matrix coefficients into new
369        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
370        file; the main purpose of this change is to be able to reuse the code
371        in S/R SEAICE_PRECONDITIONER
372      - modify the computation of the residual so that the mass of sea-ice
373        is not used twice; this simplifies the calculations, but since
374        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
375        not tested in testreport---this does not affect the testreport results.
376    o verification/seaice_obcs:
377      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
378        verification/lab_sea/input.salt_plume; changes results/output.txt*
379    o model/src:
380      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
381    o pkg/seaice:
382      - improve description of parameters in seaice_fgmres.F and start
383        cleaning up the code
384      - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
385        second argument
386      - add a metric based on grid cell area to SEAICE_SCALPROD; update
387        results of offline_exf_seaice.dyn_jfnk
388      - compute initial residual norm in seaice_jfnk based on SEAICE_SCALPROD
389    o pkg/aim_v23:
390      - fix an other bug in dissipation heating (grid-cell area was missing).
391    o model/src + pkg/seaice:
392      - add global (multi-tile) linear solver for pair of tri-diagonal system
393        along X and Y lines, respectively for U and V component.
394        Note: 1) MPI and cube-exchange not yet coded.
395            2) probably not accurate for poorly conditioned / large size problem.
396      - add option for SEAICE_LSR to use global (multi-tile) tri-diagonal solver;
397        default: not compiled and not used.
398    o pkg/seaice:
399      - first attempt at a multi-threaded fgmres solver for the JFNK solver:
400        introduce bi/bj loops and use global_sum_tile_rl instead of
401        mpi_allreduce in seaice_fgmres.F
402      - improve diagnostics output for fgmres solver (seaice_fgmres.F)
403      - replace a few unnecessary goto statements by if-blocks  (seaice_fgmres.F)
404      - add a verification experiment for JFNK in offline_exf_seaice
405    o verification:
406      - change (for now, only fwd test) offline_exf_seaice experiment:
407        use a re-entrant channel with idealized coastline (trapezoidal shape)
408        at southern boundary to explore seaice dynamics and thermodynamics
409        with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
410        secondary test (input.thsice) use thermodynamics only with SST relaxation.
411      - add seaice-dynamics only secondary test using LSR and pkg/thsice advection.
412    o pkg/exf:
413      - disable "sstExtrapol" when Nr=1
414    o verification:
415      - add new experiment "cheapAML_box" (simple 1 layer set-up from Bruno Deremble)
416        to test pkg/cheapaml.
417    o pkg/aim_v23 & pkg/shap_filt:
418      - fix dissipation heating (erroneous gravity multiplication factor).
419    o pkg/seaice:
420      - remove unused field pressPre from jfnk solver
421      - rename two subroutines in seaice_preconditioner.F
422    o eesupp/src:
423       - S/R MDSFINDUNIT avoids reserved unit numbers (scrUnit1, eeDataUnit ...)
424  o pkg/seaice/seaice_preconditioner.F: fix preconditioner once again  o pkg/seaice/seaice_preconditioner.F: fix preconditioner once again
425     - remove wrong parts of the rhs and the lhs (were in there     - remove wrong parts of the rhs and the lhs (were in there
426       because I did not understand the concept of this preconditioner)       because I did not understand the concept of this preconditioner)

Legend:
Removed from v.1.1774  
changed lines
  Added in v.1.1857

  ViewVC Help
Powered by ViewVC 1.1.22