/[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.52 by heimbach, Thu Sep 27 20:13:58 2001 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint42
7      Fixed AD-related problems:
8    o Store directives up-to-date with re-arranged Adams-Bashforth
9      (mainly thermodynamics.F)
10    o New store directives for multi-dim. advection schemes
11      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
12      * new common block and key passkey
13      (mainly gad_advection.F)
14    o Modified store directives for split of dynamics/thermodynamics
15      for the case ALLOW_KPP
16    o Cleaned argument list for timestep_tracer.F
17    
18    checkpoint41
19    o re-formatted/added comments in prologues of key subroutines
20      to work with protex
21    
22    checkpoint40
23    o moved calc_gs, calc_gt and calc_tr1 back to model/src
24    o added FLT (floats) package from Arne along with demo. experiment
25    o re-arranged Adams-Bashforth scheme for tracers to allow easier
26      implementation of forward-in-time forcing terms
27    o more mods for non-linear free-surface including new variable
28    o modified multi-dim method to work on cube
29    o bug fix in KPP (from DM)
30    
31    checkpoint40pre9
32    o added DST advection schemes
33    o fix MPI bug on SGI's
34    o modifications for non-linear free-surface
35    o fixed conditionals for fixed flow/passive tracer only mode
36    o added tension/strain form of stress tensor
37    o changes to commenting of arguments for TAF/TAMC
38    o added/updated many matlab scripts
39    o added multi-dimensional advection method for tracers
40      
41    checkpoint40pre8
42    o new package rw/
43      Added method for dumping intermediate local arrays:
44      mdsio_writetile - same as mdsio_writefield except works from inside
45                        bi,bj loop
46      mdsio_writelocal - same as mdsio_writetile except works for local
47                         arrays
48      write_local_r? - higher-level wrapper for mdsio_writelocal
49      Controlled by diagFreq. Defaults to zero (ie. no dumps)
50      Example given at end of mom_vecinv.F that dumps some local arrays.
51    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
52      control flux-form versus vector invariant code.
53      Switch is runtime flag vectorInvariantMomentum (defaults to false)
54      or genmake -DISABLE ...
55    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
56      (additional storing is now needed for case vecinv;
57      currently nothing implemented to switch this storing off
58      in case fluxform is used since no CPP flag available).
59    
60    checkpoint40pre7
61    o bug fix in dynamics.F
62      calc_viscosity called before k=1,Nr loop.
63    o added some #ifdef's ALLOW_PASSIVE_TRACER
64    o cleaned initialisations in ctrl_map_ini
65      related to TAF
66    
67    checkpoint40pre6
68    o split dynamics into thermodynamics & dynamics
69    o corresponding split of calc_diffusivity into
70      calc_diffusivity, calc_viscosity
71      (kpp_calc_diff, kpp_calc_visc).
72    o Added diffkr, kapgm to control variables
73    o bug fix in gmredi_slope_limit for ldd97
74    
75    checkpoint40pre5
76    o proper initialization of Adams-Bashforth time stepping
77      + uses forward step for very first step of model (iter=0)
78    o re-generated *all* output since almost all output is modified by this
79      change (sorry but we've been putting this one off for about 2 years)
80      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
81        *not* regenerated since they are already out of date and I don't
82        want to create the impression that they are suddenly working.
83    o removed KAP stuff for DEC's
84    o modified/added many .cvsignore files in */code and */input
85    o added new expt "solid-body.cs-32x32x1"
86      + this uses an alternative form of ini_curvilinear_grid.F which
87        is not necessarily any better than the current one...
88    
89    checkpoint40pre4
90    o added re-initialisations of utrans,vtrans,rtrans in
91      calc_common_factors which are crucial for TAF.
92    o extended iMin,jMin range for calc_common_factors,
93      calc_diffusivity
94    o added option ALLOW_PASSIVE_TRACER
95    o a few minor updates and fixes
96    
97    checkpoint40pre3
98    o created calc_gtr1.F for gad package
99    o split the_main_loop and re-introduced forward_step
100    o some recomputations of nIter0 for TAMC
101    
102    checkpoint40pre2
103    o Updated to latest branch of AJA, JMC
104    o Added gradient check package
105    o Added routines for passive tracer handling
106    o Added carbon sequestration sensitivity experiment
107    
108    checkpoint39
109     o Modifications and fixes to support TAMC
110       (mainly missing or wrong directives)
111     o Corrected common blocks when fooling TAMC to produce adjoint I/O
112       in addummy_in_stepping
113     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
114     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
115     o Included following packages:
116       cal: calendar
117       exf: external forcing
118       ecco: essential routines to control use of cal, exf
119             (NB: this is not the full ECCO environment)
120     o disabled some packages by default in genmake
121    
122  checkpoint38  checkpoint38
123   o see notes_c37_adj.txt   o see notes_c37_adj.txt
124   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.52

  ViewVC Help
Powered by ViewVC 1.1.22