/[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.124 by jmc, Sun Jan 26 21:38:04 2003 UTC revision 1.172 by heimbach, Fri Jul 18 21:16:49 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint51d_post
7    o fix bug in dxV,dyU definition of cubed-sphere grid (ini_curvilinear_grid)
8    o modif's to restore TAMC compatibility
9      - avoid "_d" constructs in PARAMETER declarations
10      - avoid interrupting lines by comment lines
11    o Use cluster local disks for purely local I/O
12      vs. globally visible disks needed for ctrl stuff
13      (merged from ecco-branch)
14      - new active_file_loc... and mdsio_..._loc routines
15      - affected packages: autodiff, ctrl, grdchk, mdsio
16    
17    checkpoint51c_post
18    o introducing integer flag debugLevel
19      - debLevZero: suppress all output
20      - debLevA: standard
21      - debLevB: equivalent to current debugMode=.TRUE.
22    o introducing pathname variable mdsioLocalDir for mdsio
23      that can be specified at runtime
24      (relevant for cluster I/O to local disk)
25    `
26    >>>checkpoint51b_post
27    adjoint of ptracers
28    o disentangled ALLOW_PTRACERS using new ALLOW_GCHEM
29    o extended state in checkpoint_lev?, etc.
30    o alternative ctrl/cost with tr1 or ptracer
31    o new comlev1_bibj_ptracers
32    o new ptracers.flow
33    o made ptracers_forcing same as external_forcing_s
34    o added verification for adjoint with ptracers
35      - adm. grdchk fail so far
36      - tlm. grdchk OK
37      - checked tapelev/comlev recomputations: OK
38    <<<checkpoint51b_pre
39    
40    checkpoint51a_post
41    o added code for biogeochemistry package
42      - new pkgs: dic, gchem
43      - new subroutine in ptracers
44    o modify code for biogeo packages
45      - in model/src and pkg/ptracers
46    
47    checkpoint51
48    o merged improved packages from ecco-branch (ecco_c51_e34) to MAIN
49      - autodiff, ctrl, exf, grdchk, seaice
50      kept separate packages
51      - cost, ecco, obcs
52    o updating verification/internal_wave, verification/lab_sea
53      (all verif's pass on faulks.lcs.mit.edu RH7.3, g77)
54    
55    checkpoint50i_post
56    o Preparing next differentiable checkpoint and sync
57      of MAIN vs. ecco-branch
58      - 1st step: this one is differentiable
59      - 2nd step: next(! not this) checkpoint will have updated packages
60                  from ecco-branch)
61    
62    checkpoint50h_post
63    o new package "land": provide surface BC for AIM.
64    o pkg/ptracers: apply exchange to all tracers after reading a pickup.
65    o AIM: use true log-P extrapolation for near surface temp (= as in
66        F.Molteni paper) ; update aim.5l_cs output.
67    o New variable in PARM03 for more flexible pickups
68    o somewhat cleaned package initialisation sequence for
69      ctrl/ cost/ ecco/ in packages_... routines
70    
71    checkpoint50g_post
72    o merged with release1_p17 (pkg/seaice and verification/lab_sea)
73      - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
74      - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
75        made the default because of faster convergence than ADI
76    
77    checkpoint50f_post
78    o exf totally restructured
79      - replaced all exf_set_ routines by one generic exf_set_gen.F
80        and made sure it's still differentiable
81      - split exf_getffields.F into new exf_bulkformulae.F
82      - exf_inscal_/exf_outscal_ suffixes consistent with field names
83      - updated adjoint/makefile and relevant verif. accordingly
84    
85    checkpoint50f_pre
86     o AIM: near surface temp evaluated from Pot.Temp: fixed for Part Cell ;
87          + change Evap over land. (update aim.5l_cs output)
88     o added missing .cvsignores and made uniform across expts
89     o changed configuration of tidal_basin_2d expt
90     o added pkg/debug functions for tracing code in fatal crashes
91     o tidied pkg/monitor to use MONITOR_OPTIONS.h
92     o new fn in pkg/monitor to stop model if solution grows too big
93     o removed lots of single quotes from comments
94    
95    checkpoint50e_post
96    o make KPP work with PTRACERS
97     - fix gad_calc_rhs to call new routine kpp_transport_ptr, which is
98       nearly a copy of kpp_transport_s
99     - there is no analogue to SurfaceTendencyS, so I have to use
100       gPtr(of the surface layer) instead
101    o add a new platform SunFire+mpi (SunFire 15000) to genmake
102    checkpoint50e_pre
103    
104    checkpoint50d_post
105    o change kpp output from multiple-record state files to single-record state
106      files analogous to write_state.F
107    o reduce the output frequency of cg3d-related stuff to the monitor frequency,
108      analogous to the cg2d-related output.
109    o fix small problem with in ptracers_write_checkpoint.F: len(suff)=512,
110      so that writing to internal file fn (with length 512) fails.
111    checkpoint50d_pre
112    
113    checkpoint50c_post
114    o fix problem in ini_procs.F when using MPI (was there since checkpoint48f)
115    o add monitor diagnostic of vorticity (mon_vort3.F) and potential energy.
116    o add time-average diagnostic of U*V and vertical diffusive flux for theta.
117    o bug fixed in convective adjustment diagnostic (multi-tile set-up).
118    o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries.
119    
120    checkpoint50c_pre
121    Merging from release1_p13:
122    o bug fix for pkg/seaice dynamic solver
123    o Added SEAICE_initialHEFF to pkg/seaice
124    
125    checkpoint50b_post
126    o store u*,v* in gU,V instead of in guNm1,gvNm1
127    o in order to put the momForcing out of the Adams-Bashforth:
128      move forcing & CD-scheme calls from mom_fluxform & mom_vecinv
129      to timestep.F
130    o new flag "useCDscheme" (default=F); replace guCD,gvCD by local arrays
131    o re-generate output for highly sensitive test-exp:
132       global_ocean_pressure, ideal_2D_oce, lab_sea, natl_box
133    
134    checkpoint50b_pre
135    o restore the use of momAdvection & useCoriolis flags (mom_vecinv)
136    o corrected CPP option mismatch in exf_Bulk... functions for case
137      #define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP
138    
139    checkpoint50a_post
140    o Bug fix for merging between c50 and KPP.
141      ikey was passed from thermodynamics to kpp_calc via
142      common block rather than being recomputed in kpp_calc,
143      in contradiction with new key itdkey.
144      New key ikppkey created, and tamc.h headers updated.
145    
146    checkpoint50
147    - 2nd step of merge with ecco-branch:
148      merge changes in ecco-branch back into main trunk
149    - bug fix in find_alpha
150    - more storing in gmredi_calc_tensor.F, kpp_routines.F
151    - avoid iterative loop in ini_pressure for ALLOW_AUTODIFF_TAMC
152    - merged some sliced AD support routines
153    
154    checkpoint49
155    merged from ecco-branch:
156    o exf:
157      - Enable initialisation of forcing fields to constant
158        (runtime) values.
159      - in exf_getffields.F
160        Reduce i-/j-loop to interior domain, discarding overlaps.
161        That also fixes wrong TAF-key computations for key_1, key_2
162        with bulf formulae.
163      - exf_init.F modify #ifdef for exf_init_evap
164      - exf_getffieldrec.F, ctrl_getrec.F
165        The following INT-usages are not safe:
166          fldsecs  = int(fldsecs/fldperiod)*fldperiod
167          fldcount = int(fldsecs/fldperiod) + 1
168        and were modified.
169    o autodiff: checkpoint_lev...
170      - updated storing for bulk formulae (some arrays were missing)
171      - added state for seaice package
172      - synchronized with main branch
173    o DIVA:
174      Modif.s in
175      - the_main_loop.F
176      - the_model_main.F
177      and added cost_final_restore.F cost_final_store.F
178      o With these changes, it is possible to fully separate
179        the first forward run to compute the cost function (mdthe_main_loop)
180        and adjoint runs over individual DIVA intervals (adthe_main_loop)
181        into separate model executions.
182        This enables better tuning of DIVA to given queue sizes.
183      o Loss of cost function value in consecutive DIVA runs is
184        fixed by storing to 'costfinal' file.
185      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
186        beginning/end of adjoint integration is accounted for.
187      The current changes apply to TAF-1.4.26.
188      TAF has one remaining bug, requiring one manual change
189      (see MITgcm manual).
190    o cal: synchronized between MAIN and ecco-branch
191    
192    checkpoint48i_post
193    o Changes to restore differentiability of code w.r.t. previous tag
194      (mostly adding new routines to make list and replacing
195      pressure by totPhiHyd).
196    o Updated and merged grdchk package
197      - has both ADM and TLM checks
198      - works for single- and multi-proc.
199      - output cleaned
200      - worked successfully for parallel DIVA
201    o genmake:
202      - Adding -platform=SP4
203      - Modif. for DEC Alpha (many don't have makedepend; use mkdep instead).
204    o Modif. for DIVA:
205      ctrl_unpack should not be called in intermediate DIVA interval.
206      (similar thing would apply for active files such as
207      tbar, sbar, psbar, which should not be reinitialised;
208      only relevant for ecco-branch)
209    
210    checkpoint48h_post
211    o improve "ini_p_ground" when using finite difference form for calc_phi_hyd
212    o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
213    o Added SEAICE_initialHEFF to pkg/seaice
214    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
215    
216    checkpoint48g_post
217    --- EOS:
218    o compute locally the pressure for use in EOS: UNESCO, JMD95P, MDJWF
219      store total Potential in totPhyHyd for diagnostics & EOS.
220    o fix restart and overlap Pb when using Z-coord and EOS funct. of P
221    --- Pressure/geopotential gradient:
222    o use Ro_surf & R_low instead of hFac in cal_phi_hyd:
223    o NLFS + p-coord.: eta*Alpha' is not longer lagging 1.time-step behind
224      ( changes results of global_ocean_pressure )
225    o NLFS + z-coord.: add eta*Rho' contribution.
226    o accurate phiHyd when using interface-W at the middle between 2 centers
227     ( changes results of ideal_2D_oce )
228    o includes r* 2nd term in potential gradient.
229    
230    checkpoint48f_post
231    Merging from release1_p12:
232    o Modifications for using pkg/exf with pkg/seaice
233      - improved description of the various forcing configurations
234      - added basic radiation bulk formulae to pkg/exf
235      - units/sign fix for evap computation in exf_getffields.F
236      - updated verification/global_with_exf/results/output.txt
237    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
238      (SBO) core products, including oceanic mass, center-of-mass,
239      angular, and bottom pressure (see pkg/sbo/README.sbo).
240    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
241      to avoid negative values in shallow regions.
242      - updated verification/natl_box/results/output.txt
243      - updated verification/lab_sea/results/output.txt
244    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
245    o Added useSingleCpuIO option (see PARAMS.h).
246    o Updated useSingleCpuIO option in mdsio_writefield.F to
247      work with multi-field files, e.g., for single-file pickup.
248    o pkg/seaice:
249      - bug fix in growth.F: QNET for no shortwave case
250      - added HeffFile for specifying initial sea-ice thickness
251      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
252    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
253      kpp_transport_t.F, forward_step.F, and the_main_loop.F
254    o pkg/seaice:
255      - adjoint-friendly modifications
256      - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
257    
258    checkpoint48e_post
259    o New S/R for diagnostic of bottom pressure (phi0surf was missing in c48d_post)
260    o dynamics: change definition of computational domain & adapt mom_fluxform
261      accordingly ; when viscA4=0, allows to run the dynamics with Olx=Oly=2.
262    o following exp works with Olx=Oly=2 (and pass through checkbounds option):
263        adjust_nlfs.cs-32x32x1 adjustment.128x64x1 adjustment.cs-32x32x1
264        exp0 exp1 exp2 exp4 exp5 hs94.cs-32x32x5 hs94.128x64x5 hs94.1x64x5
265        global_ocean.90x40x15 global_with_exf global_ocean_pressure
266        inverted_barometer solid-body.cs-32x32x1
267      (high order AdvScheme and/or multiDimAd works with Olx=Oly=2 ? not sure)
268    
269    checkpoint48d_post
270    o in preparation for r*:
271     a) use pre-computed gradient of hydrostatic potential:
272        changes in timestep.F & mom_cdscheme.F affects results of ideal_2D_oce
273     b) move phi0surf from calc_phi_hyd to calc_grad_phi_hyd:
274        => affects results of glob_oce_pressure (different truncation error)  
275      update output.txt of ideal_2D_oce & global_ocean_pressure
276    
277    checkpoint48d_pre
278    o in preparation for r*:
279      new S/R (calc_grad_phi_hyd.F) to compute Hydrostatic potential gradient.
280      pass the 2 comp. of the grad. as arguments to momentum S/R.
281      but for the moment, only used if it does not change the results.
282    o add finite volume form of calc_phi_hyd for buoyancyRelation OCEANIC & OCEANICP
283    
284    checkpoint48c_post
285    Modifications in treatment of initial flux forcing controls
286    to avoid extra storing of flux fields.
287    
288    checkpoint48c_pre
289    o Added tidal_basin_2d experiment (currently 1D!)
290    o can use r* Coordinate with OBC (but Orlanski Rad. BC not yet implemented)
291    
292    checkpoint48b_post
293  o r* coordinate added in #ifdef NONLIN_FRSURF block.  o r* coordinate added in #ifdef NONLIN_FRSURF block.
294   (modification to pressure gradient not yet implemented)   (modification to pressure gradient not yet implemented)
295  o mom_fluxform: new S/R mom_calc_rtrans.F computes vertical transports  o mom_fluxform: new S/R mom_calc_rtrans.F computes vertical transports

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

  ViewVC Help
Powered by ViewVC 1.1.22