/[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.1823 by jmc, Tue Feb 12 22:26:11 2013 UTC revision 1.1867 by jmc, Fri May 10 20:19:37 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/offline:
8      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
9        (previously called from pkg/dic_surfforcing_init.F)
10    o model/src:
11      - re-order sequence of calls within packages_init_variables.F, using
12        standard order, except for:
13         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
14         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
15    o new pkg: atm_phys
16      - add entry point and source code (previously in contrib
17          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
18        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
19      - re-order sequence of calls within packages_readparms.F,
20         packages_init_fixed.F and packages_write_pickup.F
21        (but skip packages_init_variables.F because of TAF issues).
22      - update contrib/*/atm_gray/ experiment.
23    o pkg/seaice (ITD code):
24      - simplify and fix the writing of pickup-files for ITD case
25    o pkg/seaice (ITD code):
26      - introduce floe size dependent lateral melt for ITD case;
27      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
28      - update seaice_itd experiment main output.
29    o pkg/thsice:
30      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
31        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
32        changed accordingly pkg/atm2d.
33    
34    checkpoint64g (2013/05/01)
35    o pkg/exf ALLOW_RUNOFTEMP
36      - if defined,  river and glacier runoff temperature can be read-in from
37        runoftempfile; runoftempfile needs to have same format as runofffile
38    o pkg/thsice (& pkg/bulk_force):
39      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
40        for energy content of Precip + RunOff & Evap (like with pkg/exf).
41      - change computation domain to always be the interior (without overlap).
42      - fix bug (wrong overlap) when using EXF and stressReduction > 0.
43    o verification/tutorial_global_oce_biogeo:
44      - add preliminary OpenAD setup (still has problems)
45    o pkg/seaice:
46      - turn some parameters for choosing the convergence criterion of
47        the inexact Newton method (JFNK) into runtime parameters for convenience
48      - clean up seaice_calc_viscosities.F: remove/retire two options for
49        SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
50        the results of lab_sea/input because a division has been replaced by
51        a multiplication with the reciprocal (sumNorm)
52      - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
53        convergence of solver (changes results, of course), and to test some
54        new features
55    o model/src:
56      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
57      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
58      - move forcing adjustment (balancing surface forcing) in specific S/R
59        where might also be applied exchanges (if needed) to forcing arrays.
60    o pkg/shelfice:
61      - allow to specify the Ice-Shelf mass per unit area (instead of
62        shelficeLoadAnomaly) and do the conversion from one to the other
63      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
64        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
65        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
66        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
67      - update isomip experiment forward output (get machine truncation error
68        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
69    o verification/offline_exf_seaice:
70      revise data.seaice in input.thermo and input_ad and update results accordingly
71        HO = 0.2, SEAICE_areaLossFormula = 2,
72        SEAICE_growMeltByConv = .TRUE.,
73        SEAICE_doOpenWaterMelt = .TRUE.,
74      Improve consistency with input.thsice and fix the spurious 500m ice corners
75    o verification/global_ocean.cs32x15:
76      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
77        in icedyn (thsice+seaice-dyn) test and update output.
78    o verification/offline_exf_seaice:
79      - adjust list of tested variables (with testreport) and update
80        standard test output with better slection of monitored fields.
81    o pkg/cd_code:
82      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
83        experiment lab_sea.hb87
84    o tools/genmake2:
85      - change default makedepend from the system default to tools/xmakedepend:
86        When no makedepend is specified, select tools/xmakedepend it the test pass,
87        otherwise select the system default (if exist and pass the test) or
88        try to build cyrus-makedepend ; stop if none of the 3 works.
89    o pkg/exf & pkg/thsice:
90      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
91        for energy content of Precip + RunOff & Evap. Assumes:
92       1) Rain has same temp as Air.
93       2) Snow has no heat capacity (consistent with seaice & thsice pkgs)
94       3) Run-Off comes at the temp of surface water (with same Cp)
95       4) Evap over ocean is released to the Atmos @ surf-temp (=SST); should be
96        put directly into Latent Heat flux & should use water-vapor heat capacity.
97       5) Evap over snow/seaice (pkg/thsice) assumes constant Lf+Lv (consistent
98        with snow having no Cp) => water vapor is released to Atmos @ 0^oC (=ERL).
99    o pkg/seaice: simplify the use of CPP flags in JFNK-related files
100        (compile when SEAICE_ALLOW_JFNK is defined)
101    o pkg/thsice:
102      - fix oceanic flux diagnostics & timeave (left from new sequence of calls
103        implementation): move THSICE_AVE call after the advection (called directly
104        from thsice_do_advect.F).
105    o verification/global_ocean.90x40x15 and OpenAD:
106      New experiment for OpenAD is identical to the one in input_ad except that
107        multiDimAdvection=.FALSE.,
108      There is still an issue with this.
109    o pkg/thsice:
110      - account for ice velocity (ocean relative velocity) in turbulent heat flux
111        at the base of the ice; update output of global_ocean.cs32x15 (icedyn)
112        and offline_exf_seaice (main test).
113    
114    checkpoint64f (2013/03/31)
115    o verification/OpenAD:
116      - new (smaller, without OAD_DEBUG) output_oadm.txt generated using gfortran.
117    o verification/isomip, pkg/shelfice and OpenAD:
118      - add OpenAD setup to this exp and make shelfice package work with OpenAD
119    o verification/tutorial_global_oce_biogeo:
120      - update AD and TLM output after turning off ALLOW_FE (in DIC_OPTIONS.h)
121    o verification/offline_exf_seaice:
122      - replace adjoint experiment (now similar to fwd input.thermo/ setup).
123    o verification/tutorial_tracer_adjsens, pkg/ptracers and OpenAD:
124      - add OpenAD setup to this exp and make ptracers package work with OpenAD
125    o pkg/seaice/seaice_evp.F:
126       mask the asymmetric contribution of the ice-ocean stress (when
127       the turningAngle is non-zero) over open water to avoid stripes
128       in the EVP-solutions after many EVP-substeps. This does not change
129       the verification experiment (because turningAngle=0 in that experiment),
130       but will affect other EVP solutions with turningAngle.ne.0
131    o verification, AD & TLM output:
132      - new TAF version 2.3.10 (previously 2.3.8) add more parenthesis in multiple
133        additions and multiplications which affect results at machine truncation
134        level. Update few AD output (1D_ocean_ice_column, bottom_ctrl_5x5,
135        lab_sea.noseaicedyn & offline_exf_seaice) and TLM output
136        (1D_ocean_ice_column & tutorial_tracer_adjsens.som81) which had only 12
137        digits of matching.
138    o pkg/seaice:
139       modify lsr-algorithm so that it vectorizes AND converges by using a
140       "zebra" method: split vector loop into two with step size 2; this
141       solves a general convergence problem for the JFNK solver on a vector
142       computer. It has the potential to even improve convergence for
143       non-vector machines, but it does change the results so it is turned
144       off by default. To turn on define CPP-flags SEAICE_VECTORIZE_LSR and
145       SEAICE_VECTORIZE_LSR_ZEBRA in SEAICE_OPTIONS.h
146    
147    checkpoint64e (2013/03/05)
148    o pkg/ecco and several verification experiments:
149       Remove special versions of the_model_main.F, the_main_loop.F, forward_step.F
150       from ecco package, and revert to unified routine in model/src/
151       Adjust verification experiments accordingly, especially gloal_oce_llc90
152       Should conclude long-standing work by Gael to reconsile the_main_loop with
153       ECCO and will enable OpenAD's revolve loop in ECCO setup.
154    o pkg/generic_advdiff:
155      - implement compressible flow method for multi-dim advection (similar to
156        gad_som_advect.F); add new option "GAD_MULTIDIM_COMPRESSIBLE" (since
157        TAF generates many recomputations) to use it; no yet coded with implicit
158        vertical advection.
159      - change experiment advect_cs (new output) and advect_xy (same output)
160        to test compressible flow multi-dim advection.
161    o pkg/generic_advdiff:
162      - fix SOM advection for unusual cases (linear Free-Surf in r*, other
163        cases where linear Free-Surf is not @ k=1, e.g., useShelfIce)
164    o pkg/seaice:
165      - fix bug in the no-slip implementation in seaice_calc_strainrates.F, this
166        bug affects two verification experiments (lab_sea and lab_sea.hb87),
167        recover old (wrong) results by setting noSlipFac = 2. in
168        seaice_calc_strainrates.F;
169      - add another averaging method for etaZ (etaZmethod=3), a mix of 2 and 0
170      - add runtime parameter SEAICE_JFNKepsilon for that finite difference
171        gradient in the Jacobian times vector operation (s/r seaice_jacvec)
172      - fix line search in seaice_jfnk.F (s/r seaice_jfnk_update)
173    o pkg/seaice: reorganize seaice_lsr.F to be able to reuse more code:
174      - new subroutines seaice_lsr_tridiagu/v
175      - introduce loop bounds i/jmin/max to be able to use a restricted
176        additive Schwarz method, but not used for now.
177      - rename SEAICE_CALC_LSR_COEFFS into SEAICE_LSR_CALC_COEFFS
178      - use new subroutines seaice_lsr_tridiagu/v in s/r seaice_preconditioner
179    o OpenAD support
180       Reorganize S/R call for overall time-stepping loop to facilitate
181       OpenAD revolve loop replacement
182       (new S/R main_do_loop.F)
183    o model/src:
184      - add 3-D array 3rd dimension to argument list of S/R ADAMS_BASHFORTH2/3;
185      - pkg/cheapaml: remove local S/R ADAMS2d and use instead standard S/R
186        ADAMS_BASHFORTH2.
187    o pkg/cheapaml:
188      - add new parameter (default=F, same as before) to disable full domain
189        (including land) periodicity in X & Y dir.
190      - new S/R CHEAPAML_COPY_EDGES to copy relaxation field into edges of
191        prognostics field ; merge the 2 S/R cycle_2d_tracer and timestep_2d_tracer
192        into single S/R CHEAPAML_TIMESTEP.
193    
194    checkpoint64d (2013/02/17)
195    o pkg/monitor (angular momentum):
196      - do not add Eta contribution to the total AM if using rigid-lid;
197      - correct for Adams-Bashforth in zonal-wind part (instead of in AM_eta).
198      - horizontal discretisation: compute Zonal wind contribution separately for
199        each component (instead of from cell centered averaged) and use the 4
200        grid-cell corner averaged value of Omega*(R*cos_Phi)^2 in AM_eta part.
201      - Check that AM is conserved with linear dynamics (momAdvection=F and linear
202        FreeSurf) if using vectorInvariant momentum.
203    o model/src (horizontal grid):
204      - move initialisation of all horizontal grid arrays to null value
205        from specific horizontal grid S/R to main S/R INI_GRID;
206      - add 2 new arrays to project model C-grid velocity on to zonal direction
207        (similar to AngleCosC & -AngleSinC but at U and V point location) and
208        compute them in S/R CALC_GRID_ANGLES.
209    o pkg/seaice: replace a hard coded parameter by a runtime parameter
210        SEAICE_JFNK_tolIter
211    o pkg/seaice: introduce a restricted additive Schwarz (RAS) method in
212        preconditioner for JFNK (run LSR into the overlaps as far as possible,
213        i.e OLx/y-2, but overwrite the solution in the overlaps)
214      - extend loop range in seaice_calc_viscosity
215      - add new parameters SEAICE_OLx/y (default = OLx/y-2)
216      - add flexible loop ranges to seaice_preconditioner, seaice_calc_lsr_coeffs
217      - slightly modify loops in tridiagonal solver lsr-preconditioner
218      - by default remove the extra exchange in seaice_preconditioner with a
219        replacement of an undocumented CPP flag by SEAICE_PRECOND_EXTRA_EXCHANGE
220      - modify offline_exf_seaice so that old results without RAS are reproduced
221        for output.dyn_jfnk.txt
222      in seaice_fgmres.F (unrelated to RAS)
223      - add a cpp-flag option for a re-ordered mapping (potentially more
224        efficient), but because this changes the results, turn it off by
225        default
226      - replace the save statement by local common blocks
227  o utils/matlab:  o utils/matlab:
228    - fix tile-offset in rdmnc.m when output was produced using EXCH2.    - fix tile-offset in rdmnc.m when output was produced using EXCH2.
229    - update cs_grid/bk_line scripts to use load_grid.m (in utils/matlab)    - update cs_grid/bk_line scripts to use load_grid.m (in utils/matlab)

Legend:
Removed from v.1.1823  
changed lines
  Added in v.1.1867

  ViewVC Help
Powered by ViewVC 1.1.22