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

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

  ViewVC Help
Powered by ViewVC 1.1.22