/[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.188 by jmc, Fri Oct 17 00:44:32 2003 UTC revision 1.217 by jmc, Fri Dec 5 02:46:41 2003 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5  not yet tagged:  
6    o surface flux time-av diagnostic modified for NLFS & RealFreshWater
7    
8    checkpoint52c_post
9    o Fixing OPTIONS files for use of exf:
10      - ALLOW_ECCO not needed
11      - ECCO_CPPOPTIONS.h should not be included from
12        EXF_OPTIONS.h/CAL_OPTIONS.h, but from CPP_OPTIONS.h
13        as has been the case in the past
14      - All cal/exf related options are currently set in
15        single header file. Should remain so until we
16        agree on a consistent new policy.
17    o Removed all CPP options for cal package.
18      cal has no more CPP options.
19    o modified STOREs in GAD_ADVECTION
20    o corrected key comp. for passkey
21    
22    checkpoint52b_post
23    o new version: "thsice" of thermodynamic sea-ice pkg:
24     - only 1 call from "forward_step"; conserve energy, fresh-water & salt.
25     - modify fluxes but do not change theta directly;
26     - light cleaning of bulk_force pkg (still needed with thsice).
27     - add forcing fields + data files in global_ocean.cs32x15/inp_thsice
28       + output_thsice.txt to test thsice & bulk_force pkgs.
29    o put back grid & coriolis monitor output.
30    checkpoint52b_pre
31    
32    o call "do_the_model_io" at the beginning (=> dump initial state)
33    o use rhoConstFresh to define convertEmP2rUnit (was done only in ocean-P)
34    o sort out interplay between tamc.h and PTRACERS_OPTIONS.h
35      (need info on NUMBER_OF_PTRACERS)
36    o missing PTRACERS headers in some routines
37    o default tamc.h in pkg/autodiff supposed to crash
38      to ensure proper customization
39    
40    checkpoint52a_post
41    o modifications to make FREEZE (_SURFACE) flux visible to pkg/kpp
42      - moved surfaceTendencyTice from pkg/seaice to main code
43      - subroutine FREEZE_SURFACE now limits only surface temperature
44        and is called in FORWARD_STEP (if allowFreezing=.TRUE.)
45        => new output.txt for global_ocean.cs32x15 & global_with_exf
46      - keep the old version of FREEZE for backward compatibility;
47        global_ocean.90x40x15 left unchanged using useOldFreezing=.TRUE.
48      - corresponding modifs for TAF directives
49    o added surface flux output variables to TIMEAVE_STATVARS
50    o time-averaged output for pkg/ptracers
51    o fix problem with ECCO-related divided adjoint
52      snapshot file was missing some ad-variables,
53      but no warning issued by TAF
54    
55    checkpoint52a_pre
56    o some bug fixes for #undef REAL4_IS_SLOW
57    
58    checkpoint52 = ecco_c52_e35
59    o after testing adjoints of checkpoint51u_post
60    
61    checkpoint51u_post
62    o this is the post-merge tag of the ecco-branch
63      (needs another clean checkout and re-testing)
64    o various natl_box_adjoint configs and results
65      but no input fields
66    o obcs adjoint not yet merged!
67    o adding ECCO global 1x1 and 2x2 degree configs
68    o updated/extended some store directives for seaice
69    o pkg/ecco now containes ecco-specific part of cost function
70    o top level routines the_main_loop, forward_step
71      supersede those in model/src/
72      previous input data.cost now in data.ecco
73      (new namelist ecco_cost_nml)
74    o in ctrl/ cleaned some cross-dependencies and updated CPP options
75    
76    checkpoint51t_post
77    o this is the pre-merge tag of the ecco-branch
78    
79    checkpoint51s_post
80    o cleanup: removed various obsolete #define-s
81    o pkg/grdchk
82      - renamed 'ph-grd 3' to 'grad-res'
83      - merged from ecco-branch
84        (remaining bug fixes for obcs gradient checks)
85      - additional high-precision output for testreport
86        (grep for 'precision_grdchk_result')
87    
88    checkpoint51r_post
89    o cleaned up or removed CPP_OPTIONS.h files
90    o updated results for some of the tests to reflect the new
91      optfiles (-ieee: -O0 instead of -O3)
92    
93    checkpoint51q_post
94    o cd_code:
95      - moved cd_scheme.F -> cd_code_scheme.F
96      - separate read_checkpoint from cd_code_ini_vars.F
97      - separated cd_code part from write_checkpoint
98      - updated AD_SOURCE, generated .flow
99      - added CD_CODE_VARS.h to the_main_loop
100      - Moving cd_code specific store dir.s to pkg/cd_code
101    o ctrl package totally restructured
102      - pack/unpack now optional and decoupled from
103        xx_/adxx_ I/O
104      - ctrl_pack/unpack cleaned
105        (new routines ctrl_init_ctrlvar.F, pkg/ctrl/ctrl_init_wet.F)
106      - confined inclusion of AD_CONFIG.h to where necessary.
107    o genmake2: changed AD dependencies from SRCFILES to AD_FILES
108    
109    checkpoint51p_post
110    o create initial cd_code package
111      - WARNING: the initialization of fields within packages
112        is broken because INI_FIELDS (where READ_CHECKPOINT is
113        called) is called *before* PACKAGES_INIT_VARIABLES.
114        This seems to be backwards since
115        1) its important to initially zero the entire field including
116           the "halo" region
117        2) zeroing needs to be done *before* reading pickup info
118           and the pickup call might or might not happen in any
119           particular run
120      - this needs an overhaul for R2
121    o cleanup verification/*/code/GMREDI_OPTIONS.h
122    o cleanup testreport
123    
124    checkpoint51o_post
125    o bringing AD-related verif's up to date with genmake2
126      - carbon/
127      - global_ocean.90x40x15/
128      - hs.94.1x64x5/
129      - (front_relax/ )
130    o (more) consistent directory structure for AD-related verif.'s
131    o cleaning ALLOW_GRADIENT_CHECK -> ALLOW_GRDCHK
132    o cleaning some ALLOW_TANGENTLINEAR_RUN -> ALLOW_AUTODIFF
133    o bug fix in find_alpha.F for MDJWF:
134      - modif. to alpha = 1/D*( dN/dT - rho*dD/Dt) to account for
135        change rho -> rho-rhoConst
136      - replace call find_rho to find_rhonum
137    o initialisation of rFlx extended to full array (required by TAF)
138      and shifted to thermodynamics
139    o removed PTRACERS.h in ptracers routine
140    o added surfacetendencyPtr to S/R parameter list pracers_forcing
141    o Correcting initialisations for fVerU, fVerV.
142    o helping TAF to recognize dependency on kUp for
143      fVerU, fVerV
144    o Replacing delZ by delR in pkg/ctrl/
145    checkpoint51o_pre
146    
147    o undid all of cp51 pending some cleanups and discussion
148    o added the [#include "AD_CONFIG.h"] statement to all files that need
149       it for adjoint/tl #defines
150     o re-worked the build logic in genmake2 to support AD_CONFIG.h
151     o removed tools/genmake since it no longer works
152    
153    checkpoint51n_post
154    o modifications to make FREEZE flux visible to pkg/kpp
155      - moved surfaceTendencyTice from pkg/seaice to main code
156      - FREEZE & EXTERNAL_FORCING_SURF moved to FORWARD_STEP
157      - subroutine FREEZE now limits only surface temperature
158        (this means new output.txt for global_ocean.90x40x15,
159         global_ocean.cs32x15, and global_with_exf)
160    o added surface flux output variables to TIMEAVE_STATVARS
161    
162    checkpoint51n_pre
163    o added "#undef ALLOW_USE_MPI" support to eesupp/src/gather_2d.F
164    o added [#include "AD_CONFIG.h"] to all files that use the following
165      defines:
166      - ALLOW_ADJOINT_RUN
167      - ALLOW_TANGENTLINEAR_RUN
168      - ALLOW_ECCO_OPTIMIZATION
169    
170    checkpoint51m_post
171    o incorporating changes to get TAMC/TAF working in genmake2
172      - added new TAMC/TAF targets to the Makefile
173      - various cleanups related to package handling
174      - these changes should have no impact on the forward model
175    
176    checkpoint51l_post
177    o changes to pkg/cal and pkg/exf that allow and speed-up long integrations
178     - faster algorithm for cal_addtime.F
179     - higher precision arithmetic, where needed
180     - pkg/exf *startdate variables changed from calendar date to
181       model integration time
182    
183    checkpoint51l_pre
184  o add salt flux to forcing fields (used when salty sea-ice forms or melts)  o add salt flux to forcing fields (used when salty sea-ice forms or melts)
185  o enable to apply restoring on S & T only in a latitude band.  o enable to apply restoring on S & T only in a latitude band.
186  o update output (external_forcing_surf modif. change truncation errors)  o update output (external_forcing_surf modif. change truncation errors)

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.217

  ViewVC Help
Powered by ViewVC 1.1.22