/[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.38 by heimbach, Tue Apr 10 22:35:24 2001 UTC revision 1.53.2.4 by heimbach, Wed Apr 17 01:48:17 2002 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    release1_p2
7    o fixed array boundary problem for adjoint
8      (related to partial recomputation within subroutine
9      related to dynamics -> calc_viscosity -> mom_...
10    o fixed recomputation in thermodynamics
11    o prepare (but not complete) recomputation problem in impldiff
12    o fixed problem for adjoint of global_max
13    o switched off sponge layer code in external_forcing
14    
15    release1_p1
16    o merged necessary patches:
17      - AD-related changes for GMRedi
18      - fixes i KPP (delZ -> drF)
19      - hook to OBCS songe layer code in external_forcing
20      - errorMessageUnit non-zero in eeboot.F
21      - modified test cost function and carbon verif.
22    
23    release1_chkpt44d_post = chkpt44d_post
24    
25    chkpt44d_pre,post
26    o added missing EXCLUDE_MONITOR flags
27    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
28      (incompatible typ in MIN/MAX expressions caused problems
29      on IBM SP3)
30    o in genmake added variable MAKEDEPEND
31      plus resetting for case SunOS
32    o added timer_stats.c routine for IBM SP3
33    o removed variables in dynamics
34    
35    o real fresh water flux implemented with non-linear free-surface.
36    
37    chkpt44c_pre,post
38    o few fix (mask in shap_s2, EmPmR in external_field_load,
39      USE_NATURAL_BCS in solve_for_P);
40    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
41    
42    checkpoint44b_pre/_post
43    o merge of relevant stuff from the ecco-branch:
44      - genmake: removed $S64 overwrite for case SunOS
45      - pkg/exf: update and corrections for field swapping and obcs
46      - pkg/ecco: parameter lists for the_model_main, the_main_loop
47                  harmonized between ECCO and MITgcm
48      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
49                      updated checkpointing_lev... lists for obcs
50      - model/src: minor changes in forward_step, plot_field
51                   added directive for divided adjoint in the_main_loop
52      - pkg/mdsio: added mdsio_gl_slice
53    
54    o check parameters & config (chkpt44a_pre,post)
55    o OBC and NonLin_FrSurf.
56    
57    checkpoint44
58    o fix bug in mom_vi_del2uv
59    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
60    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
61    o update AIM experiments (NCEP input files)
62    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
63    o added some stuff for AD
64    
65    checkpoint43
66    o added two new advection tests
67    o added global 4x4 degree ocean test
68    o added test of H&S94 with free surface on cube
69    o some final mods for gradient check, adjoint,...
70    
71    checkpoint42
72      Fixed AD-related problems:
73    o Store directives up-to-date with re-arranged Adams-Bashforth
74      (mainly thermodynamics.F)
75    o New store directives for multi-dim. advection schemes
76      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
77      * new common block and key passkey
78      (mainly gad_advection.F)
79    o Modified store directives for split of dynamics/thermodynamics
80      for the case ALLOW_KPP
81    o Cleaned argument list for timestep_tracer.F
82    
83    checkpoint41
84    o re-formatted/added comments in prologues of key subroutines
85      to work with protex
86    
87    checkpoint40
88    o moved calc_gs, calc_gt and calc_tr1 back to model/src
89    o added FLT (floats) package from Arne along with demo. experiment
90    o re-arranged Adams-Bashforth scheme for tracers to allow easier
91      implementation of forward-in-time forcing terms
92    o more mods for non-linear free-surface including new variable
93    o modified multi-dim method to work on cube
94    o bug fix in KPP (from DM)
95    
96    checkpoint40pre9
97    o added DST advection schemes
98    o fix MPI bug on SGI's
99    o modifications for non-linear free-surface
100    o fixed conditionals for fixed flow/passive tracer only mode
101    o added tension/strain form of stress tensor
102    o changes to commenting of arguments for TAF/TAMC
103    o added/updated many matlab scripts
104    o added multi-dimensional advection method for tracers
105      
106    checkpoint40pre8
107    o new package rw/
108      Added method for dumping intermediate local arrays:
109      mdsio_writetile - same as mdsio_writefield except works from inside
110                        bi,bj loop
111      mdsio_writelocal - same as mdsio_writetile except works for local
112                         arrays
113      write_local_r? - higher-level wrapper for mdsio_writelocal
114      Controlled by diagFreq. Defaults to zero (ie. no dumps)
115      Example given at end of mom_vecinv.F that dumps some local arrays.
116    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
117      control flux-form versus vector invariant code.
118      Switch is runtime flag vectorInvariantMomentum (defaults to false)
119      or genmake -DISABLE ...
120    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
121      (additional storing is now needed for case vecinv;
122      currently nothing implemented to switch this storing off
123      in case fluxform is used since no CPP flag available).
124    
125    checkpoint40pre7
126    o bug fix in dynamics.F
127      calc_viscosity called before k=1,Nr loop.
128    o added some #ifdef's ALLOW_PASSIVE_TRACER
129    o cleaned initialisations in ctrl_map_ini
130      related to TAF
131    
132    checkpoint40pre6
133    o split dynamics into thermodynamics & dynamics
134    o corresponding split of calc_diffusivity into
135      calc_diffusivity, calc_viscosity
136      (kpp_calc_diff, kpp_calc_visc).
137    o Added diffkr, kapgm to control variables
138    o bug fix in gmredi_slope_limit for ldd97
139    
140    checkpoint40pre5
141    o proper initialization of Adams-Bashforth time stepping
142      + uses forward step for very first step of model (iter=0)
143    o re-generated *all* output since almost all output is modified by this
144      change (sorry but we've been putting this one off for about 2 years)
145      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
146        *not* regenerated since they are already out of date and I don't
147        want to create the impression that they are suddenly working.
148    o removed KAP stuff for DEC's
149    o modified/added many .cvsignore files in */code and */input
150    o added new expt "solid-body.cs-32x32x1"
151      + this uses an alternative form of ini_curvilinear_grid.F which
152        is not necessarily any better than the current one...
153    
154    checkpoint40pre4
155    o added re-initialisations of utrans,vtrans,rtrans in
156      calc_common_factors which are crucial for TAF.
157    o extended iMin,jMin range for calc_common_factors,
158      calc_diffusivity
159    o added option ALLOW_PASSIVE_TRACER
160    o a few minor updates and fixes
161    
162    checkpoint40pre3
163    o created calc_gtr1.F for gad package
164    o split the_main_loop and re-introduced forward_step
165    o some recomputations of nIter0 for TAMC
166    
167    checkpoint40pre2
168    o Updated to latest branch of AJA, JMC
169    o Added gradient check package
170    o Added routines for passive tracer handling
171    o Added carbon sequestration sensitivity experiment
172    
173    checkpoint39
174     o Modifications and fixes to support TAMC
175       (mainly missing or wrong directives)
176     o Corrected common blocks when fooling TAMC to produce adjoint I/O
177       in addummy_in_stepping
178     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
179     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
180     o Included following packages:
181       cal: calendar
182       exf: external forcing
183       ecco: essential routines to control use of cal, exf
184             (NB: this is not the full ECCO environment)
185     o disabled some packages by default in genmake
186    
187  checkpoint38  checkpoint38
188   o see notes_c37_adj.txt   o see notes_c37_adj.txt
189   o corrected wrong layer index in external_forcing_t   o corrected wrong layer index in external_forcing_t

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.53.2.4

  ViewVC Help
Powered by ViewVC 1.1.22