/[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.192 by dimitri, Wed Oct 22 16:35:47 2003 UTC revision 1.207 by dimitri, Thu Nov 13 06:35:13 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6  untagged  o modifications to make FREEZE flux visible to pkg/kpp
7      - moved surfaceTendencyTice from pkg/seaice to main code
8      - FREEZE moved to FORWARD_STEP
9      - subroutine FREEZE now limits only surface temperature
10        this means new output.txt for global_ocean.90x40x15,
11        global_ocean.cs32x15, and global_with_exf, but note
12        that results for these three experiments remain
13        bit-identical to before if allowFreezing=.FALSE.
14    o added surface flux output variables to TIMEAVE_STATVARS
15    o time-averaged output for pkg/ptracers
16    
17    checkpoint52a_pre
18    o some bug fixes for #undef REAL4_IS_SLOW
19    
20    checkpoint52 = ecco_c52_e35
21    o after testing adjoints of checkpoint51u_post
22    
23    checkpoint51u_post
24    o this is the post-merge tag of the ecco-branch
25      (needs another clean checkout and re-testing)
26    o various natl_box_adjoint configs and results
27      but no input fields
28    o obcs adjoint not yet merged!
29    o adding ECCO global 1x1 and 2x2 degree configs
30    o updated/extended some store directives for seaice
31    o pkg/ecco now containes ecco-specific part of cost function
32    o top level routines the_main_loop, forward_step
33      supersede those in model/src/
34      previous input data.cost now in data.ecco
35      (new namelist ecco_cost_nml)
36    o in ctrl/ cleaned some cross-dependencies and updated CPP options
37    
38    checkpoint51t_post
39    o this is the pre-merge tag of the ecco-branch
40    
41    checkpoint51s_post
42    o cleanup: removed various obsolete #define-s
43    o pkg/grdchk
44      - renamed 'ph-grd 3' to 'grad-res'
45      - merged from ecco-branch
46        (remaining bug fixes for obcs gradient checks)
47      - additional high-precision output for testreport
48        (grep for 'precision_grdchk_result')
49    
50    checkpoint51r_post
51    o cleaned up or removed CPP_OPTIONS.h files
52    o updated results for some of the tests to reflect the new
53      optfiles (-ieee: -O0 instead of -O3)
54    
55    checkpoint51q_post
56    o cd_code:
57      - moved cd_scheme.F -> cd_code_scheme.F
58      - separate read_checkpoint from cd_code_ini_vars.F
59      - separated cd_code part from write_checkpoint
60      - updated AD_SOURCE, generated .flow
61      - added CD_CODE_VARS.h to the_main_loop
62      - Moving cd_code specific store dir.s to pkg/cd_code
63    o ctrl package totally restructured
64      - pack/unpack now optional and decoupled from
65        xx_/adxx_ I/O
66      - ctrl_pack/unpack cleaned
67        (new routines ctrl_init_ctrlvar.F, pkg/ctrl/ctrl_init_wet.F)
68      - confined inclusion of AD_CONFIG.h to where necessary.
69    o genmake2: changed AD dependencies from SRCFILES to AD_FILES
70    
71    checkpoint51p_post
72    o create initial cd_code package
73      - WARNING: the initialization of fields within packages
74        is broken because INI_FIELDS (where READ_CHECKPOINT is
75        called) is called *before* PACKAGES_INIT_VARIABLES.
76        This seems to be backwards since
77        1) its important to initially zero the entire field including
78           the "halo" region
79        2) zeroing needs to be done *before* reading pickup info
80           and the pickup call might or might not happen in any
81           particular run
82      - this needs an overhaul for R2
83    o cleanup verification/*/code/GMREDI_OPTIONS.h
84    o cleanup testreport
85    
86    checkpoint51o_post
87    o bringing AD-related verif's up to date with genmake2
88      - carbon/
89      - global_ocean.90x40x15/
90      - hs.94.1x64x5/
91      - (front_relax/ )
92    o (more) consistent directory structure for AD-related verif.'s
93    o cleaning ALLOW_GRADIENT_CHECK -> ALLOW_GRDCHK
94    o cleaning some ALLOW_TANGENTLINEAR_RUN -> ALLOW_AUTODIFF
95    o bug fix in find_alpha.F for MDJWF:
96      - modif. to alpha = 1/D*( dN/dT - rho*dD/Dt) to account for
97        change rho -> rho-rhoConst
98      - replace call find_rho to find_rhonum
99    o initialisation of rFlx extended to full array (required by TAF)
100      and shifted to thermodynamics
101    o removed PTRACERS.h in ptracers routine
102    o added surfacetendencyPtr to S/R parameter list pracers_forcing
103    o Correcting initialisations for fVerU, fVerV.
104    o helping TAF to recognize dependency on kUp for
105      fVerU, fVerV
106    o Replacing delZ by delR in pkg/ctrl/
107    checkpoint51o_pre
108    
109    o undid all of cp51 pending some cleanups and discussion
110    o added the [#include "AD_CONFIG.h"] statement to all files that need
111       it for adjoint/tl #defines
112     o re-worked the build logic in genmake2 to support AD_CONFIG.h
113     o removed tools/genmake since it no longer works
114    
115    checkpoint51n_post
116    o modifications to make FREEZE flux visible to pkg/kpp
117      - moved surfaceTendencyTice from pkg/seaice to main code
118      - FREEZE & EXTERNAL_FORCING_SURF moved to FORWARD_STEP
119      - subroutine FREEZE now limits only surface temperature
120        (this means new output.txt for global_ocean.90x40x15,
121         global_ocean.cs32x15, and global_with_exf)
122    o added surface flux output variables to TIMEAVE_STATVARS
123    
124    checkpoint51n_pre
125  o added "#undef ALLOW_USE_MPI" support to eesupp/src/gather_2d.F  o added "#undef ALLOW_USE_MPI" support to eesupp/src/gather_2d.F
126    o added [#include "AD_CONFIG.h"] to all files that use the following
127      defines:
128      - ALLOW_ADJOINT_RUN
129      - ALLOW_TANGENTLINEAR_RUN
130      - ALLOW_ECCO_OPTIMIZATION
131    
132  checkpoint51m_post  checkpoint51m_post
133  o incorporating changes to get TAMC/TAF working in genmake2  o incorporating changes to get TAMC/TAF working in genmake2

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.207

  ViewVC Help
Powered by ViewVC 1.1.22