/[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.107 by cheisey, Mon Dec 2 13:28:30 2002 UTC revision 1.143 by heimbach, Thu Mar 6 00:48:52 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint49
7    merged from ecco-branch:
8    o exf:
9      - Enable initialisation of forcing fields to constant
10        (runtime) values.
11      - in exf_getffields.F
12        Reduce i-/j-loop to interior domain, discarding overlaps.
13        That also fixes wrong TAF-key computations for key_1, key_2
14        with bulf formulae.
15      - exf_init.F modify #ifdef for exf_init_evap
16      - exf_getffieldrec.F, ctrl_getrec.F
17        The following INT-usages are not safe:
18          fldsecs  = int(fldsecs/fldperiod)*fldperiod
19          fldcount = int(fldsecs/fldperiod) + 1
20        and were modified.
21    o autodiff: checkpoint_lev...
22      - updated storing for bulk formulae (some arrays were missing)
23      - added state for seaice package
24      - synchronized with main branch
25    o DIVA:
26      Modif.s in
27      - ecco_the_main_loop.F
28      - ecco_the_model_main.F
29      and added cost_final_restore.F cost_final_store.F
30      o With these changes, it is possible to fully separate
31        the first forward run to compute the cost function (mdthe_main_loop)
32        and adjoint runs over individual DIVA intervals (adthe_main_loop)
33        into separate model executions.
34        This enables better tuning of DIVA to given queue sizes.
35      o Loss of cost function value in consecutive DIVA runs is
36        fixed by storing to 'costfinal' file.
37      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
38        beginning/end of adjoint integration is accounted for.
39      The current changes apply to TAF-1.4.26.
40      TAF has one remaining bug, requiring one manual change
41      (see MITgcm manual).
42    o cal: synchronized between MAIN and ecco-branch
43    
44    checkpoint48i_post
45    o Changes to restore differentiability of code w.r.t. previous tag
46      (mostly adding new routines to make list and replacing
47      pressure by totPhiHyd).
48    o Updated and merged grdchk package
49      - has both ADM and TLM checks
50      - works for single- and multi-proc.
51      - output cleaned
52      - worked successfully for parallel DIVA
53    o genmake:
54      - Adding -platform=SP4
55      - Modif. for DEC Alpha (many don't have makedepend; use mkdep instead).
56    o Modif. for DIVA:
57      ctrl_unpack should not be called in intermediate DIVA interval.
58      (similar thing would apply for active files such as
59      tbar, sbar, psbar, which should not be reinitialised;
60      only relevant for ecco-branch)
61    
62    checkpoint48h_post
63    o improve "ini_p_ground" when using finite difference form for calc_phi_hyd
64    o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
65    o Added SEAICE_initialHEFF to pkg/seaice
66    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
67    
68    checkpoint48g_post
69    --- EOS:
70    o compute locally the pressure for use in EOS: UNESCO, JMD95P, MDJWF
71      store total Potential in totPhyHyd for diagnostics & EOS.
72    o fix restart and overlap Pb when using Z-coord and EOS funct. of P
73    --- Pressure/geopotential gradient:
74    o use Ro_surf & R_low instead of hFac in cal_phi_hyd:
75    o NLFS + p-coord.: eta*Alpha' is not longer lagging 1.time-step behind
76      ( changes results of global_ocean_pressure )
77    o NLFS + z-coord.: add eta*Rho' contribution.
78    o accurate phiHyd when using interface-W at the middle between 2 centers
79     ( changes results of ideal_2D_oce )
80    o includes r* 2nd term in potential gradient.
81    
82    checkpoint48f_post
83    Merging from release1_p12:
84    o Modifications for using pkg/exf with pkg/seaice
85      - improved description of the various forcing configurations
86      - added basic radiation bulk formulae to pkg/exf
87      - units/sign fix for evap computation in exf_getffields.F
88      - updated verification/global_with_exf/results/output.txt
89    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
90      (SBO) core products, including oceanic mass, center-of-mass,
91      angular, and bottom pressure (see pkg/sbo/README.sbo).
92    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
93      to avoid negative values in shallow regions.
94      - updated verification/natl_box/results/output.txt
95      - updated verification/lab_sea/results/output.txt
96    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
97    o Added useSingleCpuIO option (see PARAMS.h).
98    o Updated useSingleCpuIO option in mdsio_writefield.F to
99      work with multi-field files, e.g., for single-file pickup.
100    o pkg/seaice:
101      - bug fix in growth.F: QNET for no shortwave case
102      - added HeffFile for specifying initial sea-ice thickness
103      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
104    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
105      kpp_transport_t.F, forward_step.F, and the_main_loop.F
106    o pkg/seaice:
107      - adjoint-friendly modifications
108      - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
109    
110    checkpoint48e_post
111    o New S/R for diagnostic of bottom pressure (phi0surf was missing in c48d_post)
112    o dynamics: change definition of computational domain & adapt mom_fluxform
113      accordingly ; when viscA4=0, allows to run the dynamics with Olx=Oly=2.
114    o following exp works with Olx=Oly=2 (and pass through checkbounds option):
115        adjust_nlfs.cs-32x32x1 adjustment.128x64x1 adjustment.cs-32x32x1
116        exp0 exp1 exp2 exp4 exp5 hs94.cs-32x32x5 hs94.128x64x5 hs94.1x64x5
117        global_ocean.90x40x15 global_with_exf global_ocean_pressure
118        inverted_barometer solid-body.cs-32x32x1
119      (high order AdvScheme and/or multiDimAd works with Olx=Oly=2 ? not sure)
120    
121    checkpoint48d_post
122    o in preparation for r*:
123     a) use pre-computed gradient of hydrostatic potential:
124        changes in timestep.F & mom_cdscheme.F affects results of ideal_2D_oce
125     b) move phi0surf from calc_phi_hyd to calc_grad_phi_hyd:
126        => affects results of glob_oce_pressure (different truncation error)  
127      update output.txt of ideal_2D_oce & global_ocean_pressure
128    
129    checkpoint48d_pre
130    o in preparation for r*:
131      new S/R (calc_grad_phi_hyd.F) to compute Hydrostatic potential gradient.
132      pass the 2 comp. of the grad. as arguments to momentum S/R.
133      but for the moment, only used if it does not change the results.
134    o add finite volume form of calc_phi_hyd for buoyancyRelation OCEANIC & OCEANICP
135    
136    checkpoint48c_post
137    Modifications in treatment of initial flux forcing controls
138    to avoid extra storing of flux fields.
139    
140    checkpoint48c_pre
141    o Added tidal_basin_2d experiment (currently 1D!)
142    o can use r* Coordinate with OBC (but Orlanski Rad. BC not yet implemented)
143    
144    checkpoint48b_post
145    o r* coordinate added in #ifdef NONLIN_FRSURF block.
146     (modification to pressure gradient not yet implemented)
147    o mom_fluxform: new S/R mom_calc_rtrans.F computes vertical transports
148      (for U & V) that are used for vertical advection of momentum.
149    
150    checkpoint48a_post
151    o In preparation for r*, use temp. array to compute vertical transport
152       in flux-form momentum pkg. => change results of few test-exp.
153      Update output of: exp4, exp5, front_relax, global_ocean_pressure,
154                        lab_sea, natl_box & plume_on_slope
155    
156    checkpoint48
157    o fix small bug that was causing lot of warning (TIMER_STOP 'UPDATE_CG2D')
158    
159    checkpoint47j_post
160    o add new exp. (ideal_2D_oce) to test "exotic" parameters and options.
161    o moved adexch from forward_step to addummy_in_stepping
162    o added exch in ctrl_map_...
163    o aveFreq.=0. at end of cost_final to avoid overwrite in
164      reverse checkpointing loop
165    o Yet more changes in gmredi:
166      * adgmredi_calc_tensor
167        avoiding all recomputation of gmredi_slope_limit
168      * adgmredi_x/y/rtransport
169        added flag for excessive storing to avoid recomp. of
170        u/v/rtans, dTdx/y/z
171        -> this is not really necessary and very memory-consuming
172      * adgmredi_slope_psi:
173        consistency with gmredi_slope_limit in treatment of GM_slopeSqCutoff
174      * gmredi_slope_limit
175        re-activated full calculation of taperfct for case 'ac02'
176    o updating verification/ adjoints of carbon, global_ocean.90x40x15
177    
178    checkpoint47i_post
179    o GM_EXCLUDE_() replace GM_TAPER_(): by default, all the code is compiled.
180    o add GM_Small_Number & GM_slopeSqCutoff as run-time parameters (data.gmredi)
181      default values = 1.D-12 & 1.D+48 (=> give same results as checkpoint47f_post)
182    o cg2dTargetResWunit: define tolerance using deltaTmom (and not deltaTfreesurf)
183    o gmredi: fix few bugs.
184    
185    checkpoint47h_post (duplicate tag for PH's c48 tag, in order to move c48)
186    This will be a good checkpoint to plug into the ecco-branch.
187    o few modif.'s to get latest version adjointed
188      (mainly kick out code in ini_linear_phisurf)
189    o modif's to run adjoint with exactConserv
190    o case GM_BOLUS_ADVEC should be cleaned
191      S/R gmredi_slope_psi should be cleaned
192    o verification/carbon now has exactConserv=.TRUE.
193    
194    checkpoint47g_post
195    o time-average AIM output: becomes independent from statvars time-average
196      (can be used with #undef ALLOW_TIMEAVE) ; add new variables (e.g., RH)
197    o After TAF bug fix:
198      Tested adjoint of gmredi package.
199      Tests were done with checkpoint47 rather than with latest
200      checkpoint47f_post since the latter is broken for the adjoint
201      verification/carbon/ contains both ADM and TLM gradient checks.
202    Here they are, before they get changed/lost/stolen.
203    Mostly modif.'s to fix numerical sensitivities.
204    Gradient checks OK for
205    - GM_taper_scheme:
206      * clipping
207      * ac02
208      * linear
209      * glw91
210      * dm95
211      * ldd97
212    - GMREDI_OPTIONS:
213      * GM_VISBECK_VARIABLE_K
214      * GM_NON_UNITY_DIAGONAL
215      * GM_EXTRA_DIAGONAL
216      * GM_BOLUS_ADVEC
217    in conjunction with data.gmredi parameters to be checked in
218    in a few minutes under verification/carbon/code/
219    
220    checkpoint47f_post
221    Merging from release1_p10:
222    o modifications for using pkg/exf with pkg/seaice
223      - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
224        and SEAICE_EXTERNAL_FLUXES
225      - pkg/exf CPP options EXF_READ_EVAP and
226        EXF_NO_BULK_COMPUTATIONS
227      - usage examples are Experiments 8 and 9 in
228        verification/lab_sea/README
229      - verification/lab_sea default experiment now uses
230        pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf
231    
232    checkpoint47e_post
233    o created a tag prior to creating a branch
234    
235    checkpoint47d_post
236    o fixed bug in the oceanic pressure coordinates code: vertical viscosity
237      at the bottom boundary had an erroneous half slip boundary condition
238    o added bottom drag and no slip boundary condition capabilities to
239      oceanic pressure coordinates code
240    o added new verification experiment global_ocean_pressure, this experiment is
241      also described in the tutorial section of the manual
242    checkpoint47d_pre
243    
244    checkpoint47c_post
245    o Added a verification experiment for a global cubed-sphere ocean run
246      -  verification/global_ocean.cubed32x32x30
247      -  uses pkg/therm_seaice and pkg/bulk_forcing
248    
249    o allow to run AIM physics with SPEEDY input files (from Franco Molteni)
250    o allow a more accurate definition of Ro_Surf (selectFindRoSurf=1)
251      when using P-coordinate; only implemented for atmospheric config.
252    o OCEANICP & realFreshWater: include P-E direct effect on wVel ;
253      NOTES: requires option NONLIN_FRSURF to be "#define".
254    o update advect_xz/results/output.txt (left from checkpoint44g_post)
255    
256    checkpoint47b_post
257    Merging from release1_p9:
258    o pkg/seaice
259      - removed GOTO's and added taf directives
260      - double precision constants to reduce the g77 (Linux)
261        to F77 (SGI) differences reported in release1_p8
262    o tools/genmake
263      - added SGI options
264    o verification/testscript
265      - updated to that of checkpoint47a_post
266    o verification/global_ocean.90x40x15/input/eedata
267      - modified for SGI f77 compatibility
268    o verification/lab_sea
269      - added description of sea-ice model
270      - added missing matlab routines
271      - added test of thermodynamics parallelization
272    
273  checkpoint47a_post  checkpoint47a_post
274  o new pkg: aim_v23  o new pkg: aim_v23
275   = F. Molteni atmos.physics (SPEEDY, ver23) adapted to MITgcm.   = F. Molteni atmos.physics (SPEEDY, ver23) adapted to MITgcm.

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.143

  ViewVC Help
Powered by ViewVC 1.1.22