/[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.53 by adcroft, Fri Sep 28 17:53:37 2001 UTC revision 1.74 by jmc, Sat Jun 15 04:22:21 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 change phiMin in exp1 (to agree with documentation)
6    o add new flags:
7     - T,S forcing inside/outside Adams-Bashforth
8     - turn off temp,salt advection and/or forcing
9     - for each tracer, define internal flag for multiDimAdvection & A-B
10    o monitor: change definition of KE to check conservation of Energy
11    
12    checkpoint45c_post
13    o Removed f90 comments ("!")
14    o Modified initialisations to enable exf package for MITgcm
15      (without invoking ECCO_PACKAGE).
16    o modifications to gradient check package (Martin Losch)
17      - enable centered differences
18      - modified format of standard output
19    
20    checkpoint45b_post
21    o cleaned exchange calls in cg2d
22    o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
23    o included CPP option SINGLE_LAYER_MODE in thermodynamics
24      to configure barotropic setup (Martin Losch)
25    o moved some initialisations within bi,bj loop in dynamics
26      (TAF flow dependency)
27    o in initialise_varia, moved call packages_init_variables
28      before convective_adjustment_init
29      (corresponding adjustment of TAF tape initialisation).
30    o in calc_diffusivity/calc_viscosity extended domain to full overlap.
31    
32    checkpoint45a_post
33    o compute Rho over the whole domain (extend iMin,jMin indices)
34    o specific exchange for X-slice domain (case Ny=1)
35    o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
36    o solve_for_pressure : set cg2d_x to zero where OBCS are applied
37    
38    checkpoint44h_post = checkpoint45
39    o Fix to restore differentiability:
40      place at which packages_init_variables is called in
41      initialise_varia is crucial for reverse control flow.
42    o modifications in GMRedi to enable stable adjoint
43      (corresponding modif's in thermodynamics, dynamics)
44    o added missing hook for sponge layer code in external_forcing
45    o modified test cost functions
46    o storing in gad_advection (plus removal of write(0,*)!
47    o missing headers TR1.h added in convective_adjustment routines
48    o errorMessageUnit set non-equal zero in eeboot
49      (conflict on some platforms, e.g. IBM SP3)
50    o modified carbon verif.
51    
52    checkpoint44h_pre
53    o vertical grid option: allow to put the Interface at the middle between
54      2 cell-centers ; replace delZ in pkg/kpp by drF.
55    o GM Advective form: Tracers are advected using the residual transport (=
56      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
57    
58    checkpoint44g_post
59    o fix surface correction term in multiDimAdvection (affects plume_on_slope
60      results) ; ifdef missing in thermodynamics.F
61    
62    checkpoint44f_pre,checkpoint44f_post
63    o added PTRACERS package
64      This allows an arbitrary number of passive tracers to be integrated
65      forward simultaneously with the dynamicaly model.
66      + Implemented so far:
67        - basic forward algorithm (time-stepping, advection, diffusion, convection)
68        - I/O and checkpointing
69        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
70      + Not implemented so far:
71        - KPP
72        - OBCS
73      + No specific example supplied (yet) but global_ocean.90x40x15 has the
74        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
75        line in data.pkg.
76      + This package is disabled by default since it increases storage.
77    
78    
79    o testscript: added -cleanup option
80    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
81                 b) enable to filter 2D fields.
82    
83    checkpoint44e_pre,post
84    o re-wrote convective adjustment to use pre-calculated weights
85      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
86      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
87      Original calls to convect() still in place.
88    
89    chkpt44d_pre,post
90    o added missing EXCLUDE_MONITOR flags
91    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
92      (incompatible typ in MIN/MAX expressions caused problems
93      on IBM SP3)
94    o in genmake added variable MAKEDEPEND
95      plus resetting for case SunOS
96    o added timer_stats.c routine for IBM SP3
97    o removed variables in dynamics
98    !!! I forgot to create tag chkpt44d_pre !!!
99    !!! But chkpt44d_pre = chkpt44c_post    !!!
100    
101    o real fresh water flux implemented with non-linear free-surface.
102    
103    chkpt44c_pre,post
104    o few fix (mask in shap_s2, EmPmR in external_field_load,
105      USE_NATURAL_BCS in solve_for_P);
106    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
107    
108    checkpoint44b_pre/_post
109    o merge of relevant stuff from the ecco-branch:
110      - genmake: removed $S64 overwrite for case SunOS
111      - pkg/exf: update and corrections for field swapping and obcs
112      - pkg/ecco: parameter lists for the_model_main, the_main_loop
113                  harmonized between ECCO and MITgcm
114      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
115                      updated checkpointing_lev... lists for obcs
116      - model/src: minor changes in forward_step, plot_field
117                   added directive for divided adjoint in the_main_loop
118      - pkg/mdsio: added mdsio_gl_slice
119    
120    o check parameters & config (chkpt44a_pre,post)
121    o OBC and NonLin_FrSurf.
122    
123    checkpoint44
124    o fix bug in mom_vi_del2uv
125    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
126    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
127    o update AIM experiments (NCEP input files)
128    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
129    o added some stuff for AD
130    
131  checkpoint43  checkpoint43
132  o added two new advection tests  o added two new advection tests

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.74

  ViewVC Help
Powered by ViewVC 1.1.22