/[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.141 by heimbach, Fri Feb 28 05:21:22 2003 UTC revision 1.183 by edhill, Wed Oct 8 19:35:00 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint 51i_pre
7    o new output for adjoin of global ocean vector invariant
8    o fix for checkpoint of thermodynamic seaice and bulk_force
9    o Steph gchem various cleanups
10    
11    checkpoint 51h_pre
12    o fixed some single quotes
13    o modify gchem pkg to be more versatile
14    o modifications to clean up dic pkg
15    o add pkg/cfc
16    
17    checkpoint51g_post
18    o provide links for ARPACK and ADM*TLM
19    o start removing verification/vero/
20    o update AD-related stuff
21      (in particular some IF-statements in model/src/ routines)
22    o adding to verification/global_ocean.90x40x15/ adjoint of
23      vector invariant setup
24    
25    checkpoint51f_post
26    o update advect_xz/output.txt (left from chekpoint50f_pre, ini_vel modif)
27    o Mods and bug fixes to pkg/cal, pkg/exf, etc., needed for computation
28      of tracer Green's fucntions for ocean inversion project.
29    
30    checkpoint51f_pre
31    o Added on-the-fly spatial interpolation capability
32        "USE_EXF_INTERPOLATION" to pkg/exf.
33      - This is a temporary Cartesian-grid hack until
34        the super-duper ESMF coupler becomes available.
35      - See verification/global_with_exf/README for usage example.
36      - Removed obsolete EXFwindOnBgrid and SEAICEwindOnCgrid
37        flags and modified pkg/seaice accordingly.
38    o Bug fix to pkg/ptracers, pkg/generic_advdiff/gad_calc_rhs.F,
39        and pkg/kpp/kpp_transport_ptr.F for dealing with tracer
40        non-local transport term.
41    
42    checkpoint51e_post
43    o pkg/mom_vecinv:
44      - changes related to hFac: use S/R from aim.5l_cs/code (coriolis & vort.advec)
45      - add time-ave diagnostic of vorticity advection.
46    o add diagnostic (instantaneous) of Shapiro Filter effect for T,S & UV.
47    o atmospheric geopotential: - include water vapor effect;
48                                - use p^kappa in p* scaling.
49    o land pkg: read initial state from files.
50    o AIM : add stratospheric drag in the upper level
51    
52    checkpoint51d_post
53    o change function ILNBLNK (=> last non-blank char.) to return zero
54      (instead of the string length) when the string. char is empty
55    o fix bug in dxV,dyU definition of cubed-sphere grid (ini_curvilinear_grid)
56    o modif's to restore TAMC compatibility
57      - avoid "_d" constructs in PARAMETER declarations
58      - avoid interrupting lines by comment lines
59    o Use cluster local disks for purely local I/O
60      vs. globally visible disks needed for ctrl stuff
61      (merged from ecco-branch)
62      - new active_file_loc... and mdsio_..._loc routines
63      - affected packages: autodiff, ctrl, grdchk, mdsio
64    
65    checkpoint51c_post
66    o introducing integer flag debugLevel
67      - debLevZero: suppress all output
68      - debLevA: standard
69      - debLevB: equivalent to current debugMode=.TRUE.
70    o introducing pathname variable mdsioLocalDir for mdsio
71      that can be specified at runtime
72      (relevant for cluster I/O to local disk)
73    `
74    >>>checkpoint51b_post
75    adjoint of ptracers
76    o disentangled ALLOW_PTRACERS using new ALLOW_GCHEM
77    o extended state in checkpoint_lev?, etc.
78    o alternative ctrl/cost with tr1 or ptracer
79    o new comlev1_bibj_ptracers
80    o new ptracers.flow
81    o made ptracers_forcing same as external_forcing_s
82    o added verification for adjoint with ptracers
83      - adm. grdchk fail so far
84      - tlm. grdchk OK
85      - checked tapelev/comlev recomputations: OK
86    <<<checkpoint51b_pre
87    
88    checkpoint51a_post
89    o added code for biogeochemistry package
90      - new pkgs: dic, gchem
91      - new subroutine in ptracers
92    o modify code for biogeo packages
93      - in model/src and pkg/ptracers
94    
95    checkpoint51
96    o merged improved packages from ecco-branch (ecco_c51_e34) to MAIN
97      - autodiff, ctrl, exf, grdchk, seaice
98      kept separate packages
99      - cost, ecco, obcs
100    o updating verification/internal_wave, verification/lab_sea
101      (all verif's pass on faulks.lcs.mit.edu RH7.3, g77)
102    
103    checkpoint50i_post
104    o Preparing next differentiable checkpoint and sync
105      of MAIN vs. ecco-branch
106      - 1st step: this one is differentiable
107      - 2nd step: next(! not this) checkpoint will have updated packages
108                  from ecco-branch)
109    
110    checkpoint50h_post
111    o new package "land": provide surface BC for AIM.
112    o pkg/ptracers: apply exchange to all tracers after reading a pickup.
113    o AIM: use true log-P extrapolation for near surface temp (= as in
114        F.Molteni paper) ; update aim.5l_cs output.
115    o New variable in PARM03 for more flexible pickups
116    o somewhat cleaned package initialisation sequence for
117      ctrl/ cost/ ecco/ in packages_... routines
118    
119    checkpoint50g_post
120    o merged with release1_p17 (pkg/seaice and verification/lab_sea)
121      - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
122      - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
123        made the default because of faster convergence than ADI
124    
125    checkpoint50f_post
126    o exf totally restructured
127      - replaced all exf_set_ routines by one generic exf_set_gen.F
128        and made sure it's still differentiable
129      - split exf_getffields.F into new exf_bulkformulae.F
130      - exf_inscal_/exf_outscal_ suffixes consistent with field names
131      - updated adjoint/makefile and relevant verif. accordingly
132    
133    checkpoint50f_pre
134     o AIM: near surface temp evaluated from Pot.Temp: fixed for Part Cell ;
135          + change Evap over land. (update aim.5l_cs output)
136     o added missing .cvsignores and made uniform across expts
137     o changed configuration of tidal_basin_2d expt
138     o added pkg/debug functions for tracing code in fatal crashes
139     o tidied pkg/monitor to use MONITOR_OPTIONS.h
140     o new fn in pkg/monitor to stop model if solution grows too big
141     o removed lots of single quotes from comments
142    
143    checkpoint50e_post
144    o make KPP work with PTRACERS
145     - fix gad_calc_rhs to call new routine kpp_transport_ptr, which is
146       nearly a copy of kpp_transport_s
147     - there is no analogue to SurfaceTendencyS, so I have to use
148       gPtr(of the surface layer) instead
149    o add a new platform SunFire+mpi (SunFire 15000) to genmake
150    checkpoint50e_pre
151    
152    checkpoint50d_post
153    o change kpp output from multiple-record state files to single-record state
154      files analogous to write_state.F
155    o reduce the output frequency of cg3d-related stuff to the monitor frequency,
156      analogous to the cg2d-related output.
157    o fix small problem with in ptracers_write_checkpoint.F: len(suff)=512,
158      so that writing to internal file fn (with length 512) fails.
159    checkpoint50d_pre
160    
161    checkpoint50c_post
162    o fix problem in ini_procs.F when using MPI (was there since checkpoint48f)
163    o add monitor diagnostic of vorticity (mon_vort3.F) and potential energy.
164    o add time-average diagnostic of U*V and vertical diffusive flux for theta.
165    o bug fixed in convective adjustment diagnostic (multi-tile set-up).
166    o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries.
167    
168    checkpoint50c_pre
169    Merging from release1_p13:
170    o bug fix for pkg/seaice dynamic solver
171    o Added SEAICE_initialHEFF to pkg/seaice
172    
173    checkpoint50b_post
174    o store u*,v* in gU,V instead of in guNm1,gvNm1
175    o in order to put the momForcing out of the Adams-Bashforth:
176      move forcing & CD-scheme calls from mom_fluxform & mom_vecinv
177      to timestep.F
178    o new flag "useCDscheme" (default=F); replace guCD,gvCD by local arrays
179    o re-generate output for highly sensitive test-exp:
180       global_ocean_pressure, ideal_2D_oce, lab_sea, natl_box
181    
182    checkpoint50b_pre
183    o restore the use of momAdvection & useCoriolis flags (mom_vecinv)
184    o corrected CPP option mismatch in exf_Bulk... functions for case
185      #define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP
186    
187    checkpoint50a_post
188    o Bug fix for merging between c50 and KPP.
189      ikey was passed from thermodynamics to kpp_calc via
190      common block rather than being recomputed in kpp_calc,
191      in contradiction with new key itdkey.
192      New key ikppkey created, and tamc.h headers updated.
193    
194    checkpoint50
195    - 2nd step of merge with ecco-branch:
196      merge changes in ecco-branch back into main trunk
197    - bug fix in find_alpha
198    - more storing in gmredi_calc_tensor.F, kpp_routines.F
199    - avoid iterative loop in ini_pressure for ALLOW_AUTODIFF_TAMC
200    - merged some sliced AD support routines
201    
202  checkpoint49  checkpoint49
203    merged from ecco-branch:
204    o exf:
205      - Enable initialisation of forcing fields to constant
206        (runtime) values.
207      - in exf_getffields.F
208        Reduce i-/j-loop to interior domain, discarding overlaps.
209        That also fixes wrong TAF-key computations for key_1, key_2
210        with bulf formulae.
211      - exf_init.F modify #ifdef for exf_init_evap
212      - exf_getffieldrec.F, ctrl_getrec.F
213        The following INT-usages are not safe:
214          fldsecs  = int(fldsecs/fldperiod)*fldperiod
215          fldcount = int(fldsecs/fldperiod) + 1
216        and were modified.
217    o autodiff: checkpoint_lev...
218      - updated storing for bulk formulae (some arrays were missing)
219      - added state for seaice package
220      - synchronized with main branch
221    o DIVA:
222      Modif.s in
223      - the_main_loop.F
224      - the_model_main.F
225      and added cost_final_restore.F cost_final_store.F
226      o With these changes, it is possible to fully separate
227        the first forward run to compute the cost function (mdthe_main_loop)
228        and adjoint runs over individual DIVA intervals (adthe_main_loop)
229        into separate model executions.
230        This enables better tuning of DIVA to given queue sizes.
231      o Loss of cost function value in consecutive DIVA runs is
232        fixed by storing to 'costfinal' file.
233      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
234        beginning/end of adjoint integration is accounted for.
235      The current changes apply to TAF-1.4.26.
236      TAF has one remaining bug, requiring one manual change
237      (see MITgcm manual).
238    o cal: synchronized between MAIN and ecco-branch
239    
240    checkpoint48i_post
241  o Changes to restore differentiability of code w.r.t. previous tag  o Changes to restore differentiability of code w.r.t. previous tag
242    (mostly adding new routines to make list and replacing    (mostly adding new routines to make list and replacing
243    pressure by totPhiHyd).    pressure by totPhiHyd).

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.183

  ViewVC Help
Powered by ViewVC 1.1.22