/[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.47 by heimbach, Tue Aug 21 16:38:41 2001 UTC revision 1.81 by adcroft, Thu Aug 15 17:25:26 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint46c_post
7    o Changes necessary for ocean in p-coordinates
8     -  Added new buoyancy relation = 'OCEANICP'
9     -  Added new parameters = gravitySign (this used to be contained inside
10        the factor dRdZ which I added when we first switched to R coordinates).
11     X GM/Redi is not compatible (yet)
12     X bottom drag and no-slip need to be debugged.
13    checkpoint46c_pre
14    
15    checkpoint46b_post
16    o Added new equation of state -> JMD95Z and JMD95P
17      - EOS of Jackett and McDougall, 1995, JPO
18      - moved all EOS parameters into EOS.h
19      - new routines ini_eos.F, store_pressure.F
20    o Added UNESCO EOS, but not recommended because it requires
21      in-situ temperature (see JMD95)
22    o Modified formatting for knudsen2.f in utils/knudsen2 and added
23      unesco.f to be used with POLY3
24    checkpoint46b_pre
25    
26    checkpoint46a_post
27    o Added (atmospheric) pressure loading
28      - new field in FFIELDS.h, etc...
29      - new cpp flag ATMOSPHERIC_LOADING
30    o Changed hFacC to _hFacC in calc_phi_hyd.F
31    o Added SHORTWAVE_HEATING to some files for consistency
32    checkpoint46a_pre
33    
34    checkpoint46
35    further merges from release1_p5
36    o new ctrl package
37      - adopted from ECCO environment to enable optimization
38      - added Eliassen Palm fluxes to controls
39    o added Eliassen Palm flux controls to gradient check package
40    o cost package
41      - Compatible with new ctrl package
42      - added Eliassen Palm cost hooks
43      - modif's of existing cost functions
44    o Adjoint-related bug fixes in kpp:
45      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
46      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
47    o autodiff package
48      - flow directives:
49        + new for S/R do_the_model_io
50        + enhanced for S/R checkpoint
51        + new gmredi.flow
52      - Introduced CPP option ALLOW_AUTODIFF_MONITOR to
53        disable adcommon.h/g_common.h by default.
54      - fixed problem for adjoint of global_max
55    o modified verification/carbon/
56    o New setup for adjoint of global_ocean
57    o added hooks for Eliassen Palm fluxes (dynamics.F, ini_fields.F)
58    o cleaned TAF keys iikey, idkey (dynamics.F, thermodynamics.F)
59    o incorporated hooks for sponge layer code (external_forcing.F)
60    
61    checkpoint45d_post
62    o import 2 fixes from release1_p5 (CG2D.h & packages_readparms.F)
63    o use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
64      (affects plume_on_slope "cg2d" output)
65    o add new parameter deltaTfreesurf for free-surface time stepping
66    o exchange gT,gS when using staggerTimeStep & GM & Oly<4
67    o NONLIN_FRSURF: rescale gNm1 to get a better conservation with A-B
68    o change phiMin in exp1 (to agree with documentation)
69    o add new flags:
70     - T,S forcing inside/outside Adams-Bashforth
71     - turn off temp,salt advection and/or forcing
72     - for each tracer, define internal flag for multiDimAdvection & A-B
73    o monitor: change definition of KE to check conservation of Energy
74    
75    checkpoint45c_post
76    o Removed f90 comments ("!")
77    o Modified initialisations to enable exf package for MITgcm
78      (without invoking ECCO_PACKAGE).
79    o modifications to gradient check package (Martin Losch)
80      - enable centered differences
81      - modified format of standard output
82    
83    checkpoint45b_post
84    o cleaned exchange calls in cg2d
85    o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
86    o included CPP option SINGLE_LAYER_MODE in thermodynamics
87      to configure barotropic setup (Martin Losch)
88    o moved some initialisations within bi,bj loop in dynamics
89      (TAF flow dependency)
90    o in initialise_varia, moved call packages_init_variables
91      before convective_adjustment_init
92      (corresponding adjustment of TAF tape initialisation).
93    o in calc_diffusivity/calc_viscosity extended domain to full overlap.
94    
95    checkpoint45a_post
96    o compute Rho over the whole domain (extend iMin,jMin indices)
97    o specific exchange for X-slice domain (case Ny=1)
98    o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
99    o solve_for_pressure : set cg2d_x to zero where OBCS are applied
100    
101    checkpoint44h_post = checkpoint45
102    o Fix to restore differentiability:
103      place at which packages_init_variables is called in
104      initialise_varia is crucial for reverse control flow.
105    o modifications in GMRedi to enable stable adjoint
106      (corresponding modif's in thermodynamics, dynamics)
107    o added missing hook for sponge layer code in external_forcing
108    o modified test cost functions
109    o storing in gad_advection (plus removal of write(0,*)!
110    o missing headers TR1.h added in convective_adjustment routines
111    o errorMessageUnit set non-equal zero in eeboot
112      (conflict on some platforms, e.g. IBM SP3)
113    o modified carbon verif.
114    
115    checkpoint44h_pre
116    o vertical grid option: allow to put the Interface at the middle between
117      2 cell-centers ; replace delZ in pkg/kpp by drF.
118    o GM Advective form: Tracers are advected using the residual transport (=
119      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
120    
121    checkpoint44g_post
122    o fix surface correction term in multiDimAdvection (affects plume_on_slope
123      results) ; ifdef missing in thermodynamics.F
124    
125    checkpoint44f_pre,checkpoint44f_post
126    o added PTRACERS package
127      This allows an arbitrary number of passive tracers to be integrated
128      forward simultaneously with the dynamicaly model.
129      + Implemented so far:
130        - basic forward algorithm (time-stepping, advection, diffusion, convection)
131        - I/O and checkpointing
132        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
133      + Not implemented so far:
134        - KPP
135        - OBCS
136      + No specific example supplied (yet) but global_ocean.90x40x15 has the
137        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
138        line in data.pkg.
139      + This package is disabled by default since it increases storage.
140    
141    
142    o testscript: added -cleanup option
143    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
144                 b) enable to filter 2D fields.
145    
146    checkpoint44e_pre,post
147    o re-wrote convective adjustment to use pre-calculated weights
148      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
149      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
150      Original calls to convect() still in place.
151    
152    chkpt44d_pre,post
153    o added missing EXCLUDE_MONITOR flags
154    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
155      (incompatible typ in MIN/MAX expressions caused problems
156      on IBM SP3)
157    o in genmake added variable MAKEDEPEND
158      plus resetting for case SunOS
159    o added timer_stats.c routine for IBM SP3
160    o removed variables in dynamics
161    !!! I forgot to create tag chkpt44d_pre !!!
162    !!! But chkpt44d_pre = chkpt44c_post    !!!
163    
164    o real fresh water flux implemented with non-linear free-surface.
165    
166    chkpt44c_pre,post
167    o few fix (mask in shap_s2, EmPmR in external_field_load,
168      USE_NATURAL_BCS in solve_for_P);
169    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
170    
171    checkpoint44b_pre/_post
172    o merge of relevant stuff from the ecco-branch:
173      - genmake: removed $S64 overwrite for case SunOS
174      - pkg/exf: update and corrections for field swapping and obcs
175      - pkg/ecco: parameter lists for the_model_main, the_main_loop
176                  harmonized between ECCO and MITgcm
177      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
178                      updated checkpointing_lev... lists for obcs
179      - model/src: minor changes in forward_step, plot_field
180                   added directive for divided adjoint in the_main_loop
181      - pkg/mdsio: added mdsio_gl_slice
182    
183    o check parameters & config (chkpt44a_pre,post)
184    o OBC and NonLin_FrSurf.
185    
186    checkpoint44
187    o fix bug in mom_vi_del2uv
188    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
189    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
190    o update AIM experiments (NCEP input files)
191    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
192    o added some stuff for AD
193    
194    checkpoint43
195    o added two new advection tests
196    o added global 4x4 degree ocean test
197    o added test of H&S94 with free surface on cube
198    o some final mods for gradient check, adjoint,...
199    
200    checkpoint42
201      Fixed AD-related problems:
202    o Store directives up-to-date with re-arranged Adams-Bashforth
203      (mainly thermodynamics.F)
204    o New store directives for multi-dim. advection schemes
205      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
206      * new common block and key passkey
207      (mainly gad_advection.F)
208    o Modified store directives for split of dynamics/thermodynamics
209      for the case ALLOW_KPP
210    o Cleaned argument list for timestep_tracer.F
211    
212    checkpoint41
213    o re-formatted/added comments in prologues of key subroutines
214      to work with protex
215    
216  checkpoint40  checkpoint40
217  o all changes of checkpoint40pre?  o moved calc_gs, calc_gt and calc_tr1 back to model/src
218    o added FLT (floats) package from Arne along with demo. experiment
219    o re-arranged Adams-Bashforth scheme for tracers to allow easier
220      implementation of forward-in-time forcing terms
221    o more mods for non-linear free-surface including new variable
222    o modified multi-dim method to work on cube
223    o bug fix in KPP (from DM)
224    
225    checkpoint40pre9
226    o added DST advection schemes
227    o fix MPI bug on SGI's
228    o modifications for non-linear free-surface
229    o fixed conditionals for fixed flow/passive tracer only mode
230    o added tension/strain form of stress tensor
231    o changes to commenting of arguments for TAF/TAMC
232    o added/updated many matlab scripts
233    o added multi-dimensional advection method for tracers
234      
235    checkpoint40pre8
236  o new package rw/  o new package rw/
237    Added method for dumping intermediate local arrays:    Added method for dumping intermediate local arrays:
238    mdsio_writetile - same as mdsio_writefield except works from inside    mdsio_writetile - same as mdsio_writefield except works from inside

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.81

  ViewVC Help
Powered by ViewVC 1.1.22