/[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.172 by heimbach, Fri Jul 18 21:16:49 2003 UTC revision 1.198 by edhill, Tue Oct 28 22:57:59 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    o create initial cd_code package
7    o cleanup verification/*/code/GMREDI_OPTIONS.h
8    o cleanup testreport
9    
10    checkpoint51o_post
11    o bringing AD-related verif's up to date with genmake2
12      - carbon/
13      - global_ocean.90x40x15/
14      - hs.94.1x64x5/
15      - (front_relax/ )
16    o (more) consistent directory structure for AD-related verif.'s
17    o cleaning ALLOW_GRADIENT_CHECK -> ALLOW_GRDCHK
18    o cleaning some ALLOW_TANGENTLINEAR_RUN -> ALLOW_AUTODIFF
19    o bug fix in find_alpha.F for MDJWF:
20      - modif. to alpha = 1/D*( dN/dT - rho*dD/Dt) to account for
21        change rho -> rho-rhoConst
22      - replace call find_rho to find_rhonum
23    o initialisation of rFlx extended to full array (required by TAF)
24      and shifted to thermodynamics
25    o removed PTRACERS.h in ptracers routine
26    o added surfacetendencyPtr to S/R parameter list pracers_forcing
27    o Correcting initialisations for fVerU, fVerV.
28    o helping TAF to recognize dependency on kUp for
29      fVerU, fVerV
30    o Replacing delZ by delR in pkg/ctrl/
31    checkpoint51o_pre
32    
33    o undid all of cp51 pending some cleanups and discussion
34    o added the [#include "AD_CONFIG.h"] statement to all files that need
35       it for adjoint/tl #defines
36     o re-worked the build logic in genmake2 to support AD_CONFIG.h
37     o removed tools/genmake since it no longer works
38    
39    checkpoint51n_post
40    o modifications to make FREEZE flux visible to pkg/kpp
41      - moved surfaceTendencyTice from pkg/seaice to main code
42      - FREEZE & EXTERNAL_FORCING_SURF moved to FORWARD_STEP
43      - subroutine FREEZE now limits only surface temperature
44        (this means new output.txt for global_ocean.90x40x15,
45         global_ocean.cs32x15, and global_with_exf)
46    o added surface flux output variables to TIMEAVE_STATVARS
47    
48    checkpoint51n_pre
49    o added "#undef ALLOW_USE_MPI" support to eesupp/src/gather_2d.F
50    o added [#include "AD_CONFIG.h"] to all files that use the following
51      defines:
52      - ALLOW_ADJOINT_RUN
53      - ALLOW_TANGENTLINEAR_RUN
54      - ALLOW_ECCO_OPTIMIZATION
55    
56    checkpoint51m_post
57    o incorporating changes to get TAMC/TAF working in genmake2
58      - added new TAMC/TAF targets to the Makefile
59      - various cleanups related to package handling
60      - these changes should have no impact on the forward model
61    
62    checkpoint51l_post
63    o changes to pkg/cal and pkg/exf that allow and speed-up long integrations
64     - faster algorithm for cal_addtime.F
65     - higher precision arithmetic, where needed
66     - pkg/exf *startdate variables changed from calendar date to
67       model integration time
68    
69    checkpoint51l_pre
70    o add salt flux to forcing fields (used when salty sea-ice forms or melts)
71    o enable to apply restoring on S & T only in a latitude band.
72    o update output (external_forcing_surf modif. change truncation errors)
73       global_ocean.cs32x15, global_ocean_pressure, lab_sea, natl_box
74    
75    checkpoint51k_post
76    o change default to: useNHMTerms=.FALSE.
77     - new output.txt for atmos. exp (NHMTerms were wrong but now turned off):
78       adjustment.128x64x1, aim.5l_Eq_Ch, aim.5l_LatLon, hs94.128x64x5, hs94.1x64x5
79     - new output.txt for idealized oceanic exp (NHMTerms are now turned off):
80        exp1, ideal_2D_oce
81     - change data file of oceanic exp (leave the results unchanged for now)
82       exp2, global_ocean[90x40x15,pressure,with_exf], lab_sea, natl_box
83    o set gravitySign automatically according to the vertical coordinate used
84      (and change sign: back to "logical" value: +1 when R increases downward)
85    o added an include barrier to the default CPP_OPTIONS.h and
86      removed the #include "PACKAGES_CONFIG.h" from it
87    o fix a bug in mom_fluxform (from chk51j_post)
88    
89    checkpoint51j_post
90    o Added some AD-related initialisations in mom_vecinv/ mom_fluxform/
91    o adjusted some flow directives (dynamics, thermodynamics)
92    o added cubed-sphere case to test cost function
93    o heckpoint_lev?_directives.h now include
94      pkg-specific directives, whenever those are enabled.
95    o Moving pkg-specific flow directives to corresponding pkg
96      Moving pkg-specific differentiation list to corresponding pkg
97      Moving pkg-specific checkpoint-lev storing to corresponding pkg
98      ---> conventions are
99           - pkg_ad.flow
100           - pkg_ad_diff.list
101           - pkg_ad_check_lev?_dir.h
102    
103    checkpoint51i_post
104    o merge of the branch-genmake2
105      - knowingly breaks the older genmake
106      - automatic generation of all ALLOW_${PKG_NAME} defines
107      - new testreport supersedes older testscript
108    o large number of package inclusion and header cleanups
109    checkpoint51i_pre
110    
111    o new output for adjoin of global ocean vector invariant
112    o fix for checkpoint of thermodynamic seaice and bulk_force
113    o Steph gchem various cleanups
114    
115    checkpoint 51h_pre
116    o fixed some single quotes
117    o modify gchem pkg to be more versatile
118    o modifications to clean up dic pkg
119    o add pkg/cfc
120    
121    checkpoint51g_post
122    o provide links for ARPACK and ADM*TLM
123    o start removing verification/vero/
124    o update AD-related stuff
125      (in particular some IF-statements in model/src/ routines)
126    o adding to verification/global_ocean.90x40x15/ adjoint of
127      vector invariant setup
128    
129    checkpoint51f_post
130    o update advect_xz/output.txt (left from chekpoint50f_pre, ini_vel modif)
131    o Mods and bug fixes to pkg/cal, pkg/exf, etc., needed for computation
132      of tracer Green's fucntions for ocean inversion project.
133    
134    checkpoint51f_pre
135    o Added on-the-fly spatial interpolation capability
136        "USE_EXF_INTERPOLATION" to pkg/exf.
137      - This is a temporary Cartesian-grid hack until
138        the super-duper ESMF coupler becomes available.
139      - See verification/global_with_exf/README for usage example.
140      - Removed obsolete EXFwindOnBgrid and SEAICEwindOnCgrid
141        flags and modified pkg/seaice accordingly.
142    o Bug fix to pkg/ptracers, pkg/generic_advdiff/gad_calc_rhs.F,
143        and pkg/kpp/kpp_transport_ptr.F for dealing with tracer
144        non-local transport term.
145    
146    checkpoint51e_post
147    o pkg/mom_vecinv:
148      - changes related to hFac: use S/R from aim.5l_cs/code (coriolis & vort.advec)
149      - add time-ave diagnostic of vorticity advection.
150    o add diagnostic (instantaneous) of Shapiro Filter effect for T,S & UV.
151    o atmospheric geopotential: - include water vapor effect;
152                                - use p^kappa in p* scaling.
153    o land pkg: read initial state from files.
154    o AIM : add stratospheric drag in the upper level
155    
156  checkpoint51d_post  checkpoint51d_post
157    o change function ILNBLNK (=> last non-blank char.) to return zero
158      (instead of the string length) when the string. char is empty
159  o fix bug in dxV,dyU definition of cubed-sphere grid (ini_curvilinear_grid)  o fix bug in dxV,dyU definition of cubed-sphere grid (ini_curvilinear_grid)
160  o modif's to restore TAMC compatibility  o modif's to restore TAMC compatibility
161    - avoid "_d" constructs in PARAMETER declarations    - avoid "_d" constructs in PARAMETER declarations

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.198

  ViewVC Help
Powered by ViewVC 1.1.22