/[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.51 by adcroft, Thu Sep 27 14:25:32 2001 UTC revision 1.53.2.13 by heimbach, Thu Nov 7 17:34:09 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_p7
7    o GAD:
8      - generated new common blocks to account for call of
9        same gad routines with differing traceridentities
10        (needed to modify tracerIdentity indices in GAD.h)
11      - generated separate common blocks for case useCubedSphereExchange
12        (Department of Futurology)
13      - parameter lists to gmredi_?transport: added tracerIdentity
14      - added new key indices to tamc.h
15    o external_fields_load:
16      - added this routine to TAF list
17      - needed to make some common blocks global and additional storing
18        along the same lines as exf package (checkpoint_lev?_directives.h)
19    o exf:
20      updated external forcing package
21      - bug fixes carried over from ecco-branch
22        (missing OBCS_OPTIONS.h in two routines)
23      - enable easy to use "no forcing".
24      - added exf I/O for atmospheric loading
25      - added exf I/O for runoff data
26      - transfered scaling between exf <-> MITgcm to exf namelist
27    o Adding new verification experiment global_with_exf.
28      This verification experiment is almost identical to the
29      global_ocean.90x40x15 experiment, except that it uses
30      the exf (and cal) package instead of the
31      external_fields_load routine (cf README file).
32    
33    release1_p6
34    o fixed the verification/global_ocean.90x40x15 experiment:
35     - new bathymetry (the world according to A., JMC, and M.)
36     - new initial fields and forcing fields (*.bin files)
37     - new POLY3.COEFFS (for the next release one should switch to a full
38       equation of state)
39     - fixed several errors and redundancies in the data file
40     - experiment uses looped cells
41     - added matlab directory with diagnostic scripts for plotting of output
42    
43    release1_p5
44    o import recent fix from MAIN branch:
45      - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
46      - change phiMin in exp1 (to agree with documentation)
47     from checkpoint45 to checkpoint45a_post:
48      - specific exchange for X-slice domain (case Ny=1)
49      - argument futureIter of S/R obcs_calc missing in
50        exp4 & internal_wave /code
51      - solve_for_pressure : set cg2d_x to zero where OBCS are applied
52     from checkpoint44f_post to checkpoint44g_post:
53      - fix surface correction term in multiDimAdvection
54        (affects plume_on_slope results
55    o bug fix in packages_readparms (missing ALLOW_CALENDAR)
56    o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
57    o Adjoint-related bug fixes in kpp:
58      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
59      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
60    o added Eliassen-Palm flux hooks (dynamics,ini_fields)
61    o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
62    o flow directives:
63      - new for S/R do_the_model_io
64      - enhanced for S/R checkpoint
65    o added Eliassen Palm flux controls to gradient check package
66    o new ctrl package
67      - adopted from ECCO environment to enable optimization
68      - added Eliassen Palm fluxes to controls
69      - adjusted global_ocean.90x40x15/ and carbon/ accordingly
70    
71    release1_p4
72    o Removed f90 comments ("!")
73    o Modified initialisations to enable exf package for MITgcm
74      (without invoking ECCO_PACKAGE).
75    o modifications to gradient check package (Martin Losch)
76      - enable centered differences
77      - modified format of standard output
78    
79    release1_p3
80    o added tangent linear setup to verification/carbon/
81    o added adjoint sensitivity setup to verification/global_ocean...
82    o moved packages_init_variables before convective_adjustment
83    o output of verif. which use GMRedi brought up-to-date with
84      MAIN trunk (those were re-created after changes in GMRedi)
85    o included CPP option SINGLE_LAYER_MODE
86      to configure barotropic setup (Martin Losch).
87    o Removed auxiliary variable in impldiff
88      (caused numerical differences with MAIN trunk routine).
89    o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
90      disable adcommon.h/g_common.h by default.
91    o Cleaned exchange calls in cg2d.
92    
93    release1_p2
94    o fixed array boundary problem for adjoint
95      (related to partial recomputation within subroutine
96      related to dynamics -> calc_viscosity -> mom_...
97    o fixed recomputation in thermodynamics
98    o prepare (but not complete) recomputation problem in impldiff
99    o fixed problem for adjoint of global_max
100    o switched off sponge layer code in external_forcing
101    
102    release1_p1
103    o merged necessary patches:
104      - AD-related changes for GMRedi
105      - fixes i KPP (delZ -> drF)
106      - hook to OBCS songe layer code in external_forcing
107      - errorMessageUnit non-zero in eeboot.F
108      - modified test cost function and carbon verif.
109    
110    release1_chkpt44d_post = chkpt44d_post
111    
112    chkpt44d_pre,post
113    o added missing EXCLUDE_MONITOR flags
114    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
115      (incompatible typ in MIN/MAX expressions caused problems
116      on IBM SP3)
117    o in genmake added variable MAKEDEPEND
118      plus resetting for case SunOS
119    o added timer_stats.c routine for IBM SP3
120    o removed variables in dynamics
121    
122    o real fresh water flux implemented with non-linear free-surface.
123    
124    chkpt44c_pre,post
125    o few fix (mask in shap_s2, EmPmR in external_field_load,
126      USE_NATURAL_BCS in solve_for_P);
127    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
128    
129    checkpoint44b_pre/_post
130    o merge of relevant stuff from the ecco-branch:
131      - genmake: removed $S64 overwrite for case SunOS
132      - pkg/exf: update and corrections for field swapping and obcs
133      - pkg/ecco: parameter lists for the_model_main, the_main_loop
134                  harmonized between ECCO and MITgcm
135      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
136                      updated checkpointing_lev... lists for obcs
137      - model/src: minor changes in forward_step, plot_field
138                   added directive for divided adjoint in the_main_loop
139      - pkg/mdsio: added mdsio_gl_slice
140    
141    o check parameters & config (chkpt44a_pre,post)
142    o OBC and NonLin_FrSurf.
143    
144    checkpoint44
145    o fix bug in mom_vi_del2uv
146    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
147    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
148    o update AIM experiments (NCEP input files)
149    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
150    o added some stuff for AD
151    
152    checkpoint43
153    o added two new advection tests
154    o added global 4x4 degree ocean test
155    o added test of H&S94 with free surface on cube
156    o some final mods for gradient check, adjoint,...
157    
158    checkpoint42
159      Fixed AD-related problems:
160    o Store directives up-to-date with re-arranged Adams-Bashforth
161      (mainly thermodynamics.F)
162    o New store directives for multi-dim. advection schemes
163      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
164      * new common block and key passkey
165      (mainly gad_advection.F)
166    o Modified store directives for split of dynamics/thermodynamics
167      for the case ALLOW_KPP
168    o Cleaned argument list for timestep_tracer.F
169    
170  checkpoint41  checkpoint41
171  o re-formatted/added comments in prologues of key subroutines  o re-formatted/added comments in prologues of key subroutines
172    to work with protex    to work with protex

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.53.2.13

  ViewVC Help
Powered by ViewVC 1.1.22