/[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.53.2.4 by heimbach, Wed Apr 17 01:48:17 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    release1_p2
7    o fixed array boundary problem for adjoint
8      (related to partial recomputation within subroutine
9      related to dynamics -> calc_viscosity -> mom_...
10    o fixed recomputation in thermodynamics
11    o prepare (but not complete) recomputation problem in impldiff
12    o fixed problem for adjoint of global_max
13    o switched off sponge layer code in external_forcing
14    
15    release1_p1
16    o merged necessary patches:
17      - AD-related changes for GMRedi
18      - fixes i KPP (delZ -> drF)
19      - hook to OBCS songe layer code in external_forcing
20      - errorMessageUnit non-zero in eeboot.F
21      - modified test cost function and carbon verif.
22    
23    release1_chkpt44d_post = chkpt44d_post
24    
25    chkpt44d_pre,post
26    o added missing EXCLUDE_MONITOR flags
27    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
28      (incompatible typ in MIN/MAX expressions caused problems
29      on IBM SP3)
30    o in genmake added variable MAKEDEPEND
31      plus resetting for case SunOS
32    o added timer_stats.c routine for IBM SP3
33    o removed variables in dynamics
34    
35    o real fresh water flux implemented with non-linear free-surface.
36    
37    chkpt44c_pre,post
38    o few fix (mask in shap_s2, EmPmR in external_field_load,
39      USE_NATURAL_BCS in solve_for_P);
40    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
41    
42    checkpoint44b_pre/_post
43    o merge of relevant stuff from the ecco-branch:
44      - genmake: removed $S64 overwrite for case SunOS
45      - pkg/exf: update and corrections for field swapping and obcs
46      - pkg/ecco: parameter lists for the_model_main, the_main_loop
47                  harmonized between ECCO and MITgcm
48      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
49                      updated checkpointing_lev... lists for obcs
50      - model/src: minor changes in forward_step, plot_field
51                   added directive for divided adjoint in the_main_loop
52      - pkg/mdsio: added mdsio_gl_slice
53    
54    o check parameters & config (chkpt44a_pre,post)
55    o OBC and NonLin_FrSurf.
56    
57    checkpoint44
58    o fix bug in mom_vi_del2uv
59    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
60    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
61    o update AIM experiments (NCEP input files)
62    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
63    o added some stuff for AD
64    
65    checkpoint43
66    o added two new advection tests
67    o added global 4x4 degree ocean test
68    o added test of H&S94 with free surface on cube
69    o some final mods for gradient check, adjoint,...
70    
71    checkpoint42
72      Fixed AD-related problems:
73    o Store directives up-to-date with re-arranged Adams-Bashforth
74      (mainly thermodynamics.F)
75    o New store directives for multi-dim. advection schemes
76      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
77      * new common block and key passkey
78      (mainly gad_advection.F)
79    o Modified store directives for split of dynamics/thermodynamics
80      for the case ALLOW_KPP
81    o Cleaned argument list for timestep_tracer.F
82    
83    checkpoint41
84    o re-formatted/added comments in prologues of key subroutines
85      to work with protex
86    
87    checkpoint40
88    o moved calc_gs, calc_gt and calc_tr1 back to model/src
89    o added FLT (floats) package from Arne along with demo. experiment
90    o re-arranged Adams-Bashforth scheme for tracers to allow easier
91      implementation of forward-in-time forcing terms
92    o more mods for non-linear free-surface including new variable
93    o modified multi-dim method to work on cube
94    o bug fix in KPP (from DM)
95    
96    checkpoint40pre9
97    o added DST advection schemes
98    o fix MPI bug on SGI's
99    o modifications for non-linear free-surface
100    o fixed conditionals for fixed flow/passive tracer only mode
101    o added tension/strain form of stress tensor
102    o changes to commenting of arguments for TAF/TAMC
103    o added/updated many matlab scripts
104    o added multi-dimensional advection method for tracers
105      
106    checkpoint40pre8
107    o new package rw/
108      Added method for dumping intermediate local arrays:
109      mdsio_writetile - same as mdsio_writefield except works from inside
110                        bi,bj loop
111      mdsio_writelocal - same as mdsio_writetile except works for local
112                         arrays
113      write_local_r? - higher-level wrapper for mdsio_writelocal
114      Controlled by diagFreq. Defaults to zero (ie. no dumps)
115      Example given at end of mom_vecinv.F that dumps some local arrays.
116    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
117      control flux-form versus vector invariant code.
118      Switch is runtime flag vectorInvariantMomentum (defaults to false)
119      or genmake -DISABLE ...
120    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
121      (additional storing is now needed for case vecinv;
122      currently nothing implemented to switch this storing off
123      in case fluxform is used since no CPP flag available).
124    
125    checkpoint40pre7
126    o bug fix in dynamics.F
127      calc_viscosity called before k=1,Nr loop.
128    o added some #ifdef's ALLOW_PASSIVE_TRACER
129    o cleaned initialisations in ctrl_map_ini
130      related to TAF
131    
132    checkpoint40pre6
133    o split dynamics into thermodynamics & dynamics
134    o corresponding split of calc_diffusivity into
135      calc_diffusivity, calc_viscosity
136      (kpp_calc_diff, kpp_calc_visc).
137    o Added diffkr, kapgm to control variables
138    o bug fix in gmredi_slope_limit for ldd97
139    
140  checkpoint40pre5  checkpoint40pre5
141  o proper initialization of Adams-Bashforth time stepping  o proper initialization of Adams-Bashforth time stepping
142    + 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.53.2.4

  ViewVC Help
Powered by ViewVC 1.1.22