/[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.103 by heimbach, Tue Nov 12 20:59:27 2002 UTC revision 1.125 by jmc, Mon Jan 27 21:42:19 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint48b_post
7    o r* coordinate added in #ifdef NONLIN_FRSURF block.
8     (modification to pressure gradient not yet implemented)
9    o mom_fluxform: new S/R mom_calc_rtrans.F computes vertical transports
10      (for U & V) that are used for vertical advection of momentum.
11    
12    checkpoint48a_post
13    o In preparation for r*, use temp. array to compute vertical transport
14       in flux-form momentum pkg. => change results of few test-exp.
15      Update output of: exp4, exp5, front_relax, global_ocean_pressure,
16                        lab_sea, natl_box & plume_on_slope
17    
18    checkpoint48
19    o fix small bug that was causing lot of warning (TIMER_STOP 'UPDATE_CG2D')
20    
21    checkpoint47j_post
22    o add new exp. (ideal_2D_oce) to test "exotic" parameters and options.
23    o moved adexch from forward_step to addummy_in_stepping
24    o added exch in ctrl_map_...
25    o aveFreq.=0. at end of cost_final to avoid overwrite in
26      reverse checkpointing loop
27    o Yet more changes in gmredi:
28      * adgmredi_calc_tensor
29        avoiding all recomputation of gmredi_slope_limit
30      * adgmredi_x/y/rtransport
31        added flag for excessive storing to avoid recomp. of
32        u/v/rtans, dTdx/y/z
33        -> this is not really necessary and very memory-consuming
34      * adgmredi_slope_psi:
35        consistency with gmredi_slope_limit in treatment of GM_slopeSqCutoff
36      * gmredi_slope_limit
37        re-activated full calculation of taperfct for case 'ac02'
38    o updating verification/ adjoints of carbon, global_ocean.90x40x15
39    
40    checkpoint47i_post
41    o GM_EXCLUDE_() replace GM_TAPER_(): by default, all the code is compiled.
42    o add GM_Small_Number & GM_slopeSqCutoff as run-time parameters (data.gmredi)
43      default values = 1.D-12 & 1.D+48 (=> give same results as checkpoint47f_post)
44    o cg2dTargetResWunit: define tolerance using deltaTmom (and not deltaTfreesurf)
45    o gmredi: fix few bugs.
46    
47    checkpoint47h_post (duplicate tag for PH's c48 tag, in order to move c48)
48    This will be a good checkpoint to plug into the ecco-branch.
49    o few modif.'s to get latest version adjointed
50      (mainly kick out code in ini_linear_phisurf)
51    o modif's to run adjoint with exactConserv
52    o case GM_BOLUS_ADVEC should be cleaned
53      S/R gmredi_slope_psi should be cleaned
54    o verification/carbon now has exactConserv=.TRUE.
55    
56    checkpoint47g_post
57    o time-average AIM output: becomes independent from statvars time-average
58      (can be used with #undef ALLOW_TIMEAVE) ; add new variables (e.g., RH)
59    o After TAF bug fix:
60      Tested adjoint of gmredi package.
61      Tests were done with checkpoint47 rather than with latest
62      checkpoint47f_post since the latter is broken for the adjoint
63      verification/carbon/ contains both ADM and TLM gradient checks.
64    Here they are, before they get changed/lost/stolen.
65    Mostly modif.'s to fix numerical sensitivities.
66    Gradient checks OK for
67    - GM_taper_scheme:
68      * clipping
69      * ac02
70      * linear
71      * glw91
72      * dm95
73      * ldd97
74    - GMREDI_OPTIONS:
75      * GM_VISBECK_VARIABLE_K
76      * GM_NON_UNITY_DIAGONAL
77      * GM_EXTRA_DIAGONAL
78      * GM_BOLUS_ADVEC
79    in conjunction with data.gmredi parameters to be checked in
80    in a few minutes under verification/carbon/code/
81    
82    checkpoint47f_post
83    Merging from release1_p10:
84    o modifications for using pkg/exf with pkg/seaice
85      - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
86        and SEAICE_EXTERNAL_FLUXES
87      - pkg/exf CPP options EXF_READ_EVAP and
88        EXF_NO_BULK_COMPUTATIONS
89      - usage examples are Experiments 8 and 9 in
90        verification/lab_sea/README
91      - verification/lab_sea default experiment now uses
92        pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf
93    
94    checkpoint47e_post
95    o created a tag prior to creating a branch
96    
97    checkpoint47d_post
98    o fixed bug in the oceanic pressure coordinates code: vertical viscosity
99      at the bottom boundary had an erroneous half slip boundary condition
100    o added bottom drag and no slip boundary condition capabilities to
101      oceanic pressure coordinates code
102    o added new verification experiment global_ocean_pressure, this experiment is
103      also described in the tutorial section of the manual
104    checkpoint47d_pre
105    
106    checkpoint47c_post
107    o Added a verification experiment for a global cubed-sphere ocean run
108      -  verification/global_ocean.cubed32x32x30
109      -  uses pkg/therm_seaice and pkg/bulk_forcing
110    
111    o allow to run AIM physics with SPEEDY input files (from Franco Molteni)
112    o allow a more accurate definition of Ro_Surf (selectFindRoSurf=1)
113      when using P-coordinate; only implemented for atmospheric config.
114    o OCEANICP & realFreshWater: include P-E direct effect on wVel ;
115      NOTES: requires option NONLIN_FRSURF to be "#define".
116    o update advect_xz/results/output.txt (left from checkpoint44g_post)
117    
118    checkpoint47b_post
119    Merging from release1_p9:
120    o pkg/seaice
121      - removed GOTO's and added taf directives
122      - double precision constants to reduce the g77 (Linux)
123        to F77 (SGI) differences reported in release1_p8
124    o tools/genmake
125      - added SGI options
126    o verification/testscript
127      - updated to that of checkpoint47a_post
128    o verification/global_ocean.90x40x15/input/eedata
129      - modified for SGI f77 compatibility
130    o verification/lab_sea
131      - added description of sea-ice model
132      - added missing matlab routines
133      - added test of thermodynamics parallelization
134    
135    checkpoint47a_post
136    o new pkg: aim_v23
137     = F. Molteni atmos.physics (SPEEDY, ver23) adapted to MITgcm.
138       for now, keep the same surface forcing as before.
139     - Part-Cell implemented into AIM; check that Heat & Water are conserved
140     - aim.5l_cs: use new aim pkg (run 10yr & get better results than before)
141     - aim.5l_LatLon & aim.5l_Equatorial_Channel are still using old aim pkg
142    o add diagnostic of surface correction term in monitor output
143    
144    o bulk_force and therm_seaice
145    - Two packages:  bulk_force (Bulk forcing)
146      and therm_seaice (thermodynamic_seaice) - adopted from LANL CICE.v2.0.2
147    - Earlier integration from Stephaine Dutkiewicz
148      and Patrick Heimbach.
149    - Two ifdef statements for compile time,
150       ALLOW_THERM_SEAICE and ALLOW_BULK_FORCE
151    
152    checkpoint47
153    differentiable version of checkpoint46n_post
154    o bug fix in quasihydrostaticterms
155    o * "clean" adjoint code (in terms of extensive recomputations)
156        can now be obtained for all GMREDI options (i.e. for
157        - GM_VISBECK_VARIABLE_K
158        - GM_NON_UNITY_DIAGONAL
159        - GM_EXTRA_DIAGONAL
160        - GM_BOLUS_ADVEC )
161      * However, wrong gradient check problem remains unsolved.
162      * New CPP options have been introduced for different
163        tapering schemes
164    o external_fields_load now part of differentiation list
165    o pressure needs multiple storing;
166      would be nice to have store_pressure at beginning or
167      end of forward_step, e.g. by having phiHyd global (5-dim.)
168      (NB: pressure is needed for certain cases in find_rho,
169      which is also invoked through convective_adjustment).
170    o recomputations in find_rho for cases
171     'JMD95'/'UNESCO' or 'MDJWF' are OK.
172    o #define ATMOSPHERIC_LOADING should be differentiable
173    o ini_forcing shifted to begining of initialise_varia
174    o Incorporating QNVS line search routines into MITgcm
175      (this is separate code, and therefore not under pkg)
176      lsopt/, optim/
177    o Updated verification/carbon/
178      - #define GM_VISBECK_VARIABLE_K
179      - GM_taper_scheme    = 'ldd97'    
180    
181  checkpoint46n_post  checkpoint46n_post
182  Merging from release1_p8:  Merging from release1_p8:
183  o verification/natl_box:  o verification/natl_box:

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.125

  ViewVC Help
Powered by ViewVC 1.1.22