/[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.53.4.10 by heimbach, Tue Mar 26 08:28:14 2002 UTC revision 1.68 by jmc, Thu Mar 14 15:23:50 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6  ecco_c44_e20  o vertical grid option: allow to put the Interface at the middle between
7  o before major merges from the Scripps setup    2 cell-centers ; replace delZ in pkg/kpp by drF.
8    here are two small updates:  o GM Advective form: Tracers are advected using the residual transport (=
9    - field swapping for surface flux controls enabled    Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
10      (remains t.b.d. for atmos. state plus obcs)  
11    - bug fix in active_file.F for xz-/yz- routines  checkpoint44g_post
12    - added missing xz-/yz- routines to active_file_ad.F  o fix surface correction term in multiDimAdvection (affects plume_on_slope
13      results) ; ifdef missing in thermodynamics.F
14  ecco_c44_e19  
15  o merged necessary patches:  checkpoint44f_pre,checkpoint44f_post
16    - AD-related changes for GMRedi  o added PTRACERS package
17    - fixes i KPP (delZ -> drF)    This allows an arbitrary number of passive tracers to be integrated
18    - hook to OBCS songe layer code in external_forcing    forward simultaneously with the dynamicaly model.
19    - errorMessageUnit non-zero in eeboot.F    + Implemented so far:
20    - included GMREDI, EXACT_CONSERV to natl_box_adjoint verif.      - basic forward algorithm (time-stepping, advection, diffusion, convection)
21        - I/O and checkpointing
22  ecco_c44_e18      - GM/Redi  *but*  using the GM/Redi coefficient of Salt
23  o sponge layer code for obcs was missing    + Not implemented so far:
24    - added hook in external_forcing.F      - KPP
25    - added storing for TAF      - OBCS
26  o new routine cost_init_barfiles to initialise    + No specific example supplied (yet) but global_ocean.90x40x15 has the
27    adjoint fields adtbar, adsbar, adpsbar      necessary data.ptracer file. Simply use -enable=ptracers and uncomment
28    (needed in conjunction with corrected ladinit for active I/O)      line in data.pkg.
29  o cleaned up and corrected order in packages_readparms, ecco_readparms    + This package is disabled by default since it increases storage.
30  o corrected and simplified weights for obcs controls  
31    - weight fields simplified  
32    - bug fix in ctrl_pack  o testscript: added -cleanup option
33    - no more write of control vector in ctrl_pack  o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
34  o i/j index bug fixes in cost_ssh_mean               b) enable to filter 2D fields.
35    
36  ecco_c44_e17  checkpoint44e_pre,post
37  o bug fixes in cost package  o re-wrote convective adjustment to use pre-calculated weights
38    * wrong identifier for active I/O of monthly mean psbar    Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
39      (cost_averagesfields, cost_ssh) xx_psbar_dummy    Adds:    model/src/convective_weights.F, convectively_mixtracer.F
40    * cleaned all identifier for active I/O of monthly fields    Original calls to convect() still in place.
41    * wrong ladinit in various cost routines  
42  o merge with interval (chkpt44c_post - chkpt44d_post)  chkpt44d_pre,post
43    * added missing EXCLUDE_MONITOR flags  o added missing EXCLUDE_MONITOR flags
44    * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi  o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
45      (incompatible typ in MIN/MAX expressions caused problems    (incompatible typ in MIN/MAX expressions caused problems
46      on IBM SP3)    on IBM SP3)
47    * in genmake added variable MAKEDEPEND  o in genmake added variable MAKEDEPEND
48      plus resetting for case SunOS    plus resetting for case SunOS
49      added timer_stats.c routine for IBM SP3  o added timer_stats.c routine for IBM SP3
50    * removed variables in dynamics  o removed variables in dynamics
51    !!! I forgot to create tag chkpt44d_pre !!!
52  ecco_c44_e16  !!! But chkpt44d_pre = chkpt44c_post    !!!
53  o new ECCO checkpoint, the first since ecco_c43_e15  
54    which is branched from MITgcm.  o real fresh water flux implemented with non-linear free-surface.
55    All changes were merged in between (see ecco-branch-mod? tags).  
56  o last changes:  chkpt44c_pre,post
57    * assuming path for TAF and TAMC are known (e.g. in $path)  o few fix (mask in shap_s2, EmPmR in external_field_load,
58    * genmake:    USE_NATURAL_BCS in solve_for_P);
59      - added tools/xmakedepend to circumvene shortcoming of  o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
60        SUN's makedepend (size too small)  
61      - invoking ../tools/xmakedepend instead of makedepend  checkpoint44b_pre/_post
62      - changed compiler flags for case SunOS  o merge of relevant stuff from the ecco-branch:
   
 ecco-branch-mod5  
 o mod's to reproduce open boundary run  
 o enable field swapping for OB's and climatology  
 o update store directives for OB control  
 o added option ALLOW_OBCS_PRESCRIBE  
 o call of getobcs now out of obcs_calc (param. list modified)  
   
 ecco-branch-mod4  
 o this is the second part of changes necessary to reconcile  
   the natl_box_adjoint verification (with and without grdchk).  
   >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<  
   >>>!!!                      AND ecco-branch-mod4 !!!<<<  
   >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK      !!!<<<  
63    - genmake: removed $S64 overwrite for case SunOS    - genmake: removed $S64 overwrite for case SunOS
64    - pkg/exf: update and corrections for field swapping and obcs    - pkg/exf: update and corrections for field swapping and obcs
65    - pkg/ecco: parameter lists for the_model_main, the_main_loop    - pkg/ecco: parameter lists for the_model_main, the_main_loop
# Line 81  o this is the second part of changes nec Line 67  o this is the second part of changes nec
67    - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice    - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
68                    updated checkpointing_lev... lists for obcs                    updated checkpointing_lev... lists for obcs
69    - model/src: minor changes in forward_step, plot_field    - model/src: minor changes in forward_step, plot_field
70                   added directive for divided adjoint in the_main_loop
71    - pkg/mdsio: added mdsio_gl_slice    - pkg/mdsio: added mdsio_gl_slice
72    
73  ecco-branch-mod3  o check parameters & config (chkpt44a_pre,post)
74  o this is the first part of changes necessary to reconcile  o OBC and NonLin_FrSurf.
   natl_box_adjoint verification (with and without grdchk).  
   This set of changes is relevant for ECCO only.  
   The next set/tag of changes (ecco-branch-mod4)  
   should be merged into the main trunk.  
   - update some options  
   - parameter lists of ecco_the_model_main and ecco_the_main_loop  
     differed from those of the MITgcm counterparts.  
   
 ecco-branch-mod2  
 o update ecco-branch-mod1 to checkpoint44  
 o exclude from updates:  
   - verification/  
   - adjoint/  
   - pkg/cost  
   - pkg/ctrl  
   - pkg/ecco  
   - pkg/obcs  
   - model/src/the_model_main.F  
   - model/src/the_main_loop.F  
75    
76  checkpoint44  checkpoint44
 o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)  
77  o fix bug in mom_vi_del2uv  o fix bug in mom_vi_del2uv
78    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
79    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
80    o update AIM experiments (NCEP input files)
81    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
82  o added some stuff for AD  o added some stuff for AD
83    
 ecco-branch-mod1  
 o based on c43  
 o replaced packages cost, ctrl, ecco, obcs  
 o removed MITgcm verif.'s, added ECCO verif.'s  
 o added lsopt, optim for line search optimization.  
   
84  checkpoint43  checkpoint43
85  o added two new advection tests  o added two new advection tests
86  o added global 4x4 degree ocean test  o added global 4x4 degree ocean test

Legend:
Removed from v.1.53.4.10  
changed lines
  Added in v.1.68

  ViewVC Help
Powered by ViewVC 1.1.22