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

Legend:
Removed from v.1.1787  
changed lines
  Added in v.1.1865

  ViewVC Help
Powered by ViewVC 1.1.22