/[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.41 by heimbach, Fri Jul 13 18:08:14 2001 UTC revision 1.68 by jmc, Thu Mar 14 15:23:50 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    o vertical grid option: allow to put the Interface at the middle between
7      2 cell-centers ; replace delZ in pkg/kpp by drF.
8    o GM Advective form: Tracers are advected using the residual transport (=
9      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
10    
11    checkpoint44g_post
12    o fix surface correction term in multiDimAdvection (affects plume_on_slope
13      results) ; ifdef missing in thermodynamics.F
14    
15    checkpoint44f_pre,checkpoint44f_post
16    o added PTRACERS package
17      This allows an arbitrary number of passive tracers to be integrated
18      forward simultaneously with the dynamicaly model.
19      + Implemented so far:
20        - basic forward algorithm (time-stepping, advection, diffusion, convection)
21        - I/O and checkpointing
22        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
23      + Not implemented so far:
24        - KPP
25        - OBCS
26      + No specific example supplied (yet) but global_ocean.90x40x15 has the
27        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
28        line in data.pkg.
29      + This package is disabled by default since it increases storage.
30    
31    
32    o testscript: added -cleanup option
33    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
34                 b) enable to filter 2D fields.
35    
36    checkpoint44e_pre,post
37    o re-wrote convective adjustment to use pre-calculated weights
38      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
39      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
40      Original calls to convect() still in place.
41    
42    chkpt44d_pre,post
43    o added missing EXCLUDE_MONITOR flags
44    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
45      (incompatible typ in MIN/MAX expressions caused problems
46      on IBM SP3)
47    o in genmake added variable MAKEDEPEND
48      plus resetting for case SunOS
49    o added timer_stats.c routine for IBM SP3
50    o removed variables in dynamics
51    !!! I forgot to create tag chkpt44d_pre !!!
52    !!! But chkpt44d_pre = chkpt44c_post    !!!
53    
54    o real fresh water flux implemented with non-linear free-surface.
55    
56    chkpt44c_pre,post
57    o few fix (mask in shap_s2, EmPmR in external_field_load,
58      USE_NATURAL_BCS in solve_for_P);
59    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
60    
61    checkpoint44b_pre/_post
62    o merge of relevant stuff from the ecco-branch:
63      - genmake: removed $S64 overwrite for case SunOS
64      - pkg/exf: update and corrections for field swapping and obcs
65      - pkg/ecco: parameter lists for the_model_main, the_main_loop
66                  harmonized between ECCO and MITgcm
67      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
68                      updated checkpointing_lev... lists for obcs
69      - 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
72    
73    o check parameters & config (chkpt44a_pre,post)
74    o OBC and NonLin_FrSurf.
75    
76    checkpoint44
77    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
83    
84    checkpoint43
85    o added two new advection tests
86    o added global 4x4 degree ocean test
87    o added test of H&S94 with free surface on cube
88    o some final mods for gradient check, adjoint,...
89    
90    checkpoint42
91      Fixed AD-related problems:
92    o Store directives up-to-date with re-arranged Adams-Bashforth
93      (mainly thermodynamics.F)
94    o New store directives for multi-dim. advection schemes
95      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
96      * new common block and key passkey
97      (mainly gad_advection.F)
98    o Modified store directives for split of dynamics/thermodynamics
99      for the case ALLOW_KPP
100    o Cleaned argument list for timestep_tracer.F
101    
102    checkpoint41
103    o re-formatted/added comments in prologues of key subroutines
104      to work with protex
105    
106    checkpoint40
107    o moved calc_gs, calc_gt and calc_tr1 back to model/src
108    o added FLT (floats) package from Arne along with demo. experiment
109    o re-arranged Adams-Bashforth scheme for tracers to allow easier
110      implementation of forward-in-time forcing terms
111    o more mods for non-linear free-surface including new variable
112    o modified multi-dim method to work on cube
113    o bug fix in KPP (from DM)
114    
115    checkpoint40pre9
116    o added DST advection schemes
117    o fix MPI bug on SGI's
118    o modifications for non-linear free-surface
119    o fixed conditionals for fixed flow/passive tracer only mode
120    o added tension/strain form of stress tensor
121    o changes to commenting of arguments for TAF/TAMC
122    o added/updated many matlab scripts
123    o added multi-dimensional advection method for tracers
124      
125    checkpoint40pre8
126    o new package rw/
127      Added method for dumping intermediate local arrays:
128      mdsio_writetile - same as mdsio_writefield except works from inside
129                        bi,bj loop
130      mdsio_writelocal - same as mdsio_writetile except works for local
131                         arrays
132      write_local_r? - higher-level wrapper for mdsio_writelocal
133      Controlled by diagFreq. Defaults to zero (ie. no dumps)
134      Example given at end of mom_vecinv.F that dumps some local arrays.
135    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
136      control flux-form versus vector invariant code.
137      Switch is runtime flag vectorInvariantMomentum (defaults to false)
138      or genmake -DISABLE ...
139    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
140      (additional storing is now needed for case vecinv;
141      currently nothing implemented to switch this storing off
142      in case fluxform is used since no CPP flag available).
143    
144    checkpoint40pre7
145    o bug fix in dynamics.F
146      calc_viscosity called before k=1,Nr loop.
147    o added some #ifdef's ALLOW_PASSIVE_TRACER
148    o cleaned initialisations in ctrl_map_ini
149      related to TAF
150    
151    checkpoint40pre6
152    o split dynamics into thermodynamics & dynamics
153    o corresponding split of calc_diffusivity into
154      calc_diffusivity, calc_viscosity
155      (kpp_calc_diff, kpp_calc_visc).
156    o Added diffkr, kapgm to control variables
157    o bug fix in gmredi_slope_limit for ldd97
158    
159    checkpoint40pre5
160    o proper initialization of Adams-Bashforth time stepping
161      + uses forward step for very first step of model (iter=0)
162    o re-generated *all* output since almost all output is modified by this
163      change (sorry but we've been putting this one off for about 2 years)
164      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
165        *not* regenerated since they are already out of date and I don't
166        want to create the impression that they are suddenly working.
167    o removed KAP stuff for DEC's
168    o modified/added many .cvsignore files in */code and */input
169    o added new expt "solid-body.cs-32x32x1"
170      + this uses an alternative form of ini_curvilinear_grid.F which
171        is not necessarily any better than the current one...
172    
173    checkpoint40pre4
174    o added re-initialisations of utrans,vtrans,rtrans in
175      calc_common_factors which are crucial for TAF.
176    o extended iMin,jMin range for calc_common_factors,
177      calc_diffusivity
178    o added option ALLOW_PASSIVE_TRACER
179    o a few minor updates and fixes
180    
181    checkpoint40pre3
182    o created calc_gtr1.F for gad package
183    o split the_main_loop and re-introduced forward_step
184    o some recomputations of nIter0 for TAMC
185    
186  checkpoint40pre2  checkpoint40pre2
187  o Updated to latest branch of AJA, JMC  o Updated to latest branch of AJA, JMC
188  o Added gradient check package  o Added gradient check package

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

  ViewVC Help
Powered by ViewVC 1.1.22