1 |
$Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.53.4.57 2003/08/19 10:39:55 heimbach Exp $ |
2 |
|
3 |
Notes on tags used in MITgcmUV |
4 |
============================== |
5 |
|
6 |
next tag: |
7 |
o ctrl_set_... routines |
8 |
- changed cbuff to real*4 to accelerate I/O |
9 |
- bug fixes for sliced routines: affects indices jj,kk |
10 |
o updating default GMREDI_OPTIONS.h |
11 |
|
12 |
ecco_c51_e34g |
13 |
o Adjusting 1x1 deg. 10yr config to |
14 |
- ecco_c51_... code |
15 |
- GFDL SGI Origin 3800 |
16 |
|
17 |
ecco_c51_e34f |
18 |
o added case gfdl-sgi-o3k to genmake |
19 |
o added genmake option -arpack and provided default lib dir |
20 |
o exf_mapfields: |
21 |
Interpolate ustress,vstress computed via exf bulk formulae |
22 |
to W/S points. Assume |
23 |
on input: uwind,vwind on C-points |
24 |
on output: ustress[C],vstress[C] -> fu[W],fv[S] |
25 |
o Very prelim. preparations for forward dump&restart |
26 |
during adjoint calculation. |
27 |
|
28 |
ecco_C51_e34e |
29 |
o bug fix in cost_drifter |
30 |
o updating timeave package in ecco-branch to c51 |
31 |
|
32 |
ecco_c51_e34d |
33 |
o modif's to restore TAMC compatibility |
34 |
- avoid "_d" constructs in PARAMETER declarations |
35 |
- avoid interrupting lines by comment lines |
36 |
o Use cluster local disks for purely local I/O |
37 |
vs. globally visible disks needed for ctrl stuff |
38 |
- new active_file_loc... and mdsio_..._loc routines |
39 |
- affected packages: autodiff, ctrl, grdchk, mdsio |
40 |
o bug fixes for 3d packing and I/O of sliced (xz/yz) fields |
41 |
to increase I/O performance. |
42 |
|
43 |
ecco_c51_e34c |
44 |
o introducing integer flag debugLevel |
45 |
- debLevZero: suppress all output |
46 |
- debLevA: standard |
47 |
- debLevB: equivalent to current debugMode=.TRUE. |
48 |
o introducing pathname variable mdsioLocalDir for mdsio |
49 |
that can be specified at runtime |
50 |
(relevant for cluster I/O to local disk) |
51 |
|
52 |
ecco_c51_e34b |
53 |
o Modifications of obcs |
54 |
- bug fixes in cost package |
55 |
- bug fixes in grdchk package |
56 |
o new parameter maxKPPhbl in KPP |
57 |
o added input for obcs verification |
58 |
|
59 |
ecco_c51_e34a |
60 |
o Modifications to pkg/seaice, verification/lab_sea, and |
61 |
verification/natl_box_adjoint for testing sea-ice adjoint code. |
62 |
|
63 |
ecco_c51_e34 |
64 |
o merging c51 into ecco-branch |
65 |
|
66 |
ecco_c50_e33a |
67 |
o first step in c51 merge |
68 |
- redundant update in model/src/ |
69 |
- merge back's in autodiff, ctrl, kpp, seaice |
70 |
|
71 |
ecco_c50_e33 |
72 |
o minor changes to pkg/seaice pkg/cost/cost_ice.F |
73 |
and verification/natl_box_adjoint/README |
74 |
o Modif's to enable tangent linear run in ECCO environment |
75 |
including time-dependent forcing |
76 |
* main problem is missing call mdsreadfield out of exf_set_gen |
77 |
(i.e. computation of trajectory in TLM mode) |
78 |
* incorrect g_active_write_... |
79 |
* (re-) init of bar files and g_bar files |
80 |
o Reverted back to 3-dim. tbar, sbar for SST, SSS bar files. |
81 |
o MERGES: |
82 |
* obcs/ ctrl/ G. Gebbie code |
83 |
(major changes in ctrl handling, volume flux balancing etc.) |
84 |
* cost/ ctrl/ A. Koehl code |
85 |
- new cost contributions (new data types) |
86 |
- efficient pack/unpack for time-dependent 2-d fields |
87 |
o replaced mutiple ctrl_get... by single generic ctrl_get_gen.F |
88 |
(except obcs) |
89 |
o somewhat cleaned package initialisation sequence for |
90 |
ctrl/ cost/ ecco/ |
91 |
o extended grdchk to enable obcs gradient checks |
92 |
o some generalizations for easier TLM <-> ADM switches |
93 |
o added configuration example for parallel divided adjoint |
94 |
(see verification/natl_box_adjoint/code_diva_mpi/README ) |
95 |
o started verification exp. for obcs control |
96 |
(still needs checking) |
97 |
|
98 |
ecco_c50_e32 |
99 |
o Patrick's adjoint-model storage directives for pkg/seaice |
100 |
o merged with checkpoint50g_post (pkg/seaice and verification/lab_sea) |
101 |
- added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics |
102 |
- LSR sea-ice dynamic solver moved to SouthWest B-grid location and |
103 |
made the default because of faster convergence than ADI |
104 |
o Modifications for adjoint of SEAICE_ALLOW_DYNAMICS |
105 |
- extended state in checkpoint_lev... |
106 |
- in lsr.F, replaced GO TO by fixed loop index (also avoid DO WHILE) |
107 |
- YEAH: in lsr.F, (first) successful use of CADJ LOOP = ITERATION |
108 |
- avoid stoing in S/R budget for now |
109 |
- in dynsolver.F, avoid NPSEUDO loop for adjoint |
110 |
- new comlev1_lsr in the_main_loop |
111 |
o Small modif's in lsopt/, optim/ to ease compilation |
112 |
New script to run optim (lsopt) |
113 |
|
114 |
ecco_c50_e31 |
115 |
o exf totally restructured |
116 |
- replaced all exf_set_ routines by one generic exf_set_gen.F |
117 |
and made sure it's still differentiable |
118 |
- split exf_getffields.F into new exf_bulkformulae.F |
119 |
- exf_inscal_/exf_outscal_ suffixes consistent with field names |
120 |
o New cost function: Tini-Tfin to do model spinup optimization. |
121 |
o Started new verification exp for Tini-Tfin optimization. |
122 |
|
123 |
ecco_c50_e30 |
124 |
o corrected CPP option mismatch in exf_Bulk... functions for case |
125 |
#define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP |
126 |
o Merging from release1_p13 and from icebear5 |
127 |
- bug fix for pkg/seaice dynamic solver |
128 |
- Added SEAICE_initialHEFF to pkg/seaice |
129 |
- Additional options for pkg/cost/cost_ice.F |
130 |
- Updates to verification/natl_box_adjoint |
131 |
- pkg/ctrl/ctrl_init.F |
132 |
Fix for determination of startrec and endrec. |
133 |
- pkg/cal/cal_toseconds.F |
134 |
Fix for negative intervals shorter than 1 day. |
135 |
|
136 |
ecco_c50_e29 |
137 |
Bug fix for merging between c50 and KPP. |
138 |
ikey was passed from thermodynamics to kpp_calc via |
139 |
common block rather than being recomputed in kpp_calc, |
140 |
in contradiction with new key itdkey. |
141 |
New key ikppkey created, and tamc.h headers updated. |
142 |
|
143 |
ecco_c50_e28 |
144 |
o major merge: |
145 |
ecco-branch merged with checkpoint50 |
146 |
gmredi now available, grdchk, DIVA up-to-date for MPI |
147 |
However, two outstanding problems: |
148 |
- kpp adjoint is broken, needs fixing! |
149 |
- a few minor modif's in handling of CPP option |
150 |
ALLOW_TANGENTLINEAR_RUN in conjunction with |
151 |
ALLOW_ECCO_OPTIMIZATION are necessary to enable |
152 |
TLM runs with ECCO setup |
153 |
|
154 |
ecco_c44_e27 |
155 |
o exf: |
156 |
- Enable initialisation of forcing fields to constant |
157 |
(runtime) values. |
158 |
- in exf_getffields.F |
159 |
Reduce i-/j-loop to interior domain, discarding overlaps. |
160 |
That also fixes wrong TAF-key computations for key_1, key_2 |
161 |
with bulf formulae. |
162 |
- exf_init.F modify #ifdef for exf_init_evap |
163 |
- exf_getffieldrec.F, ctrl_getrec.F |
164 |
The following INT-usages are not safe: |
165 |
fldsecs = int(fldsecs/fldperiod)*fldperiod |
166 |
fldcount = int(fldsecs/fldperiod) + 1 |
167 |
and were modified. |
168 |
- added repeatPeriod (from MAIN branch) |
169 |
o grdchk: updated and merged |
170 |
- has both ADM and TLM checks |
171 |
- works for single- and multi-proc. |
172 |
- output cleaned |
173 |
- worked successfully for parallel DIVA |
174 |
Needed one update in EEPARAMS.h and updates in ctrl package |
175 |
More modif's may be necessary for ECCO code to support TLM. |
176 |
o autodiff: checkpoint_lev... |
177 |
- updated storing for bulk formulae (some arrays were missing) |
178 |
- added state for seaice package |
179 |
- synchronized with main branch |
180 |
o DIVA: |
181 |
Modif.s in |
182 |
- cost_init.F |
183 |
- cost_averagesfields.F |
184 |
- ecco_the_main_loop.F |
185 |
- ecco_the_model_main.F |
186 |
and added cost_final_restore.F cost_final_store.F |
187 |
o With these changes, it is possible to fully separate |
188 |
the first forward run to compute the cost function (mdthe_main_loop) |
189 |
and adjoint runs over individual DIVA intervals (adthe_main_loop) |
190 |
into separate model executions. |
191 |
This enables better tuning of DIVA to given queue sizes. |
192 |
o Loss of cost function value in consecutive DIVA runs is |
193 |
fixed by storing to 'costfinal' file. |
194 |
o Appropriate call of ctrl_unpack/_pack,grdchk_main at |
195 |
beginning/end of adjoint integration is accounted for. |
196 |
The current changes apply to TAF-1.4.26. |
197 |
TAF has one remaining bug, requiring one manual change |
198 |
(see MITgcm manual). |
199 |
o bug fix plus modif for ubar, vbar in cost_averagesfields |
200 |
o cal: synchronized between MAIN and ecco-branch |
201 |
|
202 |
icebear4 |
203 |
o Added cost_ice for sea-ice volume sensitivity experiment. |
204 |
o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT |
205 |
o Reduced derivative singularities in pkg/seaice. |
206 |
o Updated verification/natl_box_adjoint |
207 |
|
208 |
icebear3 |
209 |
o Removed spurious iikey and idkey |
210 |
o pkg/exf |
211 |
- bug fix in treatment of downward radiation |
212 |
o pkg/seaice |
213 |
- added initial sea-ice thickness parameter SEAICE_initialHEFF |
214 |
o updated verification/natl_box_adjoint |
215 |
|
216 |
icebear2 |
217 |
o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf, |
218 |
kpp_transport_t.F,and ecco_the_main_loop.F |
219 |
o adjoint-friendly modifications to pkg/seaice |
220 |
o added verification/lab_sea as per release1_p12_pre |
221 |
|
222 |
ecco_c44_e26 |
223 |
o Merging pkg/exf and pkg/seaice from cvs tag ecco_ice2 |
224 |
o exf: Modifications to correctly handle evap field for adjoint |
225 |
o grdchk: |
226 |
Added code to perform gradient checks for bulk formulae/atmos. state |
227 |
(atemp, aqh, uwind, vwind). |
228 |
NOTE: |
229 |
This package is out of synch with c48 package. |
230 |
The latter also has the tangent linear gradient checks. |
231 |
Need to be merged. |
232 |
o verification/natl_box_adjoint: |
233 |
* added new setup: code_bulk/, input_bulk, results_bulk |
234 |
(Experiment 2, described in README) |
235 |
uses bulk formulae and atmos. state as control instead of |
236 |
air-sea fluxes. |
237 |
Performs gradient checks for first 4 elements of atemp control. |
238 |
* changed standard verification to perform |
239 |
gradient checks on first 4 elements on hflux control. |
240 |
* gmredi switched off (will come after merge with c48). |
241 |
|
242 |
ecco_c44_e25 |
243 |
o Merging some GM changes from main trunk (c47) to ecco-branch. |
244 |
o Updating verif. natl_box_adjoint with GMRedi. |
245 |
o Adding setup with explicit differentiaton of pressure solver. |
246 |
o Bug fix: missing OBCS_OPTIONS.h for sponge layer code. |
247 |
o (Re-?) Commiting old bug fixes in kpp to ecco-branch |
248 |
(kpp_calc.F, kpp_routines.F) |
249 |
o exf: |
250 |
updated external forcing package |
251 |
- cleaned old exfa stuff |
252 |
- bug fixes |
253 |
(missing OBCS_OPTIONS.h in two routines) |
254 |
- enable easy to use "no forcing". |
255 |
- added exf I/O for atmospheric loading |
256 |
- added exf I/O for runoff data |
257 |
- transfered scaling between exf <-> MITgcm to exf namelist |
258 |
|
259 |
ecco_c44_e24 |
260 |
o modifications to gradient check package (Martin Losch) |
261 |
- enable centered differences |
262 |
- modified format of standard output |
263 |
o bug fix for nwettile contents |
264 |
so far assumed global sum in first entry (1,1,k), |
265 |
needed for global control vector |
266 |
-> introduced new variable nwet[c/w/s]global(nr) |
267 |
o shifts of calls to cal/exf package to be accessible |
268 |
in MITgcm stand-alone |
269 |
o shifted packages_init_variables before convective_adjustment_ini |
270 |
(corresponding update of TAF tape initialisation). |
271 |
o removed auxiliary field in impldiff |
272 |
(caused numerical differences for GMRedi cases) |
273 |
o updated obcs control part (G. Gebbie) |
274 |
o removed some f90 comments ("!") |
275 |
o Bug fixes and updates in cost package |
276 |
* cost_final: correct multiplier mult_tauv, mult_sflux |
277 |
* cost_hyd: added call cost_ssh |
278 |
* cost_init_barfiles.F: replaced arrays by tmpfld's |
279 |
* cost_readtopexmean.F: ersmask -> tpmeanmask |
280 |
* cost_weights.F: corrected wtheta[2], wsalt[2] |
281 |
o cleaned exchanges in cg2d.F |
282 |
|
283 |
ecco_c44_e23 |
284 |
merged patches between release1_p1 and release1_p2: |
285 |
o fixed array boundary problem for adjoint |
286 |
(related to partial recomputation within subroutine |
287 |
related to dynamics -> calc_viscosity -> mom_... |
288 |
o fixed recomputation in thermodynamics |
289 |
o prepare (but not complete) recomputation problem in impldiff |
290 |
o fixed problem for adjoint of global_max |
291 |
o switched off sponge layer code in external_forcing |
292 |
Bug fix in ctrl_mask_set_yz (spotted by G. Gebbie) |
293 |
|
294 |
ecco_c44_e22 |
295 |
o Finally, the merges with the Scripps cost function terms: |
296 |
Various additions, modifications, quality checks. |
297 |
o Plus: Included switch ALLOW_AUTODIFF_MONITOR to handle |
298 |
monitoring of adjoint state. |
299 |
o Plus: removed comm_stats, ini_communication_patterns from diff. list |
300 |
(no more need to "keep" MPI headers for adjoint generation) |
301 |
o Plus: exf changes: |
302 |
o added run-off routine |
303 |
o additional storing needed for ustress,vstess |
304 |
because of state-dependent quality check |
305 |
o added missing initialisations |
306 |
o Plus: genmake with MAKEDEPEND variable was still missing in ecco-branch |
307 |
NB: - verification/natl_box_adjoint/ 240 steps run |
308 |
* looks ok under Linux (twain.lcs.mit.edu) |
309 |
* looks ok on MIT SUN's (fjord.mit.edu) |
310 |
* NaN in reverse mode on Scripps SUN's at iter=214 |
311 |
* NaN in reverse mode on IBM SP3 (BlueHorizon) at iter=204 |
312 |
- 1 year forward int. global 2x2 deg. produces similar cost functions |
313 |
* all cost terms of new code are slightly smaller (0.5 to 3%). |
314 |
|
315 |
ecco_c44_e21 |
316 |
o reversed order of ctrl/cost initialisation |
317 |
o gmredi_slope_psi.F: Inconsistent types in MIN/MAX expressions |
318 |
o modified to enable ctrl field swapping |
319 |
o bug fix for global sum of ncvarlength in ctrl_init |
320 |
o no more call to ctrl_unpack from ctrl_init |
321 |
o no more write of ctrl vector in ctrl_pack |
322 |
however, init. of control vector from ctrl_unpack |
323 |
o various bug fixes & consistent nobcs handling in |
324 |
ctrl_pack/unpack routines (by G. Gebbie) |
325 |
o optim package: Added obcs control part for lsopt I/O |
326 |
(by G. Gebbie) |
327 |
o missing call to obcs_diags |
328 |
o moved calls in packages_init_fixed to packages_readparms |
329 |
because some quantities are needed earlier. |
330 |
|
331 |
ecco_c44_e20 |
332 |
o before major merges from the Scripps setup |
333 |
here are two small updates: |
334 |
- field swapping for surface flux controls enabled |
335 |
(remains t.b.d. for atmos. state plus obcs) |
336 |
- bug fix in active_file.F for xz-/yz- routines |
337 |
- added missing xz-/yz- routines to active_file_ad.F |
338 |
|
339 |
ecco_c44_e19 |
340 |
o merged necessary patches: |
341 |
- AD-related changes for GMRedi |
342 |
- fixes i KPP (delZ -> drF) |
343 |
- hook to OBCS songe layer code in external_forcing |
344 |
- errorMessageUnit non-zero in eeboot.F |
345 |
- included GMREDI, EXACT_CONSERV to natl_box_adjoint verif. |
346 |
|
347 |
ecco_c44_e18 |
348 |
o sponge layer code for obcs was missing |
349 |
- added hook in external_forcing.F |
350 |
- added storing for TAF |
351 |
o new routine cost_init_barfiles to initialise |
352 |
adjoint fields adtbar, adsbar, adpsbar |
353 |
(needed in conjunction with corrected ladinit for active I/O) |
354 |
o cleaned up and corrected order in packages_readparms, ecco_readparms |
355 |
o corrected and simplified weights for obcs controls |
356 |
- weight fields simplified |
357 |
- bug fix in ctrl_pack |
358 |
- no more write of control vector in ctrl_pack |
359 |
o i/j index bug fixes in cost_ssh_mean |
360 |
|
361 |
ecco_c44_e17 |
362 |
o bug fixes in cost package |
363 |
* wrong identifier for active I/O of monthly mean psbar |
364 |
(cost_averagesfields, cost_ssh) xx_psbar_dummy |
365 |
* cleaned all identifier for active I/O of monthly fields |
366 |
* wrong ladinit in various cost routines |
367 |
o merge with interval (chkpt44c_post - chkpt44d_post) |
368 |
* added missing EXCLUDE_MONITOR flags |
369 |
* changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi |
370 |
(incompatible typ in MIN/MAX expressions caused problems |
371 |
on IBM SP3) |
372 |
* in genmake added variable MAKEDEPEND |
373 |
plus resetting for case SunOS |
374 |
added timer_stats.c routine for IBM SP3 |
375 |
* removed variables in dynamics |
376 |
|
377 |
ecco_c44_e16 |
378 |
o new ECCO checkpoint, the first since ecco_c43_e15 |
379 |
which is branched from MITgcm. |
380 |
All changes were merged in between (see ecco-branch-mod? tags). |
381 |
o last changes: |
382 |
* assuming path for TAF and TAMC are known (e.g. in $path) |
383 |
* genmake: |
384 |
- added tools/xmakedepend to circumvene shortcoming of |
385 |
SUN's makedepend (size too small) |
386 |
- invoking ../tools/xmakedepend instead of makedepend |
387 |
- changed compiler flags for case SunOS |
388 |
|
389 |
ecco-branch-mod5 |
390 |
o mod's to reproduce open boundary run |
391 |
o enable field swapping for OB's and climatology |
392 |
o update store directives for OB control |
393 |
o added option ALLOW_OBCS_PRESCRIBE |
394 |
o call of getobcs now out of obcs_calc (param. list modified) |
395 |
|
396 |
ecco-branch-mod4 |
397 |
o this is the second part of changes necessary to reconcile |
398 |
the natl_box_adjoint verification (with and without grdchk). |
399 |
>>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<< |
400 |
>>>!!! AND ecco-branch-mod4 !!!<<< |
401 |
>>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK !!!<<< |
402 |
- genmake: removed $S64 overwrite for case SunOS |
403 |
- pkg/exf: update and corrections for field swapping and obcs |
404 |
- pkg/ecco: parameter lists for the_model_main, the_main_loop |
405 |
harmonized between ECCO and MITgcm |
406 |
- pkg/autodiff: added flow directives for obcs, mdsio_gl_slice |
407 |
updated checkpointing_lev... lists for obcs |
408 |
- model/src: minor changes in forward_step, plot_field |
409 |
- pkg/mdsio: added mdsio_gl_slice |
410 |
|
411 |
ecco-branch-mod3 |
412 |
o this is the first part of changes necessary to reconcile |
413 |
natl_box_adjoint verification (with and without grdchk). |
414 |
This set of changes is relevant for ECCO only. |
415 |
The next set/tag of changes (ecco-branch-mod4) |
416 |
should be merged into the main trunk. |
417 |
- update some options |
418 |
- parameter lists of ecco_the_model_main and ecco_the_main_loop |
419 |
differed from those of the MITgcm counterparts. |
420 |
|
421 |
ecco-branch-mod2 |
422 |
o update ecco-branch-mod1 to checkpoint44 |
423 |
o exclude from updates: |
424 |
- verification/ |
425 |
- adjoint/ |
426 |
- pkg/cost |
427 |
- pkg/ctrl |
428 |
- pkg/ecco |
429 |
- pkg/obcs |
430 |
- model/src/the_model_main.F |
431 |
- model/src/the_main_loop.F |
432 |
|
433 |
checkpoint44 |
434 |
o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping) |
435 |
o fix bug in mom_vi_del2uv |
436 |
o added some stuff for AD |
437 |
|
438 |
ecco-branch-mod1 |
439 |
o based on c43 |
440 |
o replaced packages cost, ctrl, ecco, obcs |
441 |
o removed MITgcm verif.'s, added ECCO verif.'s |
442 |
o added lsopt, optim for line search optimization. |
443 |
|
444 |
checkpoint43 |
445 |
o added two new advection tests |
446 |
o added global 4x4 degree ocean test |
447 |
o added test of H&S94 with free surface on cube |
448 |
o some final mods for gradient check, adjoint,... |
449 |
|
450 |
checkpoint42 |
451 |
Fixed AD-related problems: |
452 |
o Store directives up-to-date with re-arranged Adams-Bashforth |
453 |
(mainly thermodynamics.F) |
454 |
o New store directives for multi-dim. advection schemes |
455 |
* new CPP flag ALLOW_MULTI_DIM_ADVECTION |
456 |
* new common block and key passkey |
457 |
(mainly gad_advection.F) |
458 |
o Modified store directives for split of dynamics/thermodynamics |
459 |
for the case ALLOW_KPP |
460 |
o Cleaned argument list for timestep_tracer.F |
461 |
|
462 |
checkpoint41 |
463 |
o re-formatted/added comments in prologues of key subroutines |
464 |
to work with protex |
465 |
|
466 |
checkpoint40 |
467 |
o moved calc_gs, calc_gt and calc_tr1 back to model/src |
468 |
o added FLT (floats) package from Arne along with demo. experiment |
469 |
o re-arranged Adams-Bashforth scheme for tracers to allow easier |
470 |
implementation of forward-in-time forcing terms |
471 |
o more mods for non-linear free-surface including new variable |
472 |
o modified multi-dim method to work on cube |
473 |
o bug fix in KPP (from DM) |
474 |
|
475 |
checkpoint40pre9 |
476 |
o added DST advection schemes |
477 |
o fix MPI bug on SGI's |
478 |
o modifications for non-linear free-surface |
479 |
o fixed conditionals for fixed flow/passive tracer only mode |
480 |
o added tension/strain form of stress tensor |
481 |
o changes to commenting of arguments for TAF/TAMC |
482 |
o added/updated many matlab scripts |
483 |
o added multi-dimensional advection method for tracers |
484 |
|
485 |
checkpoint40pre8 |
486 |
o new package rw/ |
487 |
Added method for dumping intermediate local arrays: |
488 |
mdsio_writetile - same as mdsio_writefield except works from inside |
489 |
bi,bj loop |
490 |
mdsio_writelocal - same as mdsio_writetile except works for local |
491 |
arrays |
492 |
write_local_r? - higher-level wrapper for mdsio_writelocal |
493 |
Controlled by diagFreq. Defaults to zero (ie. no dumps) |
494 |
Example given at end of mom_vecinv.F that dumps some local arrays. |
495 |
o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to |
496 |
control flux-form versus vector invariant code. |
497 |
Switch is runtime flag vectorInvariantMomentum (defaults to false) |
498 |
or genmake -DISABLE ... |
499 |
o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F |
500 |
(additional storing is now needed for case vecinv; |
501 |
currently nothing implemented to switch this storing off |
502 |
in case fluxform is used since no CPP flag available). |
503 |
|
504 |
checkpoint40pre7 |
505 |
o bug fix in dynamics.F |
506 |
calc_viscosity called before k=1,Nr loop. |
507 |
o added some #ifdef's ALLOW_PASSIVE_TRACER |
508 |
o cleaned initialisations in ctrl_map_ini |
509 |
related to TAF |
510 |
|
511 |
checkpoint40pre6 |
512 |
o split dynamics into thermodynamics & dynamics |
513 |
o corresponding split of calc_diffusivity into |
514 |
calc_diffusivity, calc_viscosity |
515 |
(kpp_calc_diff, kpp_calc_visc). |
516 |
o Added diffkr, kapgm to control variables |
517 |
o bug fix in gmredi_slope_limit for ldd97 |
518 |
|
519 |
checkpoint40pre5 |
520 |
o proper initialization of Adams-Bashforth time stepping |
521 |
+ uses forward step for very first step of model (iter=0) |
522 |
o re-generated *all* output since almost all output is modified by this |
523 |
change (sorry but we've been putting this one off for about 2 years) |
524 |
+ natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were |
525 |
*not* regenerated since they are already out of date and I don't |
526 |
want to create the impression that they are suddenly working. |
527 |
o removed KAP stuff for DEC's |
528 |
o modified/added many .cvsignore files in */code and */input |
529 |
o added new expt "solid-body.cs-32x32x1" |
530 |
+ this uses an alternative form of ini_curvilinear_grid.F which |
531 |
is not necessarily any better than the current one... |
532 |
|
533 |
checkpoint40pre4 |
534 |
o added re-initialisations of utrans,vtrans,rtrans in |
535 |
calc_common_factors which are crucial for TAF. |
536 |
o extended iMin,jMin range for calc_common_factors, |
537 |
calc_diffusivity |
538 |
o added option ALLOW_PASSIVE_TRACER |
539 |
o a few minor updates and fixes |
540 |
|
541 |
checkpoint40pre3 |
542 |
o created calc_gtr1.F for gad package |
543 |
o split the_main_loop and re-introduced forward_step |
544 |
o some recomputations of nIter0 for TAMC |
545 |
|
546 |
checkpoint40pre2 |
547 |
o Updated to latest branch of AJA, JMC |
548 |
o Added gradient check package |
549 |
o Added routines for passive tracer handling |
550 |
o Added carbon sequestration sensitivity experiment |
551 |
|
552 |
checkpoint39 |
553 |
o Modifications and fixes to support TAMC |
554 |
(mainly missing or wrong directives) |
555 |
o Corrected common blocks when fooling TAMC to produce adjoint I/O |
556 |
in addummy_in_stepping |
557 |
o Updated verification/vero/ (bug fixes in code/, correct pickups in input/) |
558 |
o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs. |
559 |
o Included following packages: |
560 |
cal: calendar |
561 |
exf: external forcing |
562 |
ecco: essential routines to control use of cal, exf |
563 |
(NB: this is not the full ECCO environment) |
564 |
o disabled some packages by default in genmake |
565 |
|
566 |
checkpoint38 |
567 |
o see notes_c37_adj.txt |
568 |
o corrected wrong layer index in external_forcing_t |
569 |
o replaced the_main_loop/forward_step by the_main_loop |
570 |
o removed forceoutput from write_state |
571 |
(replaced criteria for initial/final state) |
572 |
o added runtime flag for pre-C35 pickups: usePickupBeforeC35 |
573 |
|
574 |
checkpoint37 |
575 |
o mdsio.F routine split and packaged in pkg/mdsio |
576 |
(mdsio.F and mdsio_gl.F still exist in eesupp/src but are not |
577 |
used unless genmake -disable=mdsio) |
578 |
o allow a more precise surface-geopotential gradient for the atmosphere |
579 |
taking into account the change in space of Alpha (=1/rho) at the surface. |
580 |
o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit] |
581 |
(ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa]) |
582 |
o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and |
583 |
Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential |
584 |
[m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere). |
585 |
o Time-Average diagnostics defined as a pseudo package "timeave". |
586 |
o pickup files : old pickup (before c35) did not work with new code (c35 |
587 |
and after) unless activating 2 commented lines in initialise-varia. |
588 |
o Non-Hydrostatic pickup file Pb fixed. |
589 |
o bug with Rigid-lid version (since c35) fixed. |
590 |
|
591 |
checkpoint36 |
592 |
o implement Crank-Nickelson barotropic time-stepping |
593 |
o recover Time-Average diagnostics |
594 |
o fix Pb in checkpoint (PR#19) |
595 |
o AIM become a standard package ; clean unused CPP_kees |
596 |
|
597 |
checkpoint35 |
598 |
o subtantial rewrite of dynamics.f |
599 |
o allows staggered time-stepping |
600 |
o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt |
601 |
o added bottom drag (linear + quadratic) |
602 |
|
603 |
checkpoint34 |
604 |
o Modified exchange routines for correct reverse simulation. |
605 |
o Added verification output to comply with bug fix in impldiff.F |
606 |
as of c33 (exp2, natl_box). |
607 |
o Corrected store directives in dynamics.F |
608 |
o Corrected array boundaries in impldiff.F |
609 |
o Corrected array dimensions in gmredi. |
610 |
Added temporary scalars to avoid storage by TAMC (gmredi, kpp). |
611 |
o Added routine GLOBAL_SUM_INT to global_sum.F |
612 |
o Added mdsio_gl.F for ECCO purposes. |
613 |
|
614 |
checkpoint33 |
615 |
o Fixed bug in lower BC in impldiff.F |
616 |
o Fixed confusion about units of forcing arrays in FFIELDS.h |
617 |
namely Fu,Fv,Qnet,Qsw,EmPmR: |
618 |
- Removed verification/natl_box/code/external_fields_scale.F |
619 |
(did not differ from that in model/src) |
620 |
- Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units |
621 |
(see FFIELDS.h for description) |
622 |
- Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F, |
623 |
kpp_calc.F and kpp_transport_t.F |
624 |
- Removed model/src/external_fields_scale.F and calls to it |
625 |
- verification/natl_box uses flux data with "atmospheric" sign so |
626 |
a special version of external_fields_load.F is used to |
627 |
change the data as it's read in. This way, the arrays |
628 |
have the right units and signs at all times tha a user could |
629 |
possibly use them. |
630 |
o Corrected genmake to delete a temporary file during configuration |
631 |
|
632 |
checkpoint32 |
633 |
o Scaling of forcing fields moved from external_forcing.F to |
634 |
external_fields_scale.F, called directly after loading fields. |
635 |
o Surface relaxation terms added to surface tendency fields in |
636 |
extra subroutine. |
637 |
o impldiff.F changed to avoid storing by TAMC of huge intermediate |
638 |
fields. |
639 |
o Changes in GMRedi to comply with packaging structure. |
640 |
o Modifications and bug fixes in KPP package. |
641 |
o Verification experiment for KPP added (verification/nat_box/) |
642 |
|
643 |
checkpoint31 |
644 |
o Packages interface brought in line with defined standard |
645 |
-> new routines packages_...F |
646 |
-> changes in initialise_fixed.F, initialise_varia.F |
647 |
-> enables initialisation interface for ECCO package |
648 |
o Rescaling of external forcing fields immediately after read |
649 |
(removed from external_forcing.F) |
650 |
-> new: surface_fields_scale.F |
651 |
-> affects ini_foorcing.F, external_fields_load.F |
652 |
o Computation of surface tendencies before tendency updates. |
653 |
-> new: external_forcing_surf.F |
654 |
o Change of variable names useGMRedi, useKPP, useECCO |
655 |
o Further changes in dynamics.F, impldiff.F for TAMC |
656 |
o Tested for experiments 0, 2, 4. |
657 |
- not yet tested for GMRedi. |
658 |
- not yet tested for KPP. |
659 |
|
660 |
checkpoint30 |
661 |
o Updates for OBCs |
662 |
o New experiment for test OBCs (internal_wave) |
663 |
o New output.txt in verification/exp4/results/ |
664 |
o Updates for KPP: calculation of viscosity corrected, new variables |
665 |
kpp_dumpFreq and kpp_taveFreq |
666 |
o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.) |
667 |
and entry for T90 in genmake |
668 |
|
669 |
checkpoint29 |
670 |
o packaged KPP and GM/Redi |
671 |
|
672 |
checkpoint28 |
673 |
o Corrected initialization of hFacMin for difference vertical coordinates |
674 |
o Modified calculation of partial cell thickness to more robust algorithm |
675 |
o config_summary.F: replaced write_1D_... by write_0D_... |
676 |
read_write.F: added subroutines write_0D_... |
677 |
o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho: |
678 |
included some initialisations required for TAMC. |
679 |
o routine calc_isoslopes: modified sqrt computation to make it |
680 |
differentiable for zero argument. |
681 |
o routines dynamics, impldiff: |
682 |
included store directives and tape key computations required for TAMC. |
683 |
o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC |
684 |
|
685 |
checkpoint27 |
686 |
o fixed calc_isoslopes() to so that cancellation of terms in tensor |
687 |
formulation works properly with variable resolution. |
688 |
o restructured the calling tree between the_model_main() and dynamics() |
689 |
o split initialise() into initialise_fixed() and initialise_varia() |
690 |
o introduced initialization file pSurfInitFile for free surface (cg2d_x) |
691 |
in new routine ini_psurf() |
692 |
|
693 |
checkpoint26 |
694 |
o moved some #ifdef in optional routines to encompass everything |
695 |
except the argument declarations. This was using up some memory. |
696 |
o fixed macros like _ADT to work with both versions of Linux cpp |
697 |
o cleaned up some unused and uninitialized variables |
698 |
(helps when debugging with strict compile options) |
699 |
o split up CPP_EEOPTIONS.h into options and macros |
700 |
(macros are now in eesupp/inc/CPP_EEMACROS.h) |
701 |
o patch for 2 processor JAM mode |
702 |
|
703 |
checkpoint25 |
704 |
o updates for OBCs and NH |
705 |
o dramatically reduced memory usage |
706 |
o added "JAM" routines for use on Artic network |
707 |
o parameterization of convection by implicit vertical diffusion |
708 |
o added a diagnostic of convective index |
709 |
o moved call to calc_divg_hat() from dynamics() to solve_for_pressure() |
710 |
(this is was partly for OBCs and NH but also in anticipation of |
711 |
an explicit free-surface option) |
712 |
o initial state input files for U and V |
713 |
|
714 |
checkpoint24 |
715 |
o Removed some spurious "REAL"s |
716 |
o Updated KPP to latest version from JPL |
717 |
o Added a COS(latitude) in horizontal viscosity |
718 |
|
719 |
checkpoint23 |
720 |
o Added del^4 diffusion for salt and temperature |
721 |
o Multiple minor fixes (implicit none's, arguments to global_sum, etc.) |
722 |
|
723 |
checkpoint22 |
724 |
o Made many small changes: implicit none, format(i5), etc... |
725 |
o Introduced KPP mixing scheme (compiles and runs but *not* tested) |
726 |
|
727 |
checkpoint21 |
728 |
o Introduced new I/O package that supports direct-access records (mdsio.F) |
729 |
o Split-up mid-level I/O routines |
730 |
o Updated input data for experiments 0,1,2,4 and 5 |
731 |
o Finally removed the genmake.* scripts (everyone seems happy with genmake) |
732 |
|
733 |
checkpoint20 |
734 |
o Tidied up open-boundaries some more |
735 |
o Added non-hydrostatic code |
736 |
o Fixed some input data |
737 |
o Modified MPI start-up to work in "coupled" context. |
738 |
|
739 |
checkpoint19 |
740 |
o Tidied up directory structure for verification experiments. |
741 |
o Added new code for open boundaries. |
742 |
o Corrected advective terms near boundaries. |
743 |
o Added CPP flag for "old UV" geometry and corrected spherical geometry. |
744 |
o Implemented free-slip/no-slip BCs and del^4 dissipation. |
745 |
o Split default parameters out of ini_parms.F into set_defaults.F. |
746 |
|
747 |
checkpoint18 |
748 |
o Further changes for optional code generation with |
749 |
CPP - ugh! |
750 |
|
751 |
checkpoint17 |
752 |
o Beginning to incorporating modularity |
753 |
for supporting atmos. and ocean configs. |
754 |
o Small changes for TAMC complinace |
755 |
o New ultra simple test case. Barotropic box |
756 |
configuration "exp0". |
757 |
|
758 |
checkpoint16 |
759 |
o Minor changes to exchange routines to support |
760 |
accumulation in reverse mode. Adjoint of an |
761 |
assignment is an addition. |
762 |
o Changes to support compilation by TAMC (LR(1) |
763 |
syntax) and by g77 under Linux ( 72 character |
764 |
limit ). |
765 |
|
766 |
checkpoint15 |
767 |
Rewrote exchange routines to allow |
768 |
o General tile <-> tile connectivity. |
769 |
o TAMC reverse mode flag ( is this really needed? ) |
770 |
o Variable width overlap and exchange region widths. |
771 |
o Hooks for sharing data via DMA, Arctic, Memory Channel, |
772 |
shmput/shmget, VIA, SYSV shmem and every other cool |
773 |
communication method. |
774 |
|
775 |
checkpoint14 |
776 |
Consistent isomorphism chages made. These allow dynamical core |
777 |
to support both pressure and meters as a vertical coordinate. |
778 |
|
779 |
checkpoint13 |
780 |
Release which corrects global_max problem and a couple |
781 |
of KGM time-averaging diagnostic errors. Also contains |
782 |
a double-gyre experiment setup as well as the baseline |
783 |
4 degree global template. The double gyre template is |
784 |
organised to allow it to be applied automatically to |
785 |
the baseline configuration. |
786 |
|
787 |
branch-point-rdot |
788 |
A few tidy-ups have been made bt the real point of this |
789 |
check-point (excuse the pun) is to allow a branch to be |
790 |
made for the purposes of adding the rDot alterations. |
791 |
I don't want to commit the rDot to the main-trunk until |
792 |
we've actually tested it... |
793 |
|
794 |
checkpoint12 |
795 |
Tidy up and added generic genmake script (formerly |
796 |
configure script). |
797 |
Released to testers. |
798 |
|
799 |
checkpoint11 |
800 |
Re-arranged initialise() and introduced ini_vertical_grid() |
801 |
and ini_masks_etc(). |
802 |
|
803 |
checkpoint10 |
804 |
Introduced the configure script. |
805 |
Separated out the diags package. |
806 |
Added template for writing time-averages of tile/intermediate quantities. |
807 |
Updated SIZE.h in exp2 and made the data big-endian. |
808 |
|
809 |
checkpoint9 |
810 |
MPI fix. Filename changes (meta/data). salbin*y stuff. |
811 |
General tidy-up. |
812 |
SST.bin SSS.bin added to verification/exp2 |
813 |
|
814 |
checkpoint8 |
815 |
Inludes time-dependant forcing and time-averaging. |
816 |
Works at 4x4 and 2.8125x2.8125 global |
817 |
|
818 |
checkpoint7-4degree-ref |
819 |
Branch from checkpoint7. Released for application to |
820 |
global modeling and general modeling - process studies, regional |
821 |
model etc.. |
822 |
Configured for verification/exp2 - 4 degree global, two process. |
823 |
|
824 |
checkpoint7 |
825 |
Created by cnh |
826 |
Simple 4 degree global simulation |
827 |
configuration. |
828 |
Includes climatological wind, |
829 |
hydrography, bathymetry etc |
830 |
Does not include Heat Flux and E-P |
831 |
|
832 |
checkpoint6 |
833 |
Created by cnh |
834 |
merged checkpoint5 with CD and |
835 |
spherical polar code. |
836 |
Still some problems with GM Redi |
837 |
abd full topography. |
838 |
|
839 |
checkpoint5 |
840 |
Created by AJA |
841 |
contains updates to GM Redi |
842 |
and reordered timestepping loop |
843 |
for Implicit Diffusion. |
844 |
|
845 |
checkpoint4 |
846 |
Created by cnh |
847 |
Contains memory saving macros ( _rdxc etc..) for when |
848 |
grid variations are limited. |
849 |
Contains polynomial coeffs for EOS and knudsen program |
850 |
for generation. |
851 |
|
852 |
checkpoint3 |
853 |
Created by cnh |
854 |
Added extra flags for runtime options |
855 |
Added this file |
856 |
Added implicit free-surface |
857 |
Added pre-conditioner |
858 |
Put compare01 into repository ( compare01/... ) |
859 |
Put data and eedata into repository ( verification/exp1 ) |
860 |
|
861 |
checkpoint2 |
862 |
Created by AJA |
863 |
Added GM/Redi |
864 |
|
865 |
checkpoint1 |
866 |
Created by AJA |
867 |
Restructured kloop in dynamics.F |
868 |
Added non-linear EOS |
869 |
|
870 |
baseline |
871 |
Original checked in code |