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

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.60

  ViewVC Help
Powered by ViewVC 1.1.22