/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1743 by mlosch, Mon Sep 24 15:07:38 2012 UTC revision 1.1802 by jmc, Sun Jan 6 20:36:27 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/offline_exf_seaice:
8      - dyn_lsr  : use pkg/seaice S/R (instead of pkg/thsice) to advect sea-ice;
9      - dyn_jfnk : use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice.
10    o model/src:
11      - implement Finite-Volume method for (hydrostatic) presure gradient
12        from S.-J. Lin (QJRMS 1997), for atmosphere using sigma-coordinate.
13    o pkg/seaice: implement EVP* by Lemieux et al. (2012).
14      - In order to be compatible with the default EVP code, this requires changing
15        the EVP code around a little; and because any small change immediately
16        breaks the lab_sea.hb87 verification experiment, the reference output is
17        updated two times (each time the remaining aggrement was only 2 digits):
18        - after replacing 1/dt by 1*recip_dt with a precomputed recip_dt
19        - after replacing 1/(1+0.5*dt/tau) by a/(a+1), with a=2*tau/dt
20        The adjoint test lab_sea.evp also needed to be updated.
21      - Turn on EVP* by setting SEAICE_deltaTevp as before, and setting
22        SEAICEuseEVPstar=.true.; for EVP* SEAICE_deltaTevp does not need to be
23        a factor of SEAICE_deltaTdyn, and you can set the number of EVP steps
24        explicitly with SEAICEnEVPstarSteps (thereby overriding the default of
25        INT(SEAICE_deltaTdyn/SEAICE_deltaTevp)). Controlling EVP* is deliberately
26        kept obscure, because I need to test it a little more.
27    o pkg/cheapaml:
28      - fix few incorrect type (_RL/_RS) in subroutine calls.
29    o pkg/seaice:
30      - new S/R SEAICE_MAP_RS2VEC (similar to SEAICE_MAP2VEC) to map _RS arrays
31        to _RL vector; this fixes JFNK code when compiling with "-use_r4" option.
32    o model/src:
33      - add a warning if using select_rStar=2 with nonlinFreeSurf <> 4;
34        change (in input_ad*/data) select_rStar from 2 to 1 for AD verification
35        experiments global_ocean.cs32x15 & tutorial_tracer_adjsens (+ update output)
36    o pkg/cheapaml:
37      - replace "273.1 _d 0" by celsius2K in pkg/cheapaml/cheapaml.F and
38        update output of experiment cheapAML_box.
39      - store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity,
40        and set them only in one place (cheapaml_readparms.F).
41      - replace "273.16 _d 0" by celsius2K & replace "3.14159 _d 0" by constant "PI"
42      - remove re-setting of main-model parameter "celsius2K" (in cheapaml_readparms)
43        and re-setting of cheapAML params "lath" & "p0" (in cheapaml_init_varia).
44    o model/src/the_main_loop.F:
45      - fix revision 129 : need both ALLOW_ECCO and ALLOW_ECCO_EVOLUTION.
46    o pkg/seaice:
47      - remove legacy branch code.
48      - retire SEAICE_GROWTH_LEGACY and SEAICE_CAP_HEFF accordingly.
49    o verification/*/code*/SEAICE_OPTIONS.h:
50      - remove documentation for retired CPP flags (SEAICE_GROWTH_LEGACY,
51        SEAICE_CAP_HEFF).
52    o pkg/cheapaml:
53      - use standard routine (S/R GET_PERIODIC_INTERVAL) to decide when it is time
54        to load new forcing fields.
55      - add missing "_d 0" where it's needed; + some editing (improve indentation).
56      - remove switch to "-r8" compiler option (no longer needed) in verification
57        cheapAML_box, keep same output (small trucation error differences).
58    o verification/offline_exf_seaice:
59      - add thermodynamics only test.
60    o verification/cheapAML_box:
61      - split the domain in 8 (2x4) tiles; add MPI and multi-threaded test;
62        keep same output (same 14 digits for cg2d).
63      - switch on "-r8" compiler option (some numerical values are missing
64        the "_d 0") and update output (only 6 digits for cg2d were preserved).
65    
66    checkpoint64b (2012/12/24)
67    o pkg/cheapaml:
68      - remove un-used variables (Qnet,EmPmR) from pickup files.
69      - store tendency of advected variables into cheapaml pickup file
70        and fix the AB-2 restart.
71    o verification/offline_exf_seaice and lab_sea adjoint:
72      - switch to new code (#undef SEAICE_GROWTH_LEGACY).
73      - switch to 4 time steps in offline, consistent with lab_sea.
74      - match parameters from SEAICE_GROWTH_LEGACY branch in data.seaice.
75      - update results after change of experiment seaice.
76    o pkg/seaice:
77      - remove option SEAICE_MULTICATEGORY; has been replaced with run-time
78        parameter SEAICE_multDim. Issue a warning if SEAICE_MULTICATEGORY is
79        still defined since SEAICE_multDim needs to be set to MULTDIM value (from
80        SEAICE_SIZE.h) to recover previous #define SEAICE_MULTICATEGORY default.
81    o model/src:
82      - add run-time parameter to select CG2D solver minimum-residual solution
83        (in case of a poor convergence).
84    o pkg/seaice/seaice_lsr.F
85      - move calculation of matrix coefficients into new
86        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
87        file; the main purpose of this change is to be able to reuse the code
88        in S/R SEAICE_PRECONDITIONER
89      - modify the computation of the residual so that the mass of sea-ice
90        is not used twice; this simplifies the calculations, but since
91        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
92        not tested in testreport---this does not affect the testreport results.
93    o verification/seaice_obcs:
94      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
95        verification/lab_sea/input.salt_plume; changes results/output.txt*
96    o model/src:
97      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
98    o pkg/seaice:
99      - improve description of parameters in seaice_fgmres.F and start
100        cleaning up the code
101      - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
102        second argument
103      - add a metric based on grid cell area to SEAICE_SCALPROD; update
104        results of offline_exf_seaice.dyn_jfnk
105      - compute initial residual norm in seaice_jfnk based on SEAICE_SCALPROD
106    o pkg/aim_v23:
107      - fix an other bug in dissipation heating (grid-cell area was missing).
108    o model/src + pkg/seaice:
109      - add global (multi-tile) linear solver for pair of tri-diagonal system
110        along X and Y lines, respectively for U and V component.
111        Note: 1) MPI and cube-exchange not yet coded.
112            2) probably not accurate for poorly conditioned / large size problem.
113      - add option for SEAICE_LSR to use global (multi-tile) tri-diagonal solver;
114        default: not compiled and not used.
115    o pkg/seaice:
116      - first attempt at a multi-threaded fgmres solver for the JFNK solver:
117        introduce bi/bj loops and use global_sum_tile_rl instead of
118        mpi_allreduce in seaice_fgmres.F
119      - improve diagnostics output for fgmres solver (seaice_fgmres.F)
120      - replace a few unnecessary goto statements by if-blocks  (seaice_fgmres.F)
121      - add a verification experiment for JFNK in offline_exf_seaice
122    o verification:
123      - change (for now, only fwd test) offline_exf_seaice experiment:
124        use a re-entrant channel with idealized coastline (trapezoidal shape)
125        at southern boundary to explore seaice dynamics and thermodynamics
126        with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
127        secondary test (input.thsice) use thermodynamics only with SST relaxation.
128      - add seaice-dynamics only secondary test using LSR and pkg/thsice advection.
129    o pkg/exf:
130      - disable "sstExtrapol" when Nr=1
131    o verification:
132      - add new experiment "cheapAML_box" (simple 1 layer set-up from Bruno Deremble)
133        to test pkg/cheapaml.
134    o pkg/aim_v23 & pkg/shap_filt:
135      - fix dissipation heating (erroneous gravity multiplication factor).
136    o pkg/seaice:
137      - remove unused field pressPre from jfnk solver
138      - rename two subroutines in seaice_preconditioner.F
139    o eesupp/src:
140       - S/R MDSFINDUNIT avoids reserved unit numbers (scrUnit1, eeDataUnit ...)
141    o pkg/seaice/seaice_preconditioner.F: fix preconditioner once again
142       - remove wrong parts of the rhs and the lhs (were in there
143         because I did not understand the concept of this preconditioner)
144       - add an exchange between u- and v-sweep. This increases communication
145         by a factor of two but improves the convergence of jfnk. Ideally,
146         one would like the u- and v-sweep to be independent. So far within
147         undocumented ifdefs
148       - reorganize the extra computations for printing the residuals
149    o tools/genmake2:
150      - comment out the "mpif.h" include in NetCDF test programm (for MPI built)
151        since it's not necessary (and was preventing to use MNC in some cases).
152    
153    checkpoint64a (2012/11/16)
154    o pkg/autodiff:
155      - improve pkg-internal logical parameter switch (inAd/inFwd mode) so that
156        autodiff_readparms.F no longer depends on calling order (within
157        packages_readparms.F) and no longer requires to include ${PKG}_PARMS.h):
158        rename param turnFreeDriftInAdMode to SEAICEuseFREEDRIFTswitchInAd
159        and change param SEAICEuseDYNAMICSinAdMode to SEAICEuseDYNAMICSswitchInAd.
160    o pkg/obcs:
161      - adding tidal velocity forcing capability to obcs
162        for usage example, see verification/seaice_obcs/input.tides
163    o pkg/seaice:
164      - turn the LSR-relaxation parameters WFAU/V into runtime parameters
165        SEAICE_LSRrelaxU/V
166      - introduce runtime parameter SEAICEetaZmethod (=0 by default)
167    o pkg/aim_v23:
168      - implement heating from friction (bottom friction and stratospheric drag).
169    o pkg/shap_filt:
170      - fix diagnostic "SHAP_dKE" (was 2 time smaller); implement heating from
171        dissipation but only for Shap_funct=2, active when addFrictionHeating=T.
172    o model/src:
173      - move AddMass common block from DYNVARS.h to FFIELDS.h; allow to read-in
174        time-constant addMass field from file (addMassFile);
175      - support for heating due to friction (and Kinetic Energy dissipation):
176        add option, run-time switch and 3-D field array + support code ; each pkg
177        or S/R can add heating contribution (if there is a sink of KE); the sum is
178        accounted for as a Temperature tendency term (EXTERNAL_FORCING_T).
179    o pkg/seaice:
180      - complete merge of ITD code into seaice_growth.F
181        from MITgcm_contrib/torge/itd/code/
182        no verification so far, but Torge Martin tested
183        "1-D test case and Beaufort set up;
184        deliver okay results after 1 model year."
185      - complete merge of SEAICE_SIZE.h into all relevant routines
186      - move computation of eta at Z-points into calc_viscosities
187        + introduce global field etaZ
188        + add different methods for computing etaZ, for now the old
189          method (simple averages of eta to Z-points) is hardwired
190        + replace etaMeanZ by etaZ in seaice_lsr, seaice_calc_residual,
191          seaice_preconditioner
192      - simplify computations for SEAICE_ZETA_SMOOTHREG
193      - seaice_preconditioner:
194        + replace one remaining press by pressLoc (mistake)
195        + adjust printing of residuals
196      - improve I/O of diagnostics of JFNK in seaice_jfnk.F:
197        + add (SEAICE.h) and rename some counters (initiliased in
198          seaice_init_fixed.F)
199        + add _BEGIN/END_MASTER (myThid)  around print statements
200        + print total number of iterations and failures over SEAICE_monFreq
201          interval to STDOUT
202      - move control over output-messages by fgmres to seaice_jfnk to save
203        some operations
204      - move resetting initial guess for fgmres outside of seaice_fgmres_driver
205        in order to make restarts with sol .ne. zero (fgmres with restarts)
206        (seaice_jfnk.F, seaice_fgmres.F)
207      - seaice_calc_l/rhs.F: replace maskW/S by maskInW/S; this fixes
208        a serious convergence problem when open boundaries are involved
209    o pkg/ggl90: fix computation of control volumes for the case of
210      ALLOW_GGL90_HORIZDIFF (probably not used very often): move control volumes
211      up half a grid cell from C-centered to W-centered (pointed out by C. Eden)
212    o pkg/seaice: simplify seaice_evp by avoiding use of extra fields u/vIceC
213    o pkg/autodiff
214      - Add inAdMode switch for SEAICEuseDYNAMICS:
215        SEAICEuseDYNAMICSinAdMode
216        (extend logic in ADAUTODIFF_INADMODE_SET)
217    o pkg/seaice
218      - Step 1 of merging ice-thickness distribution (ITD) code from
219        MITgcm_contrib/torge/itd/ (author: Torge Martin)
220        The code implements concept laid out in Thorndike et al. (1975);
221        code is enabled via CPP flag SEAICE_ITD
222        nITD (in SEAICE_SIZE.h) defines number of ice thickness categories;
223        code is not complete yet!!
224      - SEAICE_SIZE.h now included in almost all seaice routines
225    o verification (using seaice):
226      - switch back seaice-dynamics (+ lower SOLV_MAX_ITERS) in ADM exp.
227        global_ocean.cs32x15.seaice ; update results.
228      - compile B-grid dynamics in FW test exp 1D_ocean_ice_column ;
229      - compile C-grid dynamics with #define SEAICE_ALLOW_JFNK in FW test exp
230        offline_exf_seaice (previously compiling B-grid).
231    o pkg/exf:
232      - fix some STOP conditions in exf_check.F (from Aug 28, modifs did not allow
233        to specify neither just 1 comp of wind or wind-stress, nor no surface momentum
234        forcing): just replace CPP option ALLOW_ATM_WIND with run-time param useAtmWind.
235    o pkg/layers (adjust changes from Sept 19):
236      - do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F)
237        this allows to remove "layers_maxNum" dimension from all layers arrays.
238    o pkg/layers (adjust changes from Sept 19):
239      - remove ALLOW_LAYERS_OUTPUT ; fix snap-shot and time-ave output ;
240      - snap-shot extended to all type of layers (not just the 1rst type);
241      - remove layers variables when corresponding CPP option is undef.
242    o pkg/layers:
243      - rename pkg/layers variable and add new output (layer exist & un-weighted
244        velocity in layer)
245    o pkg/seaice:
246      - simplify (?) ocean-drag coefficent computations by using
247        the same routine in all three solvers (saves some code lines)
248      - remove global fields DRAGA and DRAGS from C-grid code and
249        declare them locally in lsr.F (the only place where they are
250        still used)
251      - update AD output of lab_sea.evp (very sensitive anyway).
252    o pkg/seaice: add Jacobian-free Newton Krylov solver for ice dynamics
253      (Lemieux et al. 2010, 2012). Turn on with the usual SEAICE_ALLOW_JFNK
254      and SEAICEuseJFNK=.true. A few things to note:
255      - involves a FGMRES, that is parallel but very inefficient,
256        because of many scalar products (global sums) in the Gram-Schmidt
257        orthogonalization method. Needs to be replaced. Original code
258        from J.-F. Lemieux
259      - preconditioner for FGMRES is a stripped down version of LSOR
260      - SOLV_MAX_ITERS is now used for LSOR as a solver and as a
261        preconditioner. For the preconditioner, the default is set to 10.
262      - Jacobian times vector is computed with finite differences
263      - marginally related to JFNK-solver: add a smooth regularization for
264        zeta with tanh that will improve convergence (Lemieux and Tremblay,
265        2009) for any implicit solver (not implemented for EVP because EVP
266        does not need this regularization in the first place). Define
267        SEAICE_ZETA_SMOOTHREG in SEAICE_OPTIONS.h to use.
268    o eesupp/src:
269      - check in genmake2 that intrinsic S/R flush is available.
270      - add S/R to flush IO unit (if intrinsic S/R flush is available)
271      - flush standard & error msg unit before MPI termination
272      - if debugMode, flush IO unit after printing msg
273    o pkg/ctrl:
274      - ctrl_unpack.F, ALLOW_GENARR3D_CONTROL code: fix missing argument in call
275        to ctrl_set_unpack_xyz.
276    
277    checkpoint64 (2012/10/09)
278    o pkg/shelfice
279      - in mom_fluxform.F, mom_vecinv.F:
280        CALL SHELFICE_V_DRAG(bi,bj,k,vFld,KE,KappaRU,vF,myThid)
281        Bug fix KappaRU -> KappaRV
282        does not change verification/isomip but may change other setups
283        (presumably constant KappaRU=KappaRV)
284      - fix diagnostics SHIU/Vdrag (thanks to Tom Millgate)
285    o pkg/obcs:
286      - fixed some indexing bugs in obcs_seaice_sponge.F
287      - added obcs relaxation subroutines for HSALT and HSNOW
288      - changes verification/seaice_obcs/results/obcs_seaice_sponge.F
289  o pkg/seaice:  o pkg/seaice:
290    - add "multicategory" parameterization for snow in analogy to ice,    - add "multicategory" parameterization for snow in analogy to ice,
291      default is off for now.      default is off for now.

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

  ViewVC Help
Powered by ViewVC 1.1.22