/[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.45 by heimbach, Mon Aug 13 18:26:15 2001 UTC revision 1.75 by jmc, Thu Jun 20 23:52:03 2002 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    o NONLIN_FRSURF: rescale gNm1 to get a better conservation with A-B
6    o change phiMin in exp1 (to agree with documentation)
7    o add new flags:
8     - T,S forcing inside/outside Adams-Bashforth
9     - turn off temp,salt advection and/or forcing
10     - for each tracer, define internal flag for multiDimAdvection & A-B
11    o monitor: change definition of KE to check conservation of Energy
12    
13    checkpoint45c_post
14    o Removed f90 comments ("!")
15    o Modified initialisations to enable exf package for MITgcm
16      (without invoking ECCO_PACKAGE).
17    o modifications to gradient check package (Martin Losch)
18      - enable centered differences
19      - modified format of standard output
20    
21    checkpoint45b_post
22    o cleaned exchange calls in cg2d
23    o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
24    o included CPP option SINGLE_LAYER_MODE in thermodynamics
25      to configure barotropic setup (Martin Losch)
26    o moved some initialisations within bi,bj loop in dynamics
27      (TAF flow dependency)
28    o in initialise_varia, moved call packages_init_variables
29      before convective_adjustment_init
30      (corresponding adjustment of TAF tape initialisation).
31    o in calc_diffusivity/calc_viscosity extended domain to full overlap.
32    
33    checkpoint45a_post
34    o compute Rho over the whole domain (extend iMin,jMin indices)
35    o specific exchange for X-slice domain (case Ny=1)
36    o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
37    o solve_for_pressure : set cg2d_x to zero where OBCS are applied
38    
39    checkpoint44h_post = checkpoint45
40    o Fix to restore differentiability:
41      place at which packages_init_variables is called in
42      initialise_varia is crucial for reverse control flow.
43    o modifications in GMRedi to enable stable adjoint
44      (corresponding modif's in thermodynamics, dynamics)
45    o added missing hook for sponge layer code in external_forcing
46    o modified test cost functions
47    o storing in gad_advection (plus removal of write(0,*)!
48    o missing headers TR1.h added in convective_adjustment routines
49    o errorMessageUnit set non-equal zero in eeboot
50      (conflict on some platforms, e.g. IBM SP3)
51    o modified carbon verif.
52    
53    checkpoint44h_pre
54    o vertical grid option: allow to put the Interface at the middle between
55      2 cell-centers ; replace delZ in pkg/kpp by drF.
56    o GM Advective form: Tracers are advected using the residual transport (=
57      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
58    
59    checkpoint44g_post
60    o fix surface correction term in multiDimAdvection (affects plume_on_slope
61      results) ; ifdef missing in thermodynamics.F
62    
63    checkpoint44f_pre,checkpoint44f_post
64    o added PTRACERS package
65      This allows an arbitrary number of passive tracers to be integrated
66      forward simultaneously with the dynamicaly model.
67      + Implemented so far:
68        - basic forward algorithm (time-stepping, advection, diffusion, convection)
69        - I/O and checkpointing
70        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
71      + Not implemented so far:
72        - KPP
73        - OBCS
74      + No specific example supplied (yet) but global_ocean.90x40x15 has the
75        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
76        line in data.pkg.
77      + This package is disabled by default since it increases storage.
78    
79    
80    o testscript: added -cleanup option
81    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
82                 b) enable to filter 2D fields.
83    
84    checkpoint44e_pre,post
85    o re-wrote convective adjustment to use pre-calculated weights
86      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
87      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
88      Original calls to convect() still in place.
89    
90    chkpt44d_pre,post
91    o added missing EXCLUDE_MONITOR flags
92    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
93      (incompatible typ in MIN/MAX expressions caused problems
94      on IBM SP3)
95    o in genmake added variable MAKEDEPEND
96      plus resetting for case SunOS
97    o added timer_stats.c routine for IBM SP3
98    o removed variables in dynamics
99    !!! I forgot to create tag chkpt44d_pre !!!
100    !!! But chkpt44d_pre = chkpt44c_post    !!!
101    
102    o real fresh water flux implemented with non-linear free-surface.
103    
104    chkpt44c_pre,post
105    o few fix (mask in shap_s2, EmPmR in external_field_load,
106      USE_NATURAL_BCS in solve_for_P);
107    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
108    
109    checkpoint44b_pre/_post
110    o merge of relevant stuff from the ecco-branch:
111      - genmake: removed $S64 overwrite for case SunOS
112      - pkg/exf: update and corrections for field swapping and obcs
113      - pkg/ecco: parameter lists for the_model_main, the_main_loop
114                  harmonized between ECCO and MITgcm
115      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
116                      updated checkpointing_lev... lists for obcs
117      - model/src: minor changes in forward_step, plot_field
118                   added directive for divided adjoint in the_main_loop
119      - pkg/mdsio: added mdsio_gl_slice
120    
121    o check parameters & config (chkpt44a_pre,post)
122    o OBC and NonLin_FrSurf.
123    
124    checkpoint44
125    o fix bug in mom_vi_del2uv
126    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
127    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
128    o update AIM experiments (NCEP input files)
129    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
130    o added some stuff for AD
131    
132    checkpoint43
133    o added two new advection tests
134    o added global 4x4 degree ocean test
135    o added test of H&S94 with free surface on cube
136    o some final mods for gradient check, adjoint,...
137    
138    checkpoint42
139      Fixed AD-related problems:
140    o Store directives up-to-date with re-arranged Adams-Bashforth
141      (mainly thermodynamics.F)
142    o New store directives for multi-dim. advection schemes
143      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
144      * new common block and key passkey
145      (mainly gad_advection.F)
146    o Modified store directives for split of dynamics/thermodynamics
147      for the case ALLOW_KPP
148    o Cleaned argument list for timestep_tracer.F
149    
150    checkpoint41
151    o re-formatted/added comments in prologues of key subroutines
152      to work with protex
153    
154    checkpoint40
155    o moved calc_gs, calc_gt and calc_tr1 back to model/src
156    o added FLT (floats) package from Arne along with demo. experiment
157    o re-arranged Adams-Bashforth scheme for tracers to allow easier
158      implementation of forward-in-time forcing terms
159    o more mods for non-linear free-surface including new variable
160    o modified multi-dim method to work on cube
161    o bug fix in KPP (from DM)
162    
163    checkpoint40pre9
164    o added DST advection schemes
165    o fix MPI bug on SGI's
166    o modifications for non-linear free-surface
167    o fixed conditionals for fixed flow/passive tracer only mode
168    o added tension/strain form of stress tensor
169    o changes to commenting of arguments for TAF/TAMC
170    o added/updated many matlab scripts
171    o added multi-dimensional advection method for tracers
172      
173    checkpoint40pre8
174    o new package rw/
175      Added method for dumping intermediate local arrays:
176      mdsio_writetile - same as mdsio_writefield except works from inside
177                        bi,bj loop
178      mdsio_writelocal - same as mdsio_writetile except works for local
179                         arrays
180      write_local_r? - higher-level wrapper for mdsio_writelocal
181      Controlled by diagFreq. Defaults to zero (ie. no dumps)
182      Example given at end of mom_vecinv.F that dumps some local arrays.
183    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
184      control flux-form versus vector invariant code.
185      Switch is runtime flag vectorInvariantMomentum (defaults to false)
186      or genmake -DISABLE ...
187    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
188      (additional storing is now needed for case vecinv;
189      currently nothing implemented to switch this storing off
190      in case fluxform is used since no CPP flag available).
191    
192    checkpoint40pre7
193    o bug fix in dynamics.F
194      calc_viscosity called before k=1,Nr loop.
195    o added some #ifdef's ALLOW_PASSIVE_TRACER
196    o cleaned initialisations in ctrl_map_ini
197      related to TAF
198    
199  checkpoint40pre6  checkpoint40pre6
200  o split dynamics into thermodynamics & dynamics  o split dynamics into thermodynamics & dynamics

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.75

  ViewVC Help
Powered by ViewVC 1.1.22