/[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.67 by jmc, Wed Mar 6 02:14:02 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    o GM Advective form: Tracers are advected using the residual transport (=
7      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
8    
9    checkpoint44g_post
10    o fix surface correction term in multiDimAdvection (affects plume_on_slope
11      results) ; ifdef missing in thermodynamics.F
12    
13    checkpoint44f_pre,checkpoint44f_post
14    o added PTRACERS package
15      This allows an arbitrary number of passive tracers to be integrated
16      forward simultaneously with the dynamicaly model.
17      + Implemented so far:
18        - basic forward algorithm (time-stepping, advection, diffusion, convection)
19        - I/O and checkpointing
20        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
21      + Not implemented so far:
22        - KPP
23        - OBCS
24      + No specific example supplied (yet) but global_ocean.90x40x15 has the
25        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
26        line in data.pkg.
27      + This package is disabled by default since it increases storage.
28    
29    
30    o testscript: added -cleanup option
31    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
32                 b) enable to filter 2D fields.
33    
34    checkpoint44e_pre,post
35    o re-wrote convective adjustment to use pre-calculated weights
36      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
37      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
38      Original calls to convect() still in place.
39    
40    chkpt44d_pre,post
41    o added missing EXCLUDE_MONITOR flags
42    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
43      (incompatible typ in MIN/MAX expressions caused problems
44      on IBM SP3)
45    o in genmake added variable MAKEDEPEND
46      plus resetting for case SunOS
47    o added timer_stats.c routine for IBM SP3
48    o removed variables in dynamics
49    !!! I forgot to create tag chkpt44d_pre !!!
50    !!! But chkpt44d_pre = chkpt44c_post    !!!
51    
52    o real fresh water flux implemented with non-linear free-surface.
53    
54    chkpt44c_pre,post
55    o few fix (mask in shap_s2, EmPmR in external_field_load,
56      USE_NATURAL_BCS in solve_for_P);
57    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
58    
59    checkpoint44b_pre/_post
60    o merge of relevant stuff from the ecco-branch:
61      - genmake: removed $S64 overwrite for case SunOS
62      - pkg/exf: update and corrections for field swapping and obcs
63      - pkg/ecco: parameter lists for the_model_main, the_main_loop
64                  harmonized between ECCO and MITgcm
65      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
66                      updated checkpointing_lev... lists for obcs
67      - model/src: minor changes in forward_step, plot_field
68                   added directive for divided adjoint in the_main_loop
69      - pkg/mdsio: added mdsio_gl_slice
70    
71    o check parameters & config (chkpt44a_pre,post)
72    o OBC and NonLin_FrSurf.
73    
74    checkpoint44
75    o fix bug in mom_vi_del2uv
76    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
77    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
78    o update AIM experiments (NCEP input files)
79    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
80    o added some stuff for AD
81    
82    checkpoint43
83    o added two new advection tests
84    o added global 4x4 degree ocean test
85    o added test of H&S94 with free surface on cube
86    o some final mods for gradient check, adjoint,...
87    
88    checkpoint42
89      Fixed AD-related problems:
90    o Store directives up-to-date with re-arranged Adams-Bashforth
91      (mainly thermodynamics.F)
92    o New store directives for multi-dim. advection schemes
93      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
94      * new common block and key passkey
95      (mainly gad_advection.F)
96    o Modified store directives for split of dynamics/thermodynamics
97      for the case ALLOW_KPP
98    o Cleaned argument list for timestep_tracer.F
99    
100    checkpoint41
101    o re-formatted/added comments in prologues of key subroutines
102      to work with protex
103    
104    checkpoint40
105    o moved calc_gs, calc_gt and calc_tr1 back to model/src
106    o added FLT (floats) package from Arne along with demo. experiment
107    o re-arranged Adams-Bashforth scheme for tracers to allow easier
108      implementation of forward-in-time forcing terms
109    o more mods for non-linear free-surface including new variable
110    o modified multi-dim method to work on cube
111    o bug fix in KPP (from DM)
112    
113    checkpoint40pre9
114    o added DST advection schemes
115    o fix MPI bug on SGI's
116    o modifications for non-linear free-surface
117    o fixed conditionals for fixed flow/passive tracer only mode
118    o added tension/strain form of stress tensor
119    o changes to commenting of arguments for TAF/TAMC
120    o added/updated many matlab scripts
121    o added multi-dimensional advection method for tracers
122      
123    checkpoint40pre8
124    o new package rw/
125      Added method for dumping intermediate local arrays:
126      mdsio_writetile - same as mdsio_writefield except works from inside
127                        bi,bj loop
128      mdsio_writelocal - same as mdsio_writetile except works for local
129                         arrays
130      write_local_r? - higher-level wrapper for mdsio_writelocal
131      Controlled by diagFreq. Defaults to zero (ie. no dumps)
132      Example given at end of mom_vecinv.F that dumps some local arrays.
133    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
134      control flux-form versus vector invariant code.
135      Switch is runtime flag vectorInvariantMomentum (defaults to false)
136      or genmake -DISABLE ...
137    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
138      (additional storing is now needed for case vecinv;
139      currently nothing implemented to switch this storing off
140      in case fluxform is used since no CPP flag available).
141    
142    checkpoint40pre7
143    o bug fix in dynamics.F
144      calc_viscosity called before k=1,Nr loop.
145    o added some #ifdef's ALLOW_PASSIVE_TRACER
146    o cleaned initialisations in ctrl_map_ini
147      related to TAF
148    
149  checkpoint40pre6  checkpoint40pre6
150  o split dynamics into thermodynamics & dynamics  o split dynamics into thermodynamics & dynamics
151  o corresponding split of calc_diffusivity into  o corresponding split of calc_diffusivity into

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

  ViewVC Help
Powered by ViewVC 1.1.22