/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Contents of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.53.6.2 - (show annotations) (download)
Mon Jan 20 03:15:00 2003 UTC (21 years, 4 months ago) by dimitri
Branch: release1_coupled
Changes since 1.53.6.1: +4 -4 lines
Modified File tag-index

1 $Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.53.6.1 2003/01/20 03:05:54 dimitri Exp $
2
3 Notes on tags used in MITgcmUV
4 ==============================
5
6 Branch release1_coupled contains code for coupling
7 to UCLA atmospheric model:
8
9 cvs tag ucla1
10 Branched off tag release1_beta1
11 Modified eesupp/src/eeboot_minimal.F, eedie.F, exch_jam.F,
12 global_max.F, global_sum.F, gsum_jam.F, ini_procs.F, and main.F
13 model/src/dynamics.F, forward_step.F, freeze.F, ini_parms.F,
14 set_defaults.F, the_main_loop.F, the_model_main.F, timestep.F,
15 write_state.F, and mdsio_writefield.F
16 pkg/timeave/TIMEAVE_STATV.h, timeave_statv_write.F,
17 timeave_statvars.F, and model/inc/PARAMS.h,
18 Added model/src/do_coupled_ucla.F and verification/coupled_ucla
19 NOTES:
20 MPI_COMM_WORLD -> MPI_COMM_MODEL in
21 exch_jam.F, global_max.F global_sum.F, and gsum_jam.F
22 Added useSingleCpuIO: ini_procs.F, PARAMS.h, ini_parms.F,
23 set_defaults.F, mdsio_writefield.F, and subroutine
24 GATHER_2D in do_coupled_ucla.F
25
26 =================================================================
27
28 checkpoint43
29 o added two new advection tests
30 o added global 4x4 degree ocean test
31 o added test of H&S94 with free surface on cube
32 o some final mods for gradient check, adjoint,...
33
34 checkpoint42
35 Fixed AD-related problems:
36 o Store directives up-to-date with re-arranged Adams-Bashforth
37 (mainly thermodynamics.F)
38 o New store directives for multi-dim. advection schemes
39 * new CPP flag ALLOW_MULTI_DIM_ADVECTION
40 * new common block and key passkey
41 (mainly gad_advection.F)
42 o Modified store directives for split of dynamics/thermodynamics
43 for the case ALLOW_KPP
44 o Cleaned argument list for timestep_tracer.F
45
46 checkpoint41
47 o re-formatted/added comments in prologues of key subroutines
48 to work with protex
49
50 checkpoint40
51 o moved calc_gs, calc_gt and calc_tr1 back to model/src
52 o added FLT (floats) package from Arne along with demo. experiment
53 o re-arranged Adams-Bashforth scheme for tracers to allow easier
54 implementation of forward-in-time forcing terms
55 o more mods for non-linear free-surface including new variable
56 o modified multi-dim method to work on cube
57 o bug fix in KPP (from DM)
58
59 checkpoint40pre9
60 o added DST advection schemes
61 o fix MPI bug on SGI's
62 o modifications for non-linear free-surface
63 o fixed conditionals for fixed flow/passive tracer only mode
64 o added tension/strain form of stress tensor
65 o changes to commenting of arguments for TAF/TAMC
66 o added/updated many matlab scripts
67 o added multi-dimensional advection method for tracers
68
69 checkpoint40pre8
70 o new package rw/
71 Added method for dumping intermediate local arrays:
72 mdsio_writetile - same as mdsio_writefield except works from inside
73 bi,bj loop
74 mdsio_writelocal - same as mdsio_writetile except works for local
75 arrays
76 write_local_r? - higher-level wrapper for mdsio_writelocal
77 Controlled by diagFreq. Defaults to zero (ie. no dumps)
78 Example given at end of mom_vecinv.F that dumps some local arrays.
79 o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
80 control flux-form versus vector invariant code.
81 Switch is runtime flag vectorInvariantMomentum (defaults to false)
82 or genmake -DISABLE ...
83 o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
84 (additional storing is now needed for case vecinv;
85 currently nothing implemented to switch this storing off
86 in case fluxform is used since no CPP flag available).
87
88 checkpoint40pre7
89 o bug fix in dynamics.F
90 calc_viscosity called before k=1,Nr loop.
91 o added some #ifdef's ALLOW_PASSIVE_TRACER
92 o cleaned initialisations in ctrl_map_ini
93 related to TAF
94
95 checkpoint40pre6
96 o split dynamics into thermodynamics & dynamics
97 o corresponding split of calc_diffusivity into
98 calc_diffusivity, calc_viscosity
99 (kpp_calc_diff, kpp_calc_visc).
100 o Added diffkr, kapgm to control variables
101 o bug fix in gmredi_slope_limit for ldd97
102
103 checkpoint40pre5
104 o proper initialization of Adams-Bashforth time stepping
105 + uses forward step for very first step of model (iter=0)
106 o re-generated *all* output since almost all output is modified by this
107 change (sorry but we've been putting this one off for about 2 years)
108 + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
109 *not* regenerated since they are already out of date and I don't
110 want to create the impression that they are suddenly working.
111 o removed KAP stuff for DEC's
112 o modified/added many .cvsignore files in */code and */input
113 o added new expt "solid-body.cs-32x32x1"
114 + this uses an alternative form of ini_curvilinear_grid.F which
115 is not necessarily any better than the current one...
116
117 checkpoint40pre4
118 o added re-initialisations of utrans,vtrans,rtrans in
119 calc_common_factors which are crucial for TAF.
120 o extended iMin,jMin range for calc_common_factors,
121 calc_diffusivity
122 o added option ALLOW_PASSIVE_TRACER
123 o a few minor updates and fixes
124
125 checkpoint40pre3
126 o created calc_gtr1.F for gad package
127 o split the_main_loop and re-introduced forward_step
128 o some recomputations of nIter0 for TAMC
129
130 checkpoint40pre2
131 o Updated to latest branch of AJA, JMC
132 o Added gradient check package
133 o Added routines for passive tracer handling
134 o Added carbon sequestration sensitivity experiment
135
136 checkpoint39
137 o Modifications and fixes to support TAMC
138 (mainly missing or wrong directives)
139 o Corrected common blocks when fooling TAMC to produce adjoint I/O
140 in addummy_in_stepping
141 o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
142 o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
143 o Included following packages:
144 cal: calendar
145 exf: external forcing
146 ecco: essential routines to control use of cal, exf
147 (NB: this is not the full ECCO environment)
148 o disabled some packages by default in genmake
149
150 checkpoint38
151 o see notes_c37_adj.txt
152 o corrected wrong layer index in external_forcing_t
153 o replaced the_main_loop/forward_step by the_main_loop
154 o removed forceoutput from write_state
155 (replaced criteria for initial/final state)
156 o added runtime flag for pre-C35 pickups: usePickupBeforeC35
157
158 checkpoint37
159 o mdsio.F routine split and packaged in pkg/mdsio
160 (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
161 used unless genmake -disable=mdsio)
162 o allow a more precise surface-geopotential gradient for the atmosphere
163 taking into account the change in space of Alpha (=1/rho) at the surface.
164 o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
165 (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
166 o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
167 Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
168 [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
169 o Time-Average diagnostics defined as a pseudo package "timeave".
170 o pickup files : old pickup (before c35) did not work with new code (c35
171 and after) unless activating 2 commented lines in initialise-varia.
172 o Non-Hydrostatic pickup file Pb fixed.
173 o bug with Rigid-lid version (since c35) fixed.
174
175 checkpoint36
176 o implement Crank-Nickelson barotropic time-stepping
177 o recover Time-Average diagnostics
178 o fix Pb in checkpoint (PR#19)
179 o AIM become a standard package ; clean unused CPP_kees
180
181 checkpoint35
182 o subtantial rewrite of dynamics.f
183 o allows staggered time-stepping
184 o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
185 o added bottom drag (linear + quadratic)
186
187 checkpoint34
188 o Modified exchange routines for correct reverse simulation.
189 o Added verification output to comply with bug fix in impldiff.F
190 as of c33 (exp2, natl_box).
191 o Corrected store directives in dynamics.F
192 o Corrected array boundaries in impldiff.F
193 o Corrected array dimensions in gmredi.
194 Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
195 o Added routine GLOBAL_SUM_INT to global_sum.F
196 o Added mdsio_gl.F for ECCO purposes.
197
198 checkpoint33
199 o Fixed bug in lower BC in impldiff.F
200 o Fixed confusion about units of forcing arrays in FFIELDS.h
201 namely Fu,Fv,Qnet,Qsw,EmPmR:
202 - Removed verification/natl_box/code/external_fields_scale.F
203 (did not differ from that in model/src)
204 - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
205 (see FFIELDS.h for description)
206 - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
207 kpp_calc.F and kpp_transport_t.F
208 - Removed model/src/external_fields_scale.F and calls to it
209 - verification/natl_box uses flux data with "atmospheric" sign so
210 a special version of external_fields_load.F is used to
211 change the data as it's read in. This way, the arrays
212 have the right units and signs at all times tha a user could
213 possibly use them.
214 o Corrected genmake to delete a temporary file during configuration
215
216 checkpoint32
217 o Scaling of forcing fields moved from external_forcing.F to
218 external_fields_scale.F, called directly after loading fields.
219 o Surface relaxation terms added to surface tendency fields in
220 extra subroutine.
221 o impldiff.F changed to avoid storing by TAMC of huge intermediate
222 fields.
223 o Changes in GMRedi to comply with packaging structure.
224 o Modifications and bug fixes in KPP package.
225 o Verification experiment for KPP added (verification/nat_box/)
226
227 checkpoint31
228 o Packages interface brought in line with defined standard
229 -> new routines packages_...F
230 -> changes in initialise_fixed.F, initialise_varia.F
231 -> enables initialisation interface for ECCO package
232 o Rescaling of external forcing fields immediately after read
233 (removed from external_forcing.F)
234 -> new: surface_fields_scale.F
235 -> affects ini_foorcing.F, external_fields_load.F
236 o Computation of surface tendencies before tendency updates.
237 -> new: external_forcing_surf.F
238 o Change of variable names useGMRedi, useKPP, useECCO
239 o Further changes in dynamics.F, impldiff.F for TAMC
240 o Tested for experiments 0, 2, 4.
241 - not yet tested for GMRedi.
242 - not yet tested for KPP.
243
244 checkpoint30
245 o Updates for OBCs
246 o New experiment for test OBCs (internal_wave)
247 o New output.txt in verification/exp4/results/
248 o Updates for KPP: calculation of viscosity corrected, new variables
249 kpp_dumpFreq and kpp_taveFreq
250 o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
251 and entry for T90 in genmake
252
253 checkpoint29
254 o packaged KPP and GM/Redi
255
256 checkpoint28
257 o Corrected initialization of hFacMin for difference vertical coordinates
258 o Modified calculation of partial cell thickness to more robust algorithm
259 o config_summary.F: replaced write_1D_... by write_0D_...
260 read_write.F: added subroutines write_0D_...
261 o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
262 included some initialisations required for TAMC.
263 o routine calc_isoslopes: modified sqrt computation to make it
264 differentiable for zero argument.
265 o routines dynamics, impldiff:
266 included store directives and tape key computations required for TAMC.
267 o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
268
269 checkpoint27
270 o fixed calc_isoslopes() to so that cancellation of terms in tensor
271 formulation works properly with variable resolution.
272 o restructured the calling tree between the_model_main() and dynamics()
273 o split initialise() into initialise_fixed() and initialise_varia()
274 o introduced initialization file pSurfInitFile for free surface (cg2d_x)
275 in new routine ini_psurf()
276
277 checkpoint26
278 o moved some #ifdef in optional routines to encompass everything
279 except the argument declarations. This was using up some memory.
280 o fixed macros like _ADT to work with both versions of Linux cpp
281 o cleaned up some unused and uninitialized variables
282 (helps when debugging with strict compile options)
283 o split up CPP_EEOPTIONS.h into options and macros
284 (macros are now in eesupp/inc/CPP_EEMACROS.h)
285 o patch for 2 processor JAM mode
286
287 checkpoint25
288 o updates for OBCs and NH
289 o dramatically reduced memory usage
290 o added "JAM" routines for use on Artic network
291 o parameterization of convection by implicit vertical diffusion
292 o added a diagnostic of convective index
293 o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
294 (this is was partly for OBCs and NH but also in anticipation of
295 an explicit free-surface option)
296 o initial state input files for U and V
297
298 checkpoint24
299 o Removed some spurious "REAL"s
300 o Updated KPP to latest version from JPL
301 o Added a COS(latitude) in horizontal viscosity
302
303 checkpoint23
304 o Added del^4 diffusion for salt and temperature
305 o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
306
307 checkpoint22
308 o Made many small changes: implicit none, format(i5), etc...
309 o Introduced KPP mixing scheme (compiles and runs but *not* tested)
310
311 checkpoint21
312 o Introduced new I/O package that supports direct-access records (mdsio.F)
313 o Split-up mid-level I/O routines
314 o Updated input data for experiments 0,1,2,4 and 5
315 o Finally removed the genmake.* scripts (everyone seems happy with genmake)
316
317 checkpoint20
318 o Tidied up open-boundaries some more
319 o Added non-hydrostatic code
320 o Fixed some input data
321 o Modified MPI start-up to work in "coupled" context.
322
323 checkpoint19
324 o Tidied up directory structure for verification experiments.
325 o Added new code for open boundaries.
326 o Corrected advective terms near boundaries.
327 o Added CPP flag for "old UV" geometry and corrected spherical geometry.
328 o Implemented free-slip/no-slip BCs and del^4 dissipation.
329 o Split default parameters out of ini_parms.F into set_defaults.F.
330
331 checkpoint18
332 o Further changes for optional code generation with
333 CPP - ugh!
334
335 checkpoint17
336 o Beginning to incorporating modularity
337 for supporting atmos. and ocean configs.
338 o Small changes for TAMC complinace
339 o New ultra simple test case. Barotropic box
340 configuration "exp0".
341
342 checkpoint16
343 o Minor changes to exchange routines to support
344 accumulation in reverse mode. Adjoint of an
345 assignment is an addition.
346 o Changes to support compilation by TAMC (LR(1)
347 syntax) and by g77 under Linux ( 72 character
348 limit ).
349
350 checkpoint15
351 Rewrote exchange routines to allow
352 o General tile <-> tile connectivity.
353 o TAMC reverse mode flag ( is this really needed? )
354 o Variable width overlap and exchange region widths.
355 o Hooks for sharing data via DMA, Arctic, Memory Channel,
356 shmput/shmget, VIA, SYSV shmem and every other cool
357 communication method.
358
359 checkpoint14
360 Consistent isomorphism chages made. These allow dynamical core
361 to support both pressure and meters as a vertical coordinate.
362
363 checkpoint13
364 Release which corrects global_max problem and a couple
365 of KGM time-averaging diagnostic errors. Also contains
366 a double-gyre experiment setup as well as the baseline
367 4 degree global template. The double gyre template is
368 organised to allow it to be applied automatically to
369 the baseline configuration.
370
371 branch-point-rdot
372 A few tidy-ups have been made bt the real point of this
373 check-point (excuse the pun) is to allow a branch to be
374 made for the purposes of adding the rDot alterations.
375 I don't want to commit the rDot to the main-trunk until
376 we've actually tested it...
377
378 checkpoint12
379 Tidy up and added generic genmake script (formerly
380 configure script).
381 Released to testers.
382
383 checkpoint11
384 Re-arranged initialise() and introduced ini_vertical_grid()
385 and ini_masks_etc().
386
387 checkpoint10
388 Introduced the configure script.
389 Separated out the diags package.
390 Added template for writing time-averages of tile/intermediate quantities.
391 Updated SIZE.h in exp2 and made the data big-endian.
392
393 checkpoint9
394 MPI fix. Filename changes (meta/data). salbin*y stuff.
395 General tidy-up.
396 SST.bin SSS.bin added to verification/exp2
397
398 checkpoint8
399 Inludes time-dependant forcing and time-averaging.
400 Works at 4x4 and 2.8125x2.8125 global
401
402 checkpoint7-4degree-ref
403 Branch from checkpoint7. Released for application to
404 global modeling and general modeling - process studies, regional
405 model etc..
406 Configured for verification/exp2 - 4 degree global, two process.
407
408 checkpoint7
409 Created by cnh
410 Simple 4 degree global simulation
411 configuration.
412 Includes climatological wind,
413 hydrography, bathymetry etc
414 Does not include Heat Flux and E-P
415
416 checkpoint6
417 Created by cnh
418 merged checkpoint5 with CD and
419 spherical polar code.
420 Still some problems with GM Redi
421 abd full topography.
422
423 checkpoint5
424 Created by AJA
425 contains updates to GM Redi
426 and reordered timestepping loop
427 for Implicit Diffusion.
428
429 checkpoint4
430 Created by cnh
431 Contains memory saving macros ( _rdxc etc..) for when
432 grid variations are limited.
433 Contains polynomial coeffs for EOS and knudsen program
434 for generation.
435
436 checkpoint3
437 Created by cnh
438 Added extra flags for runtime options
439 Added this file
440 Added implicit free-surface
441 Added pre-conditioner
442 Put compare01 into repository ( compare01/... )
443 Put data and eedata into repository ( verification/exp1 )
444
445 checkpoint2
446 Created by AJA
447 Added GM/Redi
448
449 checkpoint1
450 Created by AJA
451 Restructured kloop in dynamics.F
452 Added non-linear EOS
453
454 baseline
455 Original checked in code

  ViewVC Help
Powered by ViewVC 1.1.22