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

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.53.2.8

  ViewVC Help
Powered by ViewVC 1.1.22