/[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.1746 by mlosch, Fri Oct 5 15:19:00 2012 UTC revision 1.1824 by mlosch, Wed Feb 13 09:16:43 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 pkg/seaice: introduce a restricted additive Schwarz (RAS) method in
8        preconditioner for JFNK (run LSR into the overlaps as far as possible,
9        i.e OLx/y-2, but overwrite the solution in the overlaps)
10      - extend loop range in seaice_calc_viscosity
11      - add new parameters SEAICE_OLx/y (default = OLx/y-2)
12      - add flexible loop ranges to seaice_preconditioner, seaice_calc_lsr_coeffs
13      - slightly modify loops in tridiagonal solver lsr-preconditioner
14      - by default remove the extra exchange in seaice_preconditioner with a
15        replacement of an undocumented CPP flag by SEAICE_PRECOND_EXTRA_EXCHANGE
16      - modify offline_exf_seaice so that old results without RAS are reproduced
17        for output.dyn_jfnk.txt
18      in seaice_fgmres.F (unrelated to RAS)
19      - add a cpp-flag option for a re-ordered mapping (potentially more
20        efficient), but because this changes the results, turn it off by
21        default
22      - replace the save statement by local common blocks
23    o utils/matlab:
24      - fix tile-offset in rdmnc.m when output was produced using EXCH2.
25      - update cs_grid/bk_line scripts to use load_grid.m (in utils/matlab)
26        instead of local script "load_cs.m".
27    o pkg/seaice:
28      - fix a serious bug in seaice_fgmres.F, s/r seaice_scalprod, connected
29        to the scalarProductMetric and the unrolling. By chance this does not
30        change the verification experiment, because of the particular domain
31        decomposition
32    o pkg/diagnostics:
33      - change default missing_value from UNSET_RL to -999.
34    o pkg/layers: improve vectorization of layers_fluxcalc.F
35      - step 1: split loops, make TatU/V 2D arrays. This alone reduces the cpu
36        time spent in this routine by more than a factor of 3 on an NEC-SX8
37      - step 2: replace search algorithm by a bisection algorithm found in
38        Press et al. Numerical Recipes in Fortran. This algorithm can be
39        vectorized and finds the correct bin in approx. log2(Nlayers) steps.
40        For now, use this algorithm only for TARGET_NEC_SX defined.
41      - moved the search algorithm into a separate subroutine, that is kept
42        within the same file for automatic inlining.
43      - modified catching potential errors
44    o pkg/ecco:
45      - add compile switches ALLOW_SHALLOW_ALTIMETRY and ALLOW_HIGHLAT_ALTIMETRY.
46    o model/src, pkg/autodiff, pkg/ctrl, pkg/grdchk :
47      - modifications for ALLOW_GENTIM2D_CONTROL
48      -- forward_step.F, the_main_loop.F : pass options and arrays for adjoint tapes.
49      -- load_fields_driver.F : add call to CTRL_MAP_GENTIM2D( myTime, myIter, myThid )
50      -- add xx_gentim2d0/1 in ctrl_ad_check_lev1_dir.h checkpoint_lev1_directives.h etc
51      -- use ctrl_swapffields.F (new) instead of exf_SwapFFields.F in ctrl_get_gen.F
52    o model/src:
53      - account for moist thermodynamics in (dry) potential temperature equation;
54        update results of experiments: aim.5l_cs (x2), fizhi-cs (std + aqualev)
55        and cpl_aim+ocn.
56      - also switch to standard compiler (gfortran, was using ifort previously)
57        for fizhi-cs experiments reference output.
58    o pkg/ctrl:
59      - 1st step toward generic time-varying control variable (2D) via CPP option
60        ALLOW_GENTIM2D_CONTROL
61      - note new namelist ctrl_nml_genarr in data.ctrl
62    o verification/global_ocean.cs32x15:
63      - switch off OLD_THSICE_CALL_SEQUENCE (both forward and AD code) to use new
64        thsice calling sequence and update "output.icedyn.txt" output file.
65    o pkg/ptracers:
66      - from Ryan A.: code to allow to restart a tracer at regular time interval
67        specifying a reset frequency and a reset-phase (for each tracers).
68    o pkg/thsice:
69      - implement new sequence of calls for thsice+seaice:
70          previously:   ice-Dyn,ice-Advect,ice-Thermo(thsice)
71          new sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect
72      - allows (with temporary CPP option "#define OLD_THSICE_CALL_SEQUENCE"
73        in CPP_OPTIONS.h) to recover old sequence;
74      - update diagnostics for Intermediate State thsice diagnostics: now filled
75        just before advection (instead of just after advection in old sequence);
76      - update output of experiment offline_exf_seaice (standard test);
77      - in global_ocean.cs32x15 exp., postpone output.icedyn.txt update
78        by setting #define OLD_THSICE_CALL_SEQUENCE in CPP_OPTIONS.h
79    o pkg/aim_v23:
80      - use tiled array for aim_CO2 and surface wind speed for export to coupler;
81      - use standard pkg/mdsio routines to read & write CO2 pickup file;
82      - in-line S/R AIM_AIM2DYN_EXCHANGES in aim_do_physics.F;
83      - Implement new sequence of calls for seaice advection (with thsice and
84        seaice diffusion): do ice advection after ice-Thermodynamic (previously
85        was done before); change aim_do_physics.F (split the bi,bj loops block);
86      - use same CPP option (OLD_THSICE_CALL_SEQUENCE) to recover old sequence;
87    o pkg/thsice:
88      - add a missing EXCH of sIceLoad in thsice_main.F (ocean set-up) for the case
89        where just seaice diffusion is used without seaice-dynamics.
90    
91    checkpoint64c (2013/01/18)
92    o pkg/seaice:
93      - add a parameter JFNKres_tFac that can replace JFNKres_t
94        (= JFNKres_tFac*JFNKresidual before JFNK solver)
95      - add a line search option to the JFNK solver
96      - move update of u/vIce and computation of initial residual into a separate
97        routine (same file); makes the code a little easier to read (?)
98      - the line search requires computation of the residual and for some reason
99        I cannot do the update of u/vIce at the beginning of the Newton loop
100        without changing the results, so we move computation of the new residual
101        also to the end of the Newton loop, even without the line search
102    o pkg/mdsio:
103      - write missing value (corresponding to undefined array value) to meta files;
104        skip this if missing value is one (UNSET_RL would be a better value for the
105        case of undefined missing value but it's current the default missing-value);
106        Also update mdsio_read_meta.F (reading timeInterval & missing-value).
107    o pkg/exf & thsice:
108      - for diagnostics purpose, fill-up and update Qsw array (+ fill the
109        diagnostics) even when SHORTWAVE_HEATING is #undef;
110    o verification/cfc_example:
111      - turn on pkg/layers with pkg/diagnostics (to test pkg/layers and to
112        illustrate how to use it).
113    o verification/offline_exf_seaice:
114      in input: add SEAICErestoreUnderIce=.TRUE., and reduce size of forcing
115        files to only one time-record.
116      in input.thermo: narrow the 2 bands of low initial ice-concentration near
117        N & S edges; switch on SEAICErestoreUnderIce=T; use pkg/diagnostics for
118        snapshot output; same mcPheePiston value as in thsice with
119        surf-current=0.2m/s.
120      in input.thsice: similar set-up as in input.thermo (channel with same seaice
121        initial conditions).
122    o verification/cfc_example:
123      - update file "data" with more standard choice (default rotationPeriod,
124        exactConserv=T, reduce ivdc_kappa to 10, remove multiDimAdvection=F,
125        set deltaTFreeSurf to deltaTtracer) and update the output.
126    o pkg/layers:
127      - fix bolus part so that it compiles with #undef GM_BOLUS_ADVEC;
128      - ensure that "layers_bolus" is switched to False when useGMRedi=False.
129    o verification/offline_exf_seaice:
130      - set all {field}period to zero for constant-in-time forcing (not tested
131        anywhere else).
132    o verification/offline_exf_seaice:
133      - dyn_lsr  : use pkg/seaice S/R (instead of pkg/thsice) to advect sea-ice;
134      - dyn_jfnk : use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice.
135    o model/src:
136      - implement Finite-Volume method for (hydrostatic) presure gradient
137        from S.-J. Lin (QJRMS 1997), for atmosphere using sigma-coordinate.
138    o pkg/seaice: implement EVP* by Lemieux et al. (2012).
139      - In order to be compatible with the default EVP code, this requires changing
140        the EVP code around a little; and because any small change immediately
141        breaks the lab_sea.hb87 verification experiment, the reference output is
142        updated two times (each time the remaining aggrement was only 2 digits):
143        - after replacing 1/dt by 1*recip_dt with a precomputed recip_dt
144        - after replacing 1/(1+0.5*dt/tau) by a/(a+1), with a=2*tau/dt
145        The adjoint test lab_sea.evp also needed to be updated.
146      - Turn on EVP* by setting SEAICE_deltaTevp as before, and setting
147        SEAICEuseEVPstar=.true.; for EVP* SEAICE_deltaTevp does not need to be
148        a factor of SEAICE_deltaTdyn, and you can set the number of EVP steps
149        explicitly with SEAICEnEVPstarSteps (thereby overriding the default of
150        INT(SEAICE_deltaTdyn/SEAICE_deltaTevp)). Controlling EVP* is deliberately
151        kept obscure, because I need to test it a little more.
152    o pkg/cheapaml:
153      - fix few incorrect type (_RL/_RS) in subroutine calls.
154    o pkg/seaice:
155      - new S/R SEAICE_MAP_RS2VEC (similar to SEAICE_MAP2VEC) to map _RS arrays
156        to _RL vector; this fixes JFNK code when compiling with "-use_r4" option.
157    o model/src:
158      - add a warning if using select_rStar=2 with nonlinFreeSurf <> 4;
159        change (in input_ad*/data) select_rStar from 2 to 1 for AD verification
160        experiments global_ocean.cs32x15 & tutorial_tracer_adjsens (+ update output)
161    o pkg/cheapaml:
162      - replace "273.1 _d 0" by celsius2K in pkg/cheapaml/cheapaml.F and
163        update output of experiment cheapAML_box.
164      - store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity,
165        and set them only in one place (cheapaml_readparms.F).
166      - replace "273.16 _d 0" by celsius2K & replace "3.14159 _d 0" by constant "PI"
167      - remove re-setting of main-model parameter "celsius2K" (in cheapaml_readparms)
168        and re-setting of cheapAML params "lath" & "p0" (in cheapaml_init_varia).
169    o model/src/the_main_loop.F:
170      - fix revision 129 : need both ALLOW_ECCO and ALLOW_ECCO_EVOLUTION.
171    o pkg/seaice:
172      - remove legacy branch code.
173      - retire SEAICE_GROWTH_LEGACY and SEAICE_CAP_HEFF accordingly.
174    o verification/*/code*/SEAICE_OPTIONS.h:
175      - remove documentation for retired CPP flags (SEAICE_GROWTH_LEGACY,
176        SEAICE_CAP_HEFF).
177    o pkg/cheapaml:
178      - use standard routine (S/R GET_PERIODIC_INTERVAL) to decide when it is time
179        to load new forcing fields.
180      - add missing "_d 0" where it's needed; + some editing (improve indentation).
181      - remove switch to "-r8" compiler option (no longer needed) in verification
182        cheapAML_box, keep same output (small trucation error differences).
183    o verification/offline_exf_seaice:
184      - add thermodynamics only test.
185    o verification/cheapAML_box:
186      - split the domain in 8 (2x4) tiles; add MPI and multi-threaded test;
187        keep same output (same 14 digits for cg2d).
188      - switch on "-r8" compiler option (some numerical values are missing
189        the "_d 0") and update output (only 6 digits for cg2d were preserved).
190    
191    checkpoint64b (2012/12/24)
192    o pkg/cheapaml:
193      - remove un-used variables (Qnet,EmPmR) from pickup files.
194      - store tendency of advected variables into cheapaml pickup file
195        and fix the AB-2 restart.
196    o verification/offline_exf_seaice and lab_sea adjoint:
197      - switch to new code (#undef SEAICE_GROWTH_LEGACY).
198      - switch to 4 time steps in offline, consistent with lab_sea.
199      - match parameters from SEAICE_GROWTH_LEGACY branch in data.seaice.
200      - update results after change of experiment seaice.
201    o pkg/seaice:
202      - remove option SEAICE_MULTICATEGORY; has been replaced with run-time
203        parameter SEAICE_multDim. Issue a warning if SEAICE_MULTICATEGORY is
204        still defined since SEAICE_multDim needs to be set to MULTDIM value (from
205        SEAICE_SIZE.h) to recover previous #define SEAICE_MULTICATEGORY default.
206    o model/src:
207      - add run-time parameter to select CG2D solver minimum-residual solution
208        (in case of a poor convergence).
209    o pkg/seaice/seaice_lsr.F
210      - move calculation of matrix coefficients into new
211        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
212        file; the main purpose of this change is to be able to reuse the code
213        in S/R SEAICE_PRECONDITIONER
214      - modify the computation of the residual so that the mass of sea-ice
215        is not used twice; this simplifies the calculations, but since
216        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
217        not tested in testreport---this does not affect the testreport results.
218    o verification/seaice_obcs:
219      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
220        verification/lab_sea/input.salt_plume; changes results/output.txt*
221    o model/src:
222      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
223    o pkg/seaice:
224      - improve description of parameters in seaice_fgmres.F and start
225        cleaning up the code
226      - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
227        second argument
228      - add a metric based on grid cell area to SEAICE_SCALPROD; update
229        results of offline_exf_seaice.dyn_jfnk
230      - compute initial residual norm in seaice_jfnk based on SEAICE_SCALPROD
231    o pkg/aim_v23:
232      - fix an other bug in dissipation heating (grid-cell area was missing).
233    o model/src + pkg/seaice:
234      - add global (multi-tile) linear solver for pair of tri-diagonal system
235        along X and Y lines, respectively for U and V component.
236        Note: 1) MPI and cube-exchange not yet coded.
237            2) probably not accurate for poorly conditioned / large size problem.
238      - add option for SEAICE_LSR to use global (multi-tile) tri-diagonal solver;
239        default: not compiled and not used.
240    o pkg/seaice:
241      - first attempt at a multi-threaded fgmres solver for the JFNK solver:
242        introduce bi/bj loops and use global_sum_tile_rl instead of
243        mpi_allreduce in seaice_fgmres.F
244      - improve diagnostics output for fgmres solver (seaice_fgmres.F)
245      - replace a few unnecessary goto statements by if-blocks  (seaice_fgmres.F)
246      - add a verification experiment for JFNK in offline_exf_seaice
247    o verification:
248      - change (for now, only fwd test) offline_exf_seaice experiment:
249        use a re-entrant channel with idealized coastline (trapezoidal shape)
250        at southern boundary to explore seaice dynamics and thermodynamics
251        with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
252        secondary test (input.thsice) use thermodynamics only with SST relaxation.
253      - add seaice-dynamics only secondary test using LSR and pkg/thsice advection.
254    o pkg/exf:
255      - disable "sstExtrapol" when Nr=1
256    o verification:
257      - add new experiment "cheapAML_box" (simple 1 layer set-up from Bruno Deremble)
258        to test pkg/cheapaml.
259    o pkg/aim_v23 & pkg/shap_filt:
260      - fix dissipation heating (erroneous gravity multiplication factor).
261    o pkg/seaice:
262      - remove unused field pressPre from jfnk solver
263      - rename two subroutines in seaice_preconditioner.F
264    o eesupp/src:
265       - S/R MDSFINDUNIT avoids reserved unit numbers (scrUnit1, eeDataUnit ...)
266    o pkg/seaice/seaice_preconditioner.F: fix preconditioner once again
267       - remove wrong parts of the rhs and the lhs (were in there
268         because I did not understand the concept of this preconditioner)
269       - add an exchange between u- and v-sweep. This increases communication
270         by a factor of two but improves the convergence of jfnk. Ideally,
271         one would like the u- and v-sweep to be independent. So far within
272         undocumented ifdefs
273       - reorganize the extra computations for printing the residuals
274    o tools/genmake2:
275      - comment out the "mpif.h" include in NetCDF test programm (for MPI built)
276        since it's not necessary (and was preventing to use MNC in some cases).
277    
278    checkpoint64a (2012/11/16)
279    o pkg/autodiff:
280      - improve pkg-internal logical parameter switch (inAd/inFwd mode) so that
281        autodiff_readparms.F no longer depends on calling order (within
282        packages_readparms.F) and no longer requires to include ${PKG}_PARMS.h):
283        rename param turnFreeDriftInAdMode to SEAICEuseFREEDRIFTswitchInAd
284        and change param SEAICEuseDYNAMICSinAdMode to SEAICEuseDYNAMICSswitchInAd.
285    o pkg/obcs:
286      - adding tidal velocity forcing capability to obcs
287        for usage example, see verification/seaice_obcs/input.tides
288    o pkg/seaice:
289      - turn the LSR-relaxation parameters WFAU/V into runtime parameters
290        SEAICE_LSRrelaxU/V
291      - introduce runtime parameter SEAICEetaZmethod (=0 by default)
292    o pkg/aim_v23:
293      - implement heating from friction (bottom friction and stratospheric drag).
294    o pkg/shap_filt:
295      - fix diagnostic "SHAP_dKE" (was 2 time smaller); implement heating from
296        dissipation but only for Shap_funct=2, active when addFrictionHeating=T.
297    o model/src:
298      - move AddMass common block from DYNVARS.h to FFIELDS.h; allow to read-in
299        time-constant addMass field from file (addMassFile);
300      - support for heating due to friction (and Kinetic Energy dissipation):
301        add option, run-time switch and 3-D field array + support code ; each pkg
302        or S/R can add heating contribution (if there is a sink of KE); the sum is
303        accounted for as a Temperature tendency term (EXTERNAL_FORCING_T).
304    o pkg/seaice:
305      - complete merge of ITD code into seaice_growth.F
306        from MITgcm_contrib/torge/itd/code/
307        no verification so far, but Torge Martin tested
308        "1-D test case and Beaufort set up;
309        deliver okay results after 1 model year."
310      - complete merge of SEAICE_SIZE.h into all relevant routines
311      - move computation of eta at Z-points into calc_viscosities
312        + introduce global field etaZ
313        + add different methods for computing etaZ, for now the old
314          method (simple averages of eta to Z-points) is hardwired
315        + replace etaMeanZ by etaZ in seaice_lsr, seaice_calc_residual,
316          seaice_preconditioner
317      - simplify computations for SEAICE_ZETA_SMOOTHREG
318      - seaice_preconditioner:
319        + replace one remaining press by pressLoc (mistake)
320        + adjust printing of residuals
321      - improve I/O of diagnostics of JFNK in seaice_jfnk.F:
322        + add (SEAICE.h) and rename some counters (initiliased in
323          seaice_init_fixed.F)
324        + add _BEGIN/END_MASTER (myThid)  around print statements
325        + print total number of iterations and failures over SEAICE_monFreq
326          interval to STDOUT
327      - move control over output-messages by fgmres to seaice_jfnk to save
328        some operations
329      - move resetting initial guess for fgmres outside of seaice_fgmres_driver
330        in order to make restarts with sol .ne. zero (fgmres with restarts)
331        (seaice_jfnk.F, seaice_fgmres.F)
332      - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes
333        a serious convergence problem when open boundaries are involved
334    o pkg/ggl90: fix computation of control volumes for the case of
335      ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes
336      up half a grid cell from C-centered to W-centered (pointed out by C. Eden)
337    o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC
338    o pkg/autodiff
339      - Add inAdMode switch for SEAICEuseDYNAMICS:
340        SEAICEuseDYNAMICSinAdMode
341        (extend logic in ADAUTODIFF_INADMODE_SET)
342    o pkg/seaice
343      - Step 1 of merging ice-thickness distribution (ITD) code from
344        MITgcm_contrib/torge/itd/ (author: Torge Martin)
345        The code implements concept laid out in Thorndike et al. (1975);
346        code is enabled via CPP flag SEAICE_ITD
347        nITD (in SEAICE_SIZE.h) defines number of ice thickness categories;
348        code is not complete yet!!
349      - SEAICE_SIZE.h now included in almost all seaice routines
350    o verification (using seaice):
351      - switch back seaice-dynamics (+ lower SOLV_MAX_ITERS) in ADM exp.
352        global_ocean.cs32x15.seaice ; update results.
353      - compile B-grid dynamics in FW test exp 1D_ocean_ice_column ;
354      - compile C-grid dynamics with #define SEAICE_ALLOW_JFNK in FW test exp
355        offline_exf_seaice (previously compiling B-grid).
356    o pkg/exf:
357      - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
358        to specify neither just 1 comp of wind or wind-stress, nor no surface momentum
359        forcing): just replace CPP option ALLOW_ATM_WIND with run-time param useAtmWind.
360    o pkg/layers (adjust changes from Sept 19):
361      - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)
362        this allows to remove "layers_maxNum" dimension from all layers arrays.
363    o pkg/layers (adjust changes from Sept 19):
364      - remove ALLOW_LAYERS_OUTPUT ; fix snap-shot and time-ave output ;
365      - snap-shot extended to all type of layers (not just the 1rst type);
366      - remove layers variables when corresponding CPP option is undef.
367    o pkg/layers:
368      - rename pkg/layers variable and add new output (layer exist & un-weighted
369        velocity in layer)
370    o pkg/seaice:
371      - simplify (?) ocean-drag coefficent computations by using
372        the same routine in all three solvers (saves some code lines)
373      - remove global fields DRAGA and DRAGS from C-grid code and
374        declare them locally in lsr.F (the only place where they are
375        still used)
376      - update AD output of lab_sea.evp (very sensitive anyway).
377    o pkg/seaice: add Jacobian-free Newton Krylov solver for ice dynamics
378      (Lemieux et al. 2010, 2012). Turn on with the usual SEAICE_ALLOW_JFNK
379      and SEAICEuseJFNK=.true. A few things to note:
380      - involves a FGMRES, that is parallel but very inefficient,
381        because of many scalar products (global sums) in the Gram-Schmidt
382        orthogonalization method. Needs to be replaced. Original code
383        from J.-F. Lemieux
384      - preconditioner for FGMRES is a stripped down version of LSOR
385      - SOLV_MAX_ITERS is now used for LSOR as a solver and as a
386        preconditioner. For the preconditioner, the default is set to 10.
387      - Jacobian times vector is computed with finite differences
388      - marginally related to JFNK-solver: add a smooth regularization for
389        zeta with tanh that will improve convergence (Lemieux and Tremblay,
390        2009) for any implicit solver (not implemented for EVP because EVP
391        does not need this regularization in the first place). Define
392        SEAICE_ZETA_SMOOTHREG in SEAICE_OPTIONS.h to use.
393    o eesupp/src:
394      - check in genmake2 that intrinsic S/R flush is available.
395      - add S/R to flush IO unit (if intrinsic S/R flush is available)
396      - flush standard & error msg unit before MPI termination
397      - if debugMode, flush IO unit after printing msg
398    o pkg/ctrl:
399      - ctrl_unpack.F, ALLOW_GENARR3D_CONTROL code: fix missing argument in call
400        to ctrl_set_unpack_xyz.
401    
402    checkpoint64 (2012/10/09)
403  o pkg/shelfice  o pkg/shelfice
404    in mom_fluxform.F, mom_vecinv.F:    - in mom_fluxform.F, mom_vecinv.F:
405    CALL SHELFICE_V_DRAG(bi,bj,k,vFld,KE,KappaRU,vF,myThid)      CALL SHELFICE_V_DRAG(bi,bj,k,vFld,KE,KappaRU,vF,myThid)
406    Bug fix KappaRU -> KappaRV      Bug fix KappaRU -> KappaRV
407    does not change verification/isomip but may change other setups      does not change verification/isomip but may change other setups
408    (presumably constant KappaRU=KappaRV)      (presumably constant KappaRU=KappaRV)
409    - fix diagnostics SHIU/Vdrag (thanks to Tom Millgate)    - fix diagnostics SHIU/Vdrag (thanks to Tom Millgate)
410  o pkg/obcs:  o pkg/obcs:
411    - fixed some indexing bugs in obcs_seaice_sponge.F    - fixed some indexing bugs in obcs_seaice_sponge.F

Legend:
Removed from v.1.1746  
changed lines
  Added in v.1.1824

  ViewVC Help
Powered by ViewVC 1.1.22