/[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.32 by adcroft, Thu Nov 30 16:51:40 2000 UTC revision 1.53.6.4 by dimitri, Fri Feb 7 03:52:57 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    Branch release1_coupled contains code for coupling
7    to UCLA atmospheric model:
8    
9    updated useSingleCpuIO option in mdsio_writefield.F
10    to work with multi-field files, e.g., the pickup files
11    
12    Added lower bound diffusivity to kpp_routines.F (see !!!NOTE!!!).
13    
14    cvs tag ucla1
15      Branched off tag release1_beta1
16      Modified eesupp/src/eeboot_minimal.F, eedie.F, exch_jam.F,
17        global_max.F, global_sum.F, gsum_jam.F, ini_procs.F, and main.F
18        model/src/dynamics.F, forward_step.F, freeze.F, ini_parms.F,
19        set_defaults.F, the_main_loop.F, the_model_main.F, timestep.F,
20        write_state.F, and mdsio_writefield.F
21        pkg/timeave/TIMEAVE_STATV.h, timeave_statv_write.F,
22        timeave_statvars.F, and model/inc/PARAMS.h,
23      Added model/src/do_coupled_ucla.F and verification/coupled_ucla
24      NOTES:
25      MPI_COMM_WORLD -> MPI_COMM_MODEL in
26        exch_jam.F, global_max.F global_sum.F, and gsum_jam.F
27      Added useSingleCpuIO: ini_procs.F, PARAMS.h, ini_parms.F,
28        set_defaults.F, mdsio_writefield.F, and subroutine
29        GATHER_2D in do_coupled_ucla.F
30    
31    =================================================================
32    
33    checkpoint43
34    o added two new advection tests
35    o added global 4x4 degree ocean test
36    o added test of H&S94 with free surface on cube
37    o some final mods for gradient check, adjoint,...
38    
39    checkpoint42
40      Fixed AD-related problems:
41    o Store directives up-to-date with re-arranged Adams-Bashforth
42      (mainly thermodynamics.F)
43    o New store directives for multi-dim. advection schemes
44      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
45      * new common block and key passkey
46      (mainly gad_advection.F)
47    o Modified store directives for split of dynamics/thermodynamics
48      for the case ALLOW_KPP
49    o Cleaned argument list for timestep_tracer.F
50    
51    checkpoint41
52    o re-formatted/added comments in prologues of key subroutines
53      to work with protex
54    
55    checkpoint40
56    o moved calc_gs, calc_gt and calc_tr1 back to model/src
57    o added FLT (floats) package from Arne along with demo. experiment
58    o re-arranged Adams-Bashforth scheme for tracers to allow easier
59      implementation of forward-in-time forcing terms
60    o more mods for non-linear free-surface including new variable
61    o modified multi-dim method to work on cube
62    o bug fix in KPP (from DM)
63    
64    checkpoint40pre9
65    o added DST advection schemes
66    o fix MPI bug on SGI's
67    o modifications for non-linear free-surface
68    o fixed conditionals for fixed flow/passive tracer only mode
69    o added tension/strain form of stress tensor
70    o changes to commenting of arguments for TAF/TAMC
71    o added/updated many matlab scripts
72    o added multi-dimensional advection method for tracers
73      
74    checkpoint40pre8
75    o new package rw/
76      Added method for dumping intermediate local arrays:
77      mdsio_writetile - same as mdsio_writefield except works from inside
78                        bi,bj loop
79      mdsio_writelocal - same as mdsio_writetile except works for local
80                         arrays
81      write_local_r? - higher-level wrapper for mdsio_writelocal
82      Controlled by diagFreq. Defaults to zero (ie. no dumps)
83      Example given at end of mom_vecinv.F that dumps some local arrays.
84    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
85      control flux-form versus vector invariant code.
86      Switch is runtime flag vectorInvariantMomentum (defaults to false)
87      or genmake -DISABLE ...
88    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
89      (additional storing is now needed for case vecinv;
90      currently nothing implemented to switch this storing off
91      in case fluxform is used since no CPP flag available).
92    
93    checkpoint40pre7
94    o bug fix in dynamics.F
95      calc_viscosity called before k=1,Nr loop.
96    o added some #ifdef's ALLOW_PASSIVE_TRACER
97    o cleaned initialisations in ctrl_map_ini
98      related to TAF
99    
100    checkpoint40pre6
101    o split dynamics into thermodynamics & dynamics
102    o corresponding split of calc_diffusivity into
103      calc_diffusivity, calc_viscosity
104      (kpp_calc_diff, kpp_calc_visc).
105    o Added diffkr, kapgm to control variables
106    o bug fix in gmredi_slope_limit for ldd97
107    
108    checkpoint40pre5
109    o proper initialization of Adams-Bashforth time stepping
110      + uses forward step for very first step of model (iter=0)
111    o re-generated *all* output since almost all output is modified by this
112      change (sorry but we've been putting this one off for about 2 years)
113      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
114        *not* regenerated since they are already out of date and I don't
115        want to create the impression that they are suddenly working.
116    o removed KAP stuff for DEC's
117    o modified/added many .cvsignore files in */code and */input
118    o added new expt "solid-body.cs-32x32x1"
119      + this uses an alternative form of ini_curvilinear_grid.F which
120        is not necessarily any better than the current one...
121    
122    checkpoint40pre4
123    o added re-initialisations of utrans,vtrans,rtrans in
124      calc_common_factors which are crucial for TAF.
125    o extended iMin,jMin range for calc_common_factors,
126      calc_diffusivity
127    o added option ALLOW_PASSIVE_TRACER
128    o a few minor updates and fixes
129    
130    checkpoint40pre3
131    o created calc_gtr1.F for gad package
132    o split the_main_loop and re-introduced forward_step
133    o some recomputations of nIter0 for TAMC
134    
135    checkpoint40pre2
136    o Updated to latest branch of AJA, JMC
137    o Added gradient check package
138    o Added routines for passive tracer handling
139    o Added carbon sequestration sensitivity experiment
140    
141    checkpoint39
142     o Modifications and fixes to support TAMC
143       (mainly missing or wrong directives)
144     o Corrected common blocks when fooling TAMC to produce adjoint I/O
145       in addummy_in_stepping
146     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
147     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
148     o Included following packages:
149       cal: calendar
150       exf: external forcing
151       ecco: essential routines to control use of cal, exf
152             (NB: this is not the full ECCO environment)
153     o disabled some packages by default in genmake
154    
155    checkpoint38
156     o see notes_c37_adj.txt
157     o corrected wrong layer index in external_forcing_t
158     o replaced the_main_loop/forward_step by the_main_loop
159     o removed forceoutput from write_state
160       (replaced criteria for initial/final state)
161     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
162    
163    checkpoint37
164     o mdsio.F routine split and packaged in pkg/mdsio
165       (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
166        used unless genmake -disable=mdsio)
167     o allow a more precise surface-geopotential gradient for the atmosphere
168       taking into account the change in space of Alpha (=1/rho) at the surface.
169     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
170       (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
171     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
172       Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
173       [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
174     o Time-Average diagnostics defined as a pseudo package "timeave".
175     o pickup files : old pickup (before c35) did not work with new code (c35
176       and after) unless activating 2 commented lines in initialise-varia.
177     o Non-Hydrostatic pickup file Pb fixed.
178     o bug with Rigid-lid version (since c35) fixed.  
179    
180    checkpoint36
181     o implement Crank-Nickelson barotropic time-stepping
182     o recover Time-Average diagnostics
183     o fix Pb in checkpoint (PR#19)
184     o AIM become a standard package ; clean unused CPP_kees
185    
186    checkpoint35
187     o subtantial rewrite of dynamics.f
188     o allows staggered time-stepping
189     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
190     o added bottom drag (linear + quadratic)
191    
192    checkpoint34
193     o Modified exchange routines for correct reverse simulation.
194     o Added verification output to comply with bug fix in impldiff.F
195       as of c33 (exp2, natl_box).
196     o Corrected store directives in dynamics.F
197     o Corrected array boundaries in impldiff.F
198     o Corrected array dimensions in gmredi.
199       Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
200     o Added routine GLOBAL_SUM_INT to global_sum.F
201     o Added mdsio_gl.F for ECCO purposes.
202    
203  checkpoint33  checkpoint33
204   o Fixed bug in lower BC in impldiff.F   o Fixed bug in lower BC in impldiff.F
205   o Fixed confusion about units of forcing arrays in FFIELDS.h   o Fixed confusion about units of forcing arrays in FFIELDS.h

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.53.6.4

  ViewVC Help
Powered by ViewVC 1.1.22