/[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.40 by heimbach, Mon May 14 22:19:51 2001 UTC revision 1.53.2.13 by heimbach, Thu Nov 7 17:34:09 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_p7
7    o GAD:
8      - generated new common blocks to account for call of
9        same gad routines with differing traceridentities
10        (needed to modify tracerIdentity indices in GAD.h)
11      - generated separate common blocks for case useCubedSphereExchange
12        (Department of Futurology)
13      - parameter lists to gmredi_?transport: added tracerIdentity
14      - added new key indices to tamc.h
15    o external_fields_load:
16      - added this routine to TAF list
17      - needed to make some common blocks global and additional storing
18        along the same lines as exf package (checkpoint_lev?_directives.h)
19    o exf:
20      updated external forcing package
21      - bug fixes carried over from ecco-branch
22        (missing OBCS_OPTIONS.h in two routines)
23      - enable easy to use "no forcing".
24      - added exf I/O for atmospheric loading
25      - added exf I/O for runoff data
26      - transfered scaling between exf <-> MITgcm to exf namelist
27    o Adding new verification experiment global_with_exf.
28      This verification experiment is almost identical to the
29      global_ocean.90x40x15 experiment, except that it uses
30      the exf (and cal) package instead of the
31      external_fields_load routine (cf README file).
32    
33    release1_p6
34    o fixed the verification/global_ocean.90x40x15 experiment:
35     - new bathymetry (the world according to A., JMC, and M.)
36     - new initial fields and forcing fields (*.bin files)
37     - new POLY3.COEFFS (for the next release one should switch to a full
38       equation of state)
39     - fixed several errors and redundancies in the data file
40     - experiment uses looped cells
41     - added matlab directory with diagnostic scripts for plotting of output
42    
43    release1_p5
44    o import recent fix from MAIN branch:
45      - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
46      - change phiMin in exp1 (to agree with documentation)
47     from checkpoint45 to checkpoint45a_post:
48      - specific exchange for X-slice domain (case Ny=1)
49      - argument futureIter of S/R obcs_calc missing in
50        exp4 & internal_wave /code
51      - solve_for_pressure : set cg2d_x to zero where OBCS are applied
52     from checkpoint44f_post to checkpoint44g_post:
53      - fix surface correction term in multiDimAdvection
54        (affects plume_on_slope results
55    o bug fix in packages_readparms (missing ALLOW_CALENDAR)
56    o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
57    o Adjoint-related bug fixes in kpp:
58      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
59      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
60    o added Eliassen-Palm flux hooks (dynamics,ini_fields)
61    o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
62    o flow directives:
63      - new for S/R do_the_model_io
64      - enhanced for S/R checkpoint
65    o added Eliassen Palm flux controls to gradient check package
66    o new ctrl package
67      - adopted from ECCO environment to enable optimization
68      - added Eliassen Palm fluxes to controls
69      - adjusted global_ocean.90x40x15/ and carbon/ accordingly
70    
71    release1_p4
72    o Removed f90 comments ("!")
73    o Modified initialisations to enable exf package for MITgcm
74      (without invoking ECCO_PACKAGE).
75    o modifications to gradient check package (Martin Losch)
76      - enable centered differences
77      - modified format of standard output
78    
79    release1_p3
80    o added tangent linear setup to verification/carbon/
81    o added adjoint sensitivity setup to verification/global_ocean...
82    o moved packages_init_variables before convective_adjustment
83    o output of verif. which use GMRedi brought up-to-date with
84      MAIN trunk (those were re-created after changes in GMRedi)
85    o included CPP option SINGLE_LAYER_MODE
86      to configure barotropic setup (Martin Losch).
87    o Removed auxiliary variable in impldiff
88      (caused numerical differences with MAIN trunk routine).
89    o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
90      disable adcommon.h/g_common.h by default.
91    o Cleaned exchange calls in cg2d.
92    
93    release1_p2
94    o fixed array boundary problem for adjoint
95      (related to partial recomputation within subroutine
96      related to dynamics -> calc_viscosity -> mom_...
97    o fixed recomputation in thermodynamics
98    o prepare (but not complete) recomputation problem in impldiff
99    o fixed problem for adjoint of global_max
100    o switched off sponge layer code in external_forcing
101    
102    release1_p1
103    o merged necessary patches:
104      - AD-related changes for GMRedi
105      - fixes i KPP (delZ -> drF)
106      - hook to OBCS songe layer code in external_forcing
107      - errorMessageUnit non-zero in eeboot.F
108      - modified test cost function and carbon verif.
109    
110    release1_chkpt44d_post = chkpt44d_post
111    
112    chkpt44d_pre,post
113    o added missing EXCLUDE_MONITOR flags
114    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
115      (incompatible typ in MIN/MAX expressions caused problems
116      on IBM SP3)
117    o in genmake added variable MAKEDEPEND
118      plus resetting for case SunOS
119    o added timer_stats.c routine for IBM SP3
120    o removed variables in dynamics
121    
122    o real fresh water flux implemented with non-linear free-surface.
123    
124    chkpt44c_pre,post
125    o few fix (mask in shap_s2, EmPmR in external_field_load,
126      USE_NATURAL_BCS in solve_for_P);
127    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
128    
129    checkpoint44b_pre/_post
130    o merge of relevant stuff from the ecco-branch:
131      - genmake: removed $S64 overwrite for case SunOS
132      - pkg/exf: update and corrections for field swapping and obcs
133      - pkg/ecco: parameter lists for the_model_main, the_main_loop
134                  harmonized between ECCO and MITgcm
135      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
136                      updated checkpointing_lev... lists for obcs
137      - model/src: minor changes in forward_step, plot_field
138                   added directive for divided adjoint in the_main_loop
139      - pkg/mdsio: added mdsio_gl_slice
140    
141    o check parameters & config (chkpt44a_pre,post)
142    o OBC and NonLin_FrSurf.
143    
144    checkpoint44
145    o fix bug in mom_vi_del2uv
146    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
147    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
148    o update AIM experiments (NCEP input files)
149    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
150    o added some stuff for AD
151    
152    checkpoint43
153    o added two new advection tests
154    o added global 4x4 degree ocean test
155    o added test of H&S94 with free surface on cube
156    o some final mods for gradient check, adjoint,...
157    
158    checkpoint42
159      Fixed AD-related problems:
160    o Store directives up-to-date with re-arranged Adams-Bashforth
161      (mainly thermodynamics.F)
162    o New store directives for multi-dim. advection schemes
163      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
164      * new common block and key passkey
165      (mainly gad_advection.F)
166    o Modified store directives for split of dynamics/thermodynamics
167      for the case ALLOW_KPP
168    o Cleaned argument list for timestep_tracer.F
169    
170    checkpoint41
171    o re-formatted/added comments in prologues of key subroutines
172      to work with protex
173    
174    checkpoint40
175    o moved calc_gs, calc_gt and calc_tr1 back to model/src
176    o added FLT (floats) package from Arne along with demo. experiment
177    o re-arranged Adams-Bashforth scheme for tracers to allow easier
178      implementation of forward-in-time forcing terms
179    o more mods for non-linear free-surface including new variable
180    o modified multi-dim method to work on cube
181    o bug fix in KPP (from DM)
182    
183    checkpoint40pre9
184    o added DST advection schemes
185    o fix MPI bug on SGI's
186    o modifications for non-linear free-surface
187    o fixed conditionals for fixed flow/passive tracer only mode
188    o added tension/strain form of stress tensor
189    o changes to commenting of arguments for TAF/TAMC
190    o added/updated many matlab scripts
191    o added multi-dimensional advection method for tracers
192      
193    checkpoint40pre8
194    o new package rw/
195      Added method for dumping intermediate local arrays:
196      mdsio_writetile - same as mdsio_writefield except works from inside
197                        bi,bj loop
198      mdsio_writelocal - same as mdsio_writetile except works for local
199                         arrays
200      write_local_r? - higher-level wrapper for mdsio_writelocal
201      Controlled by diagFreq. Defaults to zero (ie. no dumps)
202      Example given at end of mom_vecinv.F that dumps some local arrays.
203    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
204      control flux-form versus vector invariant code.
205      Switch is runtime flag vectorInvariantMomentum (defaults to false)
206      or genmake -DISABLE ...
207    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
208      (additional storing is now needed for case vecinv;
209      currently nothing implemented to switch this storing off
210      in case fluxform is used since no CPP flag available).
211    
212    checkpoint40pre7
213    o bug fix in dynamics.F
214      calc_viscosity called before k=1,Nr loop.
215    o added some #ifdef's ALLOW_PASSIVE_TRACER
216    o cleaned initialisations in ctrl_map_ini
217      related to TAF
218    
219    checkpoint40pre6
220    o split dynamics into thermodynamics & dynamics
221    o corresponding split of calc_diffusivity into
222      calc_diffusivity, calc_viscosity
223      (kpp_calc_diff, kpp_calc_visc).
224    o Added diffkr, kapgm to control variables
225    o bug fix in gmredi_slope_limit for ldd97
226    
227    checkpoint40pre5
228    o proper initialization of Adams-Bashforth time stepping
229      + uses forward step for very first step of model (iter=0)
230    o re-generated *all* output since almost all output is modified by this
231      change (sorry but we've been putting this one off for about 2 years)
232      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
233        *not* regenerated since they are already out of date and I don't
234        want to create the impression that they are suddenly working.
235    o removed KAP stuff for DEC's
236    o modified/added many .cvsignore files in */code and */input
237    o added new expt "solid-body.cs-32x32x1"
238      + this uses an alternative form of ini_curvilinear_grid.F which
239        is not necessarily any better than the current one...
240    
241    checkpoint40pre4
242    o added re-initialisations of utrans,vtrans,rtrans in
243      calc_common_factors which are crucial for TAF.
244    o extended iMin,jMin range for calc_common_factors,
245      calc_diffusivity
246    o added option ALLOW_PASSIVE_TRACER
247    o a few minor updates and fixes
248    
249    checkpoint40pre3
250    o created calc_gtr1.F for gad package
251    o split the_main_loop and re-introduced forward_step
252    o some recomputations of nIter0 for TAMC
253    
254    checkpoint40pre2
255    o Updated to latest branch of AJA, JMC
256    o Added gradient check package
257    o Added routines for passive tracer handling
258    o Added carbon sequestration sensitivity experiment
259    
260  checkpoint39  checkpoint39
261   o Modifications and fixes to support TAMC   o Modifications and fixes to support TAMC
262     (mainly missing or wrong directives)     (mainly missing or wrong directives)

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.53.2.13

  ViewVC Help
Powered by ViewVC 1.1.22