/[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.44 by adcroft, Tue Jul 31 18:42:13 2001 UTC revision 1.52 by heimbach, Thu Sep 27 20:13:58 2001 UTC
# Line 3  $Header$ Line 3  $Header$
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  checkpoint40pre5
76  o proper initialization of Adams-Bashforth time stepping  o proper initialization of Adams-Bashforth time stepping
77    + uses forward step for very first step of model (iter=0)    + uses forward step for very first step of model (iter=0)

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.52

  ViewVC Help
Powered by ViewVC 1.1.22