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

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

  ViewVC Help
Powered by ViewVC 1.1.22