/[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.53.2.12 by heimbach, Thu Nov 7 17:23:42 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    next patch:
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    
28    release1_p6
29    o fixed the verification/global_ocean.90x40x15 experiment:
30     - new bathymetry (the world according to A., JMC, and M.)
31     - new initial fields and forcing fields (*.bin files)
32     - new POLY3.COEFFS (for the next release one should switch to a full
33       equation of state)
34     - fixed several errors and redundancies in the data file
35     - experiment uses looped cells
36     - added matlab directory with diagnostic scripts for plotting of output
37    
38    release1_p5
39    o import recent fix from MAIN branch:
40      - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
41      - change phiMin in exp1 (to agree with documentation)
42     from checkpoint45 to checkpoint45a_post:
43      - specific exchange for X-slice domain (case Ny=1)
44      - argument futureIter of S/R obcs_calc missing in
45        exp4 & internal_wave /code
46      - solve_for_pressure : set cg2d_x to zero where OBCS are applied
47     from checkpoint44f_post to checkpoint44g_post:
48      - fix surface correction term in multiDimAdvection
49        (affects plume_on_slope results
50    o bug fix in packages_readparms (missing ALLOW_CALENDAR)
51    o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
52    o Adjoint-related bug fixes in kpp:
53      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
54      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
55    o added Eliassen-Palm flux hooks (dynamics,ini_fields)
56    o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
57    o flow directives:
58      - new for S/R do_the_model_io
59      - enhanced for S/R checkpoint
60    o added Eliassen Palm flux controls to gradient check package
61    o new ctrl package
62      - adopted from ECCO environment to enable optimization
63      - added Eliassen Palm fluxes to controls
64      - adjusted global_ocean.90x40x15/ and carbon/ accordingly
65    
66    release1_p4
67    o Removed f90 comments ("!")
68    o Modified initialisations to enable exf package for MITgcm
69      (without invoking ECCO_PACKAGE).
70    o modifications to gradient check package (Martin Losch)
71      - enable centered differences
72      - modified format of standard output
73    
74    release1_p3
75    o added tangent linear setup to verification/carbon/
76    o added adjoint sensitivity setup to verification/global_ocean...
77    o moved packages_init_variables before convective_adjustment
78    o output of verif. which use GMRedi brought up-to-date with
79      MAIN trunk (those were re-created after changes in GMRedi)
80    o included CPP option SINGLE_LAYER_MODE
81      to configure barotropic setup (Martin Losch).
82    o Removed auxiliary variable in impldiff
83      (caused numerical differences with MAIN trunk routine).
84    o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
85      disable adcommon.h/g_common.h by default.
86    o Cleaned exchange calls in cg2d.
87    
88    release1_p2
89    o fixed array boundary problem for adjoint
90      (related to partial recomputation within subroutine
91      related to dynamics -> calc_viscosity -> mom_...
92    o fixed recomputation in thermodynamics
93    o prepare (but not complete) recomputation problem in impldiff
94    o fixed problem for adjoint of global_max
95    o switched off sponge layer code in external_forcing
96    
97    release1_p1
98    o merged necessary patches:
99      - AD-related changes for GMRedi
100      - fixes i KPP (delZ -> drF)
101      - hook to OBCS songe layer code in external_forcing
102      - errorMessageUnit non-zero in eeboot.F
103      - modified test cost function and carbon verif.
104    
105    release1_chkpt44d_post = chkpt44d_post
106    
107    chkpt44d_pre,post
108    o added missing EXCLUDE_MONITOR flags
109    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
110      (incompatible typ in MIN/MAX expressions caused problems
111      on IBM SP3)
112    o in genmake added variable MAKEDEPEND
113      plus resetting for case SunOS
114    o added timer_stats.c routine for IBM SP3
115    o removed variables in dynamics
116    
117    o real fresh water flux implemented with non-linear free-surface.
118    
119    chkpt44c_pre,post
120    o few fix (mask in shap_s2, EmPmR in external_field_load,
121      USE_NATURAL_BCS in solve_for_P);
122    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
123    
124    checkpoint44b_pre/_post
125    o merge of relevant stuff from the ecco-branch:
126      - genmake: removed $S64 overwrite for case SunOS
127      - pkg/exf: update and corrections for field swapping and obcs
128      - pkg/ecco: parameter lists for the_model_main, the_main_loop
129                  harmonized between ECCO and MITgcm
130      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
131                      updated checkpointing_lev... lists for obcs
132      - model/src: minor changes in forward_step, plot_field
133                   added directive for divided adjoint in the_main_loop
134      - pkg/mdsio: added mdsio_gl_slice
135    
136    o check parameters & config (chkpt44a_pre,post)
137    o OBC and NonLin_FrSurf.
138    
139    checkpoint44
140    o fix bug in mom_vi_del2uv
141    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
142    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
143    o update AIM experiments (NCEP input files)
144    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
145    o added some stuff for AD
146    
147  checkpoint43  checkpoint43
148  o added two new advection tests  o added two new advection tests
149  o added global 4x4 degree ocean test  o added global 4x4 degree ocean test

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

  ViewVC Help
Powered by ViewVC 1.1.22