/[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.139 by dimitri, Thu Feb 27 23:03:55 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  untagged  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  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  o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
213  o Added SEAICE_initialHEFF to pkg/seaice  o Added SEAICE_initialHEFF to pkg/seaice

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

  ViewVC Help
Powered by ViewVC 1.1.22