/[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.117 by jmc, Sun Jan 12 21:47:59 2003 UTC revision 1.365 by heimbach, Mon Oct 11 16:42:30 2004 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5  o gmredi: fix few bugs and restore parameter values (e.g., Small_Number=1.D-12)  
6    and scheme (e.g., Large_SlopeSqr=1.D+48) of checkpoint47f_post  checkpoint55d_post
7    o ECCO specific cost function terms (up-to-date with 1x1 runs)
8    o ecco_cost_weights is modified to 1x1 runs
9    o modifs to allow observations to be read in as
10      single file or yearly files
11    o enable to read exf forcing fields as either
12      single file or yearly files (flag useExfYearlyFields)
13    checkpoint55d_pre
14    
15    o switch between 2-level and 3-level checkpointing
16    o add ability of MNC to write local and "partial" (eg. 2D slices where
17      the full 3D field is never actually stored) arrays to NetCDF files
18      with the correct (that is, the complete multi-dimensional) set of
19      array indicies
20      - used in mom_vecinv() to write the diagFreq output
21      - tested (demonstrated) in verification/aim.5l_cs
22    o further mnc-ification
23      - add verification/lab_sea to the list with mnc setups
24      - fix undefined mnc v-names in cd_code
25      - add kpp to mnc output (both snapshot and timeave)
26    o non-hydrostatic code
27      - added horizontal viscosity parameter viscAhW for w, that replaces viscAh
28        in calc_gw.F
29      - defaults to viscAh
30      - this is useful, when I want to use viscAh=0 (e.g., only biharmonic
31        friction or Leith) in non-hydrostatic mode, as long as there is
32        no biharmonic friction and/or Leigth or equivalent for vertical velocity.
33    o pkg/cost
34      extend simple cost functions to treat time mean quantities
35      (T,U,V) via cost_accumulate_state from cost_tile
36    o multidimAdvection on CS-grid: implement the full 3 pass ; overlap needs to
37        be 2 times larger than the minimum size the advection scheme requires.
38        now get a perfect conservation of salt in advect_cs test-exp (updated)
39    o GGL90 (Gaspar's TKE mixed layer)
40      - add horizontal diffusion of TKE, requires exchanges in
41        do_fields_blocking_exchanges, horizontal diffusivity is zero by
42        default. In OPA there is no horizontal diffusion of TKE but the
43        mixing coefficients are computed from a horizontal average of TKE of
44        6 points or so. I think that diffusion has a little more physical
45        justification.
46      - clean up ggl90_calc in the hope of reducing memory usage (this hope
47        was in vain)
48      - mask tke-variable in ggl90_init
49    o fix mask Pb in multidimAdvection on CS-grid (still a small Pb with ipass)
50    o fix biharmonic diffusion on CS-grid.
51    o more obcs stuff
52      - added obcs_external_fields_load as an alternative to the EXF-pkg option
53        for reading boundary values. This routine is called from
54        obcs_prescribe_read
55      - updated obcs_check
56      - changed sponge layer relaxation parameter units for days to seconds
57      - turned off sponge layer by default
58      - changed argument list of OBCS_CALC to myTime+deltaTclock
59      - fixed about 35 bugs in obcs_external_fields_load
60    
61    checkpoint55c_post
62    o obcs stuff
63      - new runtime flags useOBCSprescribe, useOBCSbalance
64      - re-arranged obcs_calc
65      - moved exf_getobcs to obcs_prescibe_read
66        obcs_prescibe_read is called after ORLANSKI stuff
67        and independent of it (executable can contain all).
68      - updated obcs_check
69      - added exchanges for U,V,gU,gV for useOBCSprescribe=.TRUE.
70        These may be necessary only if tangential velocities are
71        prescribed at OB, not sure, needs testing.
72    o make the MNC_CW_ADD_VATTR_* subroutines all take scalar arguments
73      which simplifies the calls and passes the ifc check-bounds test
74    
75    checkpoint55b_post
76    o add a 2D scalar, Z location, exchange_2 routine.
77    o EXCH_UV for CS-grid: add one u,v in the corner-halo region, allows
78      to compute vorticity on a wider stencil [e.g., vort3(0,1)&(1,0)]
79      affects advect_cs results (for the wrong reason): update output.txt
80    o use a more standard discretization for biharmonic viscosity ;
81     (original version still available with #define MOM_VI_ORIGINAL_VISCA4 )
82      affects results of dome set-up: update output.txt
83    o fix gad_advection.F (CubedSphere part), back to version 1.23
84    o fix bug in mom_vi_del2uv.F (CubedSphere part).
85    
86    checkpoint55a_post
87    o merged code to
88      * prescribe/read time-dependent open boundaries
89        (works in conjunction with exf, cal)
90      * sponge layer code for open boundaries
91      * each boundary N/S/E/W now has its own CPP option
92        (healthy for the adjoint)
93    
94    checkpoint55
95    o up-to-date adjoint of previous breaks
96      - natl_box_adjoint: problem for exp 12, 13: cost = 0. needs fix
97      - global_ocean_ebm: adjoint still needs fix (TLM ok)
98      - global_ocean.90x40x15: extended GMREDI_OPTIONS.h
99      - carbon: * remove tr1-related adjoint verification
100                * add ptracer as control variable
101    o remove all tr1-related code (ALLOW_PASSIVE_TRACER)
102      (adjoint stuff still has some tr1 'names', but all use ptracer arrays)
103    
104    checkpoint54f_post
105    o in verification/carbin/ remove experiment related to
106      ALLOW_PASSIVE_TRACER (array tr1 etc)
107      code_ad/ input_ad/ results_ad
108    
109    o add two new packages
110      - ggl90, TKE-model of Gaspar et al. (1990), Blanke+Delecluse (1993)
111        + subject to optimization (memory)
112      - opps, OPPS (ocean penetrative plume scheme) of Paluszkiewicz+Romea (1997)
113        + subject to reordering (many GOTOs in the original code)
114        + so far opps is called for every (i,j) point, and then operates in
115          the vertical; one may want to reorder the scheme in order operate in
116          horizontal slabs at the cost of (a lot of) memory, at least ten new 3D
117          fields)
118    o overhaul of IO so that we now have flags for MDSIO and/or MNC
119      - all verification tests compile and run with linux_ia32_g77
120      - defaults are compatible with current input files--nothing
121        should change if you were not previously using MNC
122      - MNC output has been added in numerous places (eg. timeave)
123        but there are still a few writes not yet do-able with MNC
124        (this is in progress)
125      - flags now allow for either/or/both use of MDSIO and MNC and
126        documentation will soon follow
127      - numerous small formatting cleanups for ProTeX
128    o add version info (via BUILD_INFO.h) to MNC and stdout
129    
130    checkpoint54e_post
131    o add two new packages
132      - pp81 (Packanowski and Philander, 1981), Richardson number and
133        stratification dependent mixing
134      - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
135      - these scheme operate in a similar manner as KPP (without ghat, of
136        course), however there is only one diffusivity that is used for both
137        temperature and salinity (and passive tracers)ç
138    o add offline package
139    o add "verification/dic_example" which contains a dic-gchem-ptracer setup
140      provided by Stephanie Dutkiewicz
141    o genmake2: add ability to search for C compilers and cleanup test output
142      - fixes recent SX-6 problems and should help with others (eg. HP-UX)
143    
144    checkpoint54d_post
145    o data.diagnostics: if levels() is unspecified then ALL levels are diagnosed
146    o bug fix in pkg/cal/cal_addtime.F for TheCalendar='model' day count is wrong,
147      leading to additional shift by 5 days each year of integration
148       (i.e. leading to considerable offset over the years)
149    o update global_ocean.cs32x15/thsice: use z* + RealFW + staggerTimeStep
150    o start with no AB and no initial filtering (staggerTimeStep):
151      change the results of test-exp: hs94.128x64x5, hs94.1x64x5 & hs94.cs-32x32x5
152    o move ocean specific S/R calls from forward_step.F to do_oceanic_phys.F
153      (external loading & cpl import/export stay in forward_step.F)
154    o update coupling interface to work with new staggerTimeStep
155    o change MDSIO ptracers_pickup.
156    o fix a bug in Flux deriv. vs Ts (pkg/aim_v23/phy_suflux_sice.F);
157    o genmake2 fixes so netcdf now works on halem ("osf1_alpha_*")
158    o bugs fixed in kpp_calc.F (ustarY) and external_forcing.F (Qsw & Partial-cell)
159    
160    checkpoint54c_post
161    o replace surfaceTendency U,V,S,T,Tice,Ptr by surfaceForcing U,V,S,T,Tice,Ptr
162      this affects (truncation error) output.txt of test-exp:
163       global_ocean_ebm,_pressure,.cs32x15(&.thsice), lab_sea & natl_box
164    o pkg/kpp: replace pMask by maskC to reduce memory size (one 3.D array)
165    o change Qnet to always be the net heat flux, (+upward).
166      affects (truncation error) output of natl_box exp.: updated
167    o define the max number of passive tracers in PTRACERS_SIZE.h
168    o start to test mnc routinely in exp0
169    o add sea-ice loading (sIceLoad) as a new forcing field.
170    
171    checkpoint54b_post
172    o add testreport "-j JOBS" option for parallel builds (tested and pretty
173       impressive on Altix and Opteron systems)
174    o diagnostics can now write NetCDF files through the mnc package
175    o staggerTimeStep & NLFS: update pkg aim_v23 & thsice; update aim.5l_cs output
176    o staggerTimeStep & multi-Dim-Advec: Exch(U,V) added
177    o staggerTimeStep & NLFS: rescale T & S surface tendencies.
178      affects (truncation error) output of lab_sea & natl_box exp.: updated
179    o change pickup _cd & _ptracers (old pickup restart: usePickupBeforeC54=.T.)
180    
181    checkpoint54a_post
182    o re-write staggerTimeStep: step fwd U,V and then T,S (reverse the order).
183    o change pickup file (to restart from old pickup, set usePickupBeforeC54=.T.)
184    o get a perfect restart when using RealFreshWaterFlux + NLFS (not finished)
185    o update output of all exp. that use staggerTimeStep (except hs94.cs & 2D)
186      + internal_wave (shift in writing cg2d_ini_res)
187    checkpoint54a_pre
188    
189    o require forcing_In_AB=.FALSE. and remove surfaceTendencyTice from pkg/seaice
190      - modified verification/lab_sea and natl_box_adjoint accordingly
191    
192    checkpoint54
193    checkpoint53g_post
194    o prepare splitting of thermodynamics: store convect.counter in common block
195    o store d.etaH/dt (instead of Div.hV) in common ; affects (truncation error)
196      output of: global_ocean.cs32x15, global_ocean_pressure & internal_wave
197    o cnh's modifs to gad_advection.F for cube-sphere multi-dim advection
198    o new parameter "nShapS": allow to treat differently S from T (nShapT)
199    o separate Vert.Advec.Scheme from horizontal Advec.Scheme (T & S)
200    o restore adjointability
201    
202    checkpoint53f_post
203    o modifications that affect AIM experiment results (update output.txt):
204      - no advection of S at top interface Nr (pkg/generic_advdiff)
205      - air surf. temp: use lower value between T0 & T1 (phy_suflux_prep.F)
206    o AIM pkg:
207      - include stability function into surf.Flux derivative relative to Tsurf
208      - calculate clear-sky radiation & surface temp. change (for diagnostics)
209    
210    checkpoint53e_post
211    o merged cylindrical coord configuration
212    o added rotating_tank experiment
213    checkpoint53e_pre
214    
215    checkpoint53d_post
216    o faulks upgraded: re-generate output.txt that have changed:
217       global_ocean.cs32x15(.thsice), global_ocean_ebm, lab_sea, natl_box
218    o Added Bryan and Lewis, 1979, vertical diffusivity profile
219    o pkg/land: fix problem in land_impl_temp.F when Ts arround freezing.
220    o added Sadourny discretization of Coriolis
221      - moved some PARAMETERS from mom_*_coriolis.F to PARAMS.h
222      - re-enabled use of omega3 (useAbsVorticity)
223    o added Leith (Phys. Fluids, 1968, 10, 1409-1416) variable viscosity for
224      vector-invariant equations
225      - note: does *NOT* yet use same variable visc. for no-slip BC's.
226    o recoded the lateral boundary conditions for non-hydrostatic w, this time
227      hopefully without new bugs
228      - still to do: biharmonic friction for non-hydrostatic w
229    o bug fix for mom_*_sidedrag: rA -> rAs,rAw
230    o regenerated output for global_ocean_ebm (using -ieee)
231    o fix mom_common/mom_*_sidedrag.F to recover numeric output prior to creation
232      of mom_common/
233      - simple re-arrangement of instructions within computing loop
234    checkpoint53d_pre
235    
236    checkpoint53c_post
237    o new version of coupler for AIM+thSIce and Ocean models
238     - new fields (SSS,h_MixLayer ...) are exchanged through the coupler
239     - land: change Evaporation of snow
240     - aim with thSIce: fix bug in snow-precip.
241    o changes to calc_gw.F
242     - bug fix for w^2 term near the bottom boundary
243     - (hopefully) improve the lateral slip boundary condtions for use with
244        partial/looped cells
245      - because the bug fix changes two verification experiments anyway (exp5
246        and plume on slope), change the lateral boundary condition from half slip
247        to the value of no_slip_sides
248    o ebm package wasnt quite up to the parallel task. Fixed that.
249    o Adjoint of EBM package + verification
250      * TLM OK
251      * ADM not sufficient accuracy yet (needs further testing)
252    
253    checkpoint53b_post
254    o Commiting new energy balance model to repository
255      * package is pkg/ebm
256      * verif. is verification/global_ocean_ebm
257      * references are in ebm_driver.F
258    C      * X. Wang, P. Stone and J. Marotzke, 1999:
259    C        Global thermohaline circulation. Part I:
260    C        Sensitivity to atmospheric moisture transport.
261    C        J. Climate 12(1), 71-82
262    C      * X. Wang, P. Stone and J. Marotzke, 1999:
263    C        Global thermohaline circulation. Part II:
264    C        Sensitivity with interactive transport.
265    C        J. Climate 12(1), 83-91
266    C      * M. Nakamura, P. Stone and J. Marotzke, 1994:
267    C        Destabilization of the thermohaline circulation
268    C        by atmospheric eddy transports.
269    C        J. Climate 7(12), 1870-1882
270    o Will need long integration testing.
271    checkpoint53b_pre
272    
273    o created pkg/mom_common in preparation for variable viscosity code
274    o renamed and split ini_mnc_io
275    o pkg/land: only liquid water can diffuse or run-off
276    o AIM using land: soil wetness availability account for snow
277    o added printMapIncludesZeros to EEPARMS namelist
278    
279    checkpoint53a_post
280    o restore TAMC compatiility for exf_constants.h
281      (no usage of _d in .h)
282    o Additional storing in KPP in an attempt to fix
283      TAMC problem with adjoint of KPP code.
284      (no success...)
285      Identical code works fine with TAF.
286    o Fixed verification/natl_box_adjoint experiments.
287      Initial conditions for Experiments 4 and 5 are now
288      set to "SEAICE_initialHEFF=0", which is more reasonable,
289      and hence gives results closer to that of Experiment 2.
290      Experiment 6 requires "SEAICE_initialHEFF=1" and is working once again.
291    
292    checkpoint53
293    o stable checkpoint with up to date adjoint
294      TLM tests only run for 1st grdchk at the moment. Its unclear if
295      this is a code problem or a problem with resetting code for g_
296      variables that is being autogenerated wrong.
297      Otherwise:
298       o code is testing well on Linux (P4 and AMD), SGI Alitix and Irix.
299       o IBM and HPQ tests could not be run because NCAR (IBM) and NCCS (HPQ)
300         are both still in chaos following their security messes.
301    
302    checkpoint52n_post
303    o various build (mostly genmake2) changes including:
304      - ability to build/run more easily within Cygwin and MacOS X
305      - more complicated Makefiles with a stronger dependence on Gnu Make
306    o pkg/seaice modifications
307      - added SEAICE_deltaTtherm and SEAICE_deltaTdyn in order to reduce cost
308        of pkg/seaice.  For time being, SEAICE_deltaTtherm = deltaTtracer
309        and SEAICE_deltaTdyn must be integer multiple of SEAICE_deltaTtherm
310      - changed proxy for geostrophic velocity and updated
311        verification/lab_sea/results/* accordingly
312      - removed ADI dynamic solver from pkg/seaice
313      - replaced all occurrences of 1/CSTICE or 1/CSUICE
314        they caused a segmentation fault under certain circumstances
315      - removed unused field WATR
316    o bug fix in exf-package:
317      -  u/vwind are defined at tracer/pressure points. The values of u/vwindmask
318         now reflect that.
319    o small fixes in the cal-package:
320      - set reference date to first of January for the 'model'-calendar
321      - failing of cal_CheckDate in cal_FullDate now actually results in a
322        warning
323    o small modifications in exf-package to increase flexibility:
324      - change climtempfreeze from a constant to a runtime parameter that
325        is specified in data.exf_clim (default = -1.9)
326      - introduce runtime parameter windstressmax (default = 2.0) that is
327        specified in data.exf
328    o fix in pkg/thsice:
329      - update Evap (Tsf changes) to be consistent with Latent heat flux
330      - maintain snow precipitation unchanged (even if Tsf >=0).
331     both affect global_ocean.cs32x15/(.thsice) results ; update output.txt.thsice
332    
333    checkpoint52m_post
334    o commented out call to cal_GetMonthsRec in swfrac.F and added some comments;
335      this does not change any of the results, because myIter=0 in swfrac always
336      lead to jwtype=2 (the default anyway), but the call makes little sense
337      as a default
338    o no SHORTWAVE HEATING lost at the bottom; affects lab_sea output; updated
339    o re-work pkg/thsice interface with ocean & bulk_force pkg to allow
340      atmospheric model (AIM) to use it ; add a "slab ocean" component.
341    o pkg/aim_v23 : add interface to call thermodynamic sea-ice (thsice)
342    o update global_ocean.cs32x15/output (.thsice) after changes in pkg/thsice
343    o extending useSingleCpuIO option to work with new exch2 I/O format
344      - old-style, missing-tile I/O is still accessible by defining CPP
345        option MISSING_TILE_IO in pkg/mdsio/MDSIO_OPTIONS.h
346    o monitor package can write to NetCDF files and/or STDOUT
347    o fix re-definition bug in MNC_GRID_INIT_ALL()
348    o doc/api_reference added
349      - a framework for building an API Reference Manual using all
350        the "protex" comments embedded in the code
351      - see pkg/generic_advdiff, pkg/mnc for examples
352    o MNC:
353      - make myThid the last argument for all subroutines
354      - new default for the grid files: NO halos
355      - add useMNC and other run-time flags
356      - separate per-file-group handling of the unlimited dimension
357      - early initialization of MNC w/ flags read at the eeboot stage
358        and lookup tables set in initialize_fixed
359      - write all MNC output to a freshly-created directory
360    o thermodynamics sea-ice (thsice) is now tested with testreport.
361    o test exp. advect_cs: use the standard cs32 grid ; update output.
362    o Added functionality to grdchk:
363      pick global i,j,k position (or nearest wet) where to perform check.
364    
365    checkpoint52l_post
366    o new land formulation:
367      a) use ground enthalpy as prognostic variable to ensure exact
368         energy conservation.
369      b) account for water temperature and for latent heat of freezing
370         in all processes (rain, run-off, ground storage)
371      c) compute surface and ground temperature implicitly.
372    o aim_v23 modification for new land model:
373      a) Treat separately land / ocean / sea-ice surface fluxes
374         to allow implicit computation of land & sea-ice surface temp.
375      b) add snow precipitation.
376    checkpoint52l_pre
377    
378    o fix problem (when 1 tile is empty) in min/max monitor.
379    o fix bug in timeAve (u,vZetatave in common block)
380    o no restoring terms under ice for pkg/seaice
381    o moved SEAICE_DO_DIAGS to S/R do_the_model_io
382    o bug fix for pkg/seaice pickups
383    o change MNC call locations and add coordinate attributes
384    o mask vorticity at the corner ; affects global_ocean.cs output
385    o fix ini_curvilinear_grid ; test CS experiments with mpi
386    o aim.5l_cs: modify sea-ice fraction input file ; update output
387    o exf: Adding simple range check routine for exf fields after read
388    
389    checkpoint52k_post
390    o removed top-level directory "diags"
391      - we migrated these functions to pkg/timeave a long time ago
392    o fixed bug introduced in pkg/monitor
393    o accuracy ctrlprec = 32 insuffient for gradient checks using
394      averaged fields (I/O via cost_averages)
395      -> use ctrl.h in active_file*.F to control I/O precision.
396    o paramter list of CALL ADTHE_MAIN_LOOP
397    o added initial do_the_model_io to ecco
398    o set all ...Freq to zero after cost_final
399      taveFreq, dumpFreq, pChkptFreq
400    o MAIN and ECCO differentiability restored
401    
402    checkpoint52j_post
403    o fix nchklev in tamc.h for global_ocean...
404    o Bringing flow and store directives up-to-date
405    o Really weird thing!
406      call do_the_model_io from the_main_loop with parameters
407      starttime, niter0, instead of mytime, myiter, screws up the adjoint:
408      TAF places a faulty re-call of initialise_varia
409      after cost_final call which should not be there!
410    checkpoint52j_pre
411    
412    o tweaked pkg/mdsio/mdsio_readfield.F to have more useful logic and
413      error messages
414    o fix errorMessageUnit problem. remove old version of mdsio from eesup/src
415    o modified pkg/mdsio/mdsio_readfield.F -- commented out diskspace-eating
416      debug output
417    o modfied mdsio_writefield.F to handle non-global files under exch2
418    o update AIM Cubed-Sphere exp (aim.5l_cs):
419      use land, p*, and Franco.M forcing fields with fractional land-sea mask.
420    o update AIM Equatorial Channel exp:
421      use standard aim_v23 pkg and change the SST fields to be more realistic.
422    o globalFile now works with exch2
423    o merged mom_vi_calc_relvort3.F, mom_vi_del2uv.F and
424      mon_vort3.F to make exch2 friendly with >1 tile per cube face
425    o limit timeave output for hi-res integrations
426    
427    checkpoint52i_post
428    o removed CPP_EEOPTIONS.h from verification/*/code
429    o updated the tiling for global_ocean_pressure
430    checkpoint52i_pre
431    
432    o update aim.5l_LatLon using the standard aim_v23 pkg (instead of
433      the old pkg/aim).
434    
435    checkpoint52h_pre
436    o shortened offending lines in exch2_send_rx?.template
437    o modified W2_EXCH2_TOPOLOGY.h to reflect current topology generator
438    o genmake2: add build & execute test for NetCDF code
439    o modded aim.5l_cs and global_ocean.cs32x15 to use exch2, removed
440      old grid files, moved CPP_EEMACROS.h to pkg/exch2
441    o added useSingleCPUIO flag to monitor.F and mon_out.F
442    o added temporary hack for sea-ice dynamics on the cube:
443      metric terms are ignored and it is assumed that
444      there is no sea-ice on cube faces 1, 2, 4, and 5.
445    
446    checkpoint52f_post
447    o added exch2 cube routines to pkg/exch2
448    o modified hs94.cs-32x32x5 to use it
449    o added new grid files to hs94.cs-32x32x5
450    checkpoint52f_pre
451    
452    checkpoint52e_post
453    o first attempt to solve vertical advection (momemtum & T,S) Implicitly
454      for now, only implemented with Lax-Wendroff (tracer) and VectInv (mom)
455    o step.1 : rewrite (as in MultiDimAdvec) explicit tracer stepping (gad_calc_rhs.F)
456      to work with implicit vertical advection and AB ;
457    o Implic. vert. advect. implemented with flux-limiter, c2, u3 and c4 scheme.
458    o update output (gad_calc_rhs.F changes affect truncation error) of exp:
459     front_relax, global_ocean .cs32x15 & _pressure, internal_wave, lab_sea, natl_box
460    checkpoint52e_pre
461    
462    o fix bug in impldiff when Nr=1 or Nr=2.
463    o change the albedo in pkg/thsice (as GISS model); update output_thsice.txt
464    o little changes (fftpack, aim/phy_suflux ...) to pass the "checkbounds" test.
465    o fix deltaTfreesurf in update_cg2d.F (left from c45d_post): affects 2
466      ocean exp. that use NLFS: global_ocean.cs32x15 & global_ocean_pressure
467    o added exf_offset_atemp for Celsius to Kelvin conversion of atemp
468    o eesupp/inc/EEPARAMS.h: MAX_NO_PROCS=1024
469    o pkg/cal/cal_toseconds.F fix for long (>60 years) integrations
470    
471    checkpoint52d_post
472    o re-tiled many expts to allow comparison in multi-processor mode
473      - updated output accordingly
474      - changed hs94.128x64x5 to use intial T from file rather than use the
475        random number generator
476    o add infrastructure in model routines for fizhi and gridalt packages
477    o change global_ocean.cs32x15 because of Pb with GM on CS-grid.
478    o changes to permit hi-res, cubed-sphere, configuration
479      - added useSingleCpuIO capability to mdsio_readfield.F and exf_interp.F
480      - added "#undef ALLOW_USE_MPI" support to eesupp/src/scatter_2d.F
481      - added pkg/exf/exf_set_uv.F for on-the-fly interpolation and rotation
482        of surface winds for the cube
483      (A verification experiment, based on global_ocean.cs32x15, but with
484       pkg/seaice turned on and with on-the-fly interpolation from the NCEP
485       Gaussian grid is described in MITgcm_contrib/high_res_cube/README_ice,
486       complete with example surface forcing files and matlab scripts to look
487       at the output and compare it with that of global_ocean.cs32x15.)
488    o packages pickup: $PKG_write_pickup called from packages_write_pickup ;
489       but call to $PKG_read_pickup remains in $PKG_ini_vars: change CD_code
490       to conform to the common rule.
491    o check-in the first version of the coupler + interfaces for multi-components
492       set-up (Chris's version, adapted to work on cubed-sphere grid); use MPI.
493       - imply modification in eesupp (MPI_COMM_MODEL < MPI_COMM_WORLD).
494       - atmosphere: use pkg aim_v23 ; no sea-ice for now.
495       - ocean and atmos. share the same horizontal grid (no interpolation).
496       - exchanges between component and coupler is done in forward_step
497    o new verification experiment, cpl_aim+ocn:
498       coupled ocean - AIM atmosphere on cs32 grid.
499    
500    checkpoint52d_pre
501    o surface flux time-av diagnostic modified for NLFS & RealFreshWater
502    o add call to AIM pendant S/R in external_forcing & external_fields_load.F
503    
504    checkpoint52c_post
505    o Fixing OPTIONS files for use of exf:
506      - ALLOW_ECCO not needed
507      - ECCO_CPPOPTIONS.h should not be included from
508        EXF_OPTIONS.h/CAL_OPTIONS.h, but from CPP_OPTIONS.h
509        as has been the case in the past
510      - All cal/exf related options are currently set in
511        single header file. Should remain so until we
512        agree on a consistent new policy.
513    o Removed all CPP options for cal package.
514      cal has no more CPP options.
515    o modified STOREs in GAD_ADVECTION
516    o corrected key comp. for passkey
517    
518    checkpoint52b_post
519    o new version: "thsice" of thermodynamic sea-ice pkg:
520     - only 1 call from "forward_step"; conserve energy, fresh-water & salt.
521     - modify fluxes but do not change theta directly;
522     - light cleaning of bulk_force pkg (still needed with thsice).
523     - add forcing fields + data files in global_ocean.cs32x15/inp_thsice
524       + output_thsice.txt to test thsice & bulk_force pkgs.
525    o put back grid & coriolis monitor output.
526    checkpoint52b_pre
527    
528    o call "do_the_model_io" at the beginning (=> dump initial state)
529    o use rhoConstFresh to define convertEmP2rUnit (was done only in ocean-P)
530    o sort out interplay between tamc.h and PTRACERS_OPTIONS.h
531      (need info on NUMBER_OF_PTRACERS)
532    o missing PTRACERS headers in some routines
533    o default tamc.h in pkg/autodiff supposed to crash
534      to ensure proper customization
535    
536    checkpoint52a_post
537    o modifications to make FREEZE (_SURFACE) flux visible to pkg/kpp
538      - moved surfaceTendencyTice from pkg/seaice to main code
539      - subroutine FREEZE_SURFACE now limits only surface temperature
540        and is called in FORWARD_STEP (if allowFreezing=.TRUE.)
541        => new output.txt for global_ocean.cs32x15 & global_with_exf
542      - keep the old version of FREEZE for backward compatibility;
543        global_ocean.90x40x15 left unchanged using useOldFreezing=.TRUE.
544      - corresponding modifs for TAF directives
545    o added surface flux output variables to TIMEAVE_STATVARS
546    o time-averaged output for pkg/ptracers
547    o fix problem with ECCO-related divided adjoint
548      snapshot file was missing some ad-variables,
549      but no warning issued by TAF
550    
551    checkpoint52a_pre
552    o some bug fixes for #undef REAL4_IS_SLOW
553    
554    checkpoint52 = ecco_c52_e35
555    o after testing adjoints of checkpoint51u_post
556    
557    checkpoint51u_post
558    o this is the post-merge tag of the ecco-branch
559      (needs another clean checkout and re-testing)
560    o various natl_box_adjoint configs and results
561      but no input fields
562    o obcs adjoint not yet merged!
563    o adding ECCO global 1x1 and 2x2 degree configs
564    o updated/extended some store directives for seaice
565    o pkg/ecco now containes ecco-specific part of cost function
566    o top level routines the_main_loop, forward_step
567      supersede those in model/src/
568      previous input data.cost now in data.ecco
569      (new namelist ecco_cost_nml)
570    o in ctrl/ cleaned some cross-dependencies and updated CPP options
571    
572    checkpoint51t_post
573    o this is the pre-merge tag of the ecco-branch
574    
575    checkpoint51s_post
576    o cleanup: removed various obsolete #define-s
577    o pkg/grdchk
578      - renamed 'ph-grd 3' to 'grad-res'
579      - merged from ecco-branch
580        (remaining bug fixes for obcs gradient checks)
581      - additional high-precision output for testreport
582        (grep for 'precision_grdchk_result')
583    
584    checkpoint51r_post
585    o cleaned up or removed CPP_OPTIONS.h files
586    o updated results for some of the tests to reflect the new
587      optfiles (-ieee: -O0 instead of -O3)
588    
589    checkpoint51q_post
590    o cd_code:
591      - moved cd_scheme.F -> cd_code_scheme.F
592      - separate read_checkpoint from cd_code_ini_vars.F
593      - separated cd_code part from write_checkpoint
594      - updated AD_SOURCE, generated .flow
595      - added CD_CODE_VARS.h to the_main_loop
596      - Moving cd_code specific store dir.s to pkg/cd_code
597    o ctrl package totally restructured
598      - pack/unpack now optional and decoupled from
599        xx_/adxx_ I/O
600      - ctrl_pack/unpack cleaned
601        (new routines ctrl_init_ctrlvar.F, pkg/ctrl/ctrl_init_wet.F)
602      - confined inclusion of AD_CONFIG.h to where necessary.
603    o genmake2: changed AD dependencies from SRCFILES to AD_FILES
604    
605    checkpoint51p_post
606    o create initial cd_code package
607      - WARNING: the initialization of fields within packages
608        is broken because INI_FIELDS (where READ_CHECKPOINT is
609        called) is called *before* PACKAGES_INIT_VARIABLES.
610        This seems to be backwards since
611        1) its important to initially zero the entire field including
612           the "halo" region
613        2) zeroing needs to be done *before* reading pickup info
614           and the pickup call might or might not happen in any
615           particular run
616      - this needs an overhaul for R2
617    o cleanup verification/*/code/GMREDI_OPTIONS.h
618    o cleanup testreport
619    
620    checkpoint51o_post
621    o bringing AD-related verif's up to date with genmake2
622      - carbon/
623      - global_ocean.90x40x15/
624      - hs.94.1x64x5/
625      - (front_relax/ )
626    o (more) consistent directory structure for AD-related verif.'s
627    o cleaning ALLOW_GRADIENT_CHECK -> ALLOW_GRDCHK
628    o cleaning some ALLOW_TANGENTLINEAR_RUN -> ALLOW_AUTODIFF
629    o bug fix in find_alpha.F for MDJWF:
630      - modif. to alpha = 1/D*( dN/dT - rho*dD/Dt) to account for
631        change rho -> rho-rhoConst
632      - replace call find_rho to find_rhonum
633    o initialisation of rFlx extended to full array (required by TAF)
634      and shifted to thermodynamics
635    o removed PTRACERS.h in ptracers routine
636    o added surfacetendencyPtr to S/R parameter list pracers_forcing
637    o Correcting initialisations for fVerU, fVerV.
638    o helping TAF to recognize dependency on kUp for
639      fVerU, fVerV
640    o Replacing delZ by delR in pkg/ctrl/
641    checkpoint51o_pre
642    
643    o undid all of cp51 pending some cleanups and discussion
644    o added the [#include "AD_CONFIG.h"] statement to all files that need
645       it for adjoint/tl #defines
646     o re-worked the build logic in genmake2 to support AD_CONFIG.h
647     o removed tools/genmake since it no longer works
648    
649    checkpoint51n_post
650    o modifications to make FREEZE flux visible to pkg/kpp
651      - moved surfaceTendencyTice from pkg/seaice to main code
652      - FREEZE & EXTERNAL_FORCING_SURF moved to FORWARD_STEP
653      - subroutine FREEZE now limits only surface temperature
654        (this means new output.txt for global_ocean.90x40x15,
655         global_ocean.cs32x15, and global_with_exf)
656    o added surface flux output variables to TIMEAVE_STATVARS
657    
658    checkpoint51n_pre
659    o added "#undef ALLOW_USE_MPI" support to eesupp/src/gather_2d.F
660    o added [#include "AD_CONFIG.h"] to all files that use the following
661      defines:
662      - ALLOW_ADJOINT_RUN
663      - ALLOW_TANGENTLINEAR_RUN
664      - ALLOW_ECCO_OPTIMIZATION
665    
666    checkpoint51m_post
667    o incorporating changes to get TAMC/TAF working in genmake2
668      - added new TAMC/TAF targets to the Makefile
669      - various cleanups related to package handling
670      - these changes should have no impact on the forward model
671    
672    checkpoint51l_post
673    o changes to pkg/cal and pkg/exf that allow and speed-up long integrations
674     - faster algorithm for cal_addtime.F
675     - higher precision arithmetic, where needed
676     - pkg/exf *startdate variables changed from calendar date to
677       model integration time
678    
679    checkpoint51l_pre
680    o add salt flux to forcing fields (used when salty sea-ice forms or melts)
681    o enable to apply restoring on S & T only in a latitude band.
682    o update output (external_forcing_surf modif. change truncation errors)
683       global_ocean.cs32x15, global_ocean_pressure, lab_sea, natl_box
684    
685    checkpoint51k_post
686    o change default to: useNHMTerms=.FALSE.
687     - new output.txt for atmos. exp (NHMTerms were wrong but now turned off):
688       adjustment.128x64x1, aim.5l_Eq_Ch, aim.5l_LatLon, hs94.128x64x5, hs94.1x64x5
689     - new output.txt for idealized oceanic exp (NHMTerms are now turned off):
690        exp1, ideal_2D_oce
691     - change data file of oceanic exp (leave the results unchanged for now)
692       exp2, global_ocean[90x40x15,pressure,with_exf], lab_sea, natl_box
693    o set gravitySign automatically according to the vertical coordinate used
694      (and change sign: back to "logical" value: +1 when R increases downward)
695    o added an include barrier to the default CPP_OPTIONS.h and
696      removed the #include "PACKAGES_CONFIG.h" from it
697    o fix a bug in mom_fluxform (from chk51j_post)
698    
699    checkpoint51j_post
700    o Added some AD-related initialisations in mom_vecinv/ mom_fluxform/
701    o adjusted some flow directives (dynamics, thermodynamics)
702    o added cubed-sphere case to test cost function
703    o heckpoint_lev?_directives.h now include
704      pkg-specific directives, whenever those are enabled.
705    o Moving pkg-specific flow directives to corresponding pkg
706      Moving pkg-specific differentiation list to corresponding pkg
707      Moving pkg-specific checkpoint-lev storing to corresponding pkg
708      ---> conventions are
709           - pkg_ad.flow
710           - pkg_ad_diff.list
711           - pkg_ad_check_lev?_dir.h
712    
713    checkpoint51i_post
714    o merge of the branch-genmake2
715      - knowingly breaks the older genmake
716      - automatic generation of all ALLOW_${PKG_NAME} defines
717      - new testreport supersedes older testscript
718    o large number of package inclusion and header cleanups
719    checkpoint51i_pre
720    
721    o new output for adjoin of global ocean vector invariant
722    o fix for checkpoint of thermodynamic seaice and bulk_force
723    o Steph gchem various cleanups
724    
725    checkpoint 51h_pre
726    o fixed some single quotes
727    o modify gchem pkg to be more versatile
728    o modifications to clean up dic pkg
729    o add pkg/cfc
730    
731    checkpoint51g_post
732    o provide links for ARPACK and ADM*TLM
733    o start removing verification/vero/
734    o update AD-related stuff
735      (in particular some IF-statements in model/src/ routines)
736    o adding to verification/global_ocean.90x40x15/ adjoint of
737      vector invariant setup
738    
739    checkpoint51f_post
740    o update advect_xz/output.txt (left from chekpoint50f_pre, ini_vel modif)
741    o Mods and bug fixes to pkg/cal, pkg/exf, etc., needed for computation
742      of tracer Green's fucntions for ocean inversion project.
743    
744    checkpoint51f_pre
745    o Added on-the-fly spatial interpolation capability
746        "USE_EXF_INTERPOLATION" to pkg/exf.
747      - This is a temporary Cartesian-grid hack until
748        the super-duper ESMF coupler becomes available.
749      - See verification/global_with_exf/README for usage example.
750      - Removed obsolete EXFwindOnBgrid and SEAICEwindOnCgrid
751        flags and modified pkg/seaice accordingly.
752    o Bug fix to pkg/ptracers, pkg/generic_advdiff/gad_calc_rhs.F,
753        and pkg/kpp/kpp_transport_ptr.F for dealing with tracer
754        non-local transport term.
755    
756    checkpoint51e_post
757    o pkg/mom_vecinv:
758      - changes related to hFac: use S/R from aim.5l_cs/code (coriolis & vort.advec)
759      - add time-ave diagnostic of vorticity advection.
760    o add diagnostic (instantaneous) of Shapiro Filter effect for T,S & UV.
761    o atmospheric geopotential: - include water vapor effect;
762                                - use p^kappa in p* scaling.
763    o land pkg: read initial state from files.
764    o AIM : add stratospheric drag in the upper level
765    
766    checkpoint51d_post
767    o change function ILNBLNK (=> last non-blank char.) to return zero
768      (instead of the string length) when the string. char is empty
769    o fix bug in dxV,dyU definition of cubed-sphere grid (ini_curvilinear_grid)
770    o modif's to restore TAMC compatibility
771      - avoid "_d" constructs in PARAMETER declarations
772      - avoid interrupting lines by comment lines
773    o Use cluster local disks for purely local I/O
774      vs. globally visible disks needed for ctrl stuff
775      (merged from ecco-branch)
776      - new active_file_loc... and mdsio_..._loc routines
777      - affected packages: autodiff, ctrl, grdchk, mdsio
778    
779    checkpoint51c_post
780    o introducing integer flag debugLevel
781      - debLevZero: suppress all output
782      - debLevA: standard
783      - debLevB: equivalent to current debugMode=.TRUE.
784    o introducing pathname variable mdsioLocalDir for mdsio
785      that can be specified at runtime
786      (relevant for cluster I/O to local disk)
787    `
788    >>>checkpoint51b_post
789    adjoint of ptracers
790    o disentangled ALLOW_PTRACERS using new ALLOW_GCHEM
791    o extended state in checkpoint_lev?, etc.
792    o alternative ctrl/cost with tr1 or ptracer
793    o new comlev1_bibj_ptracers
794    o new ptracers.flow
795    o made ptracers_forcing same as external_forcing_s
796    o added verification for adjoint with ptracers
797      - adm. grdchk fail so far
798      - tlm. grdchk OK
799      - checked tapelev/comlev recomputations: OK
800    <<<checkpoint51b_pre
801    
802    checkpoint51a_post
803    o added code for biogeochemistry package
804      - new pkgs: dic, gchem
805      - new subroutine in ptracers
806    o modify code for biogeo packages
807      - in model/src and pkg/ptracers
808    
809    checkpoint51
810    o merged improved packages from ecco-branch (ecco_c51_e34) to MAIN
811      - autodiff, ctrl, exf, grdchk, seaice
812      kept separate packages
813      - cost, ecco, obcs
814    o updating verification/internal_wave, verification/lab_sea
815      (all verif's pass on faulks.lcs.mit.edu RH7.3, g77)
816    
817    checkpoint50i_post
818    o Preparing next differentiable checkpoint and sync
819      of MAIN vs. ecco-branch
820      - 1st step: this one is differentiable
821      - 2nd step: next(! not this) checkpoint will have updated packages
822                  from ecco-branch)
823    
824    checkpoint50h_post
825    o new package "land": provide surface BC for AIM.
826    o pkg/ptracers: apply exchange to all tracers after reading a pickup.
827    o AIM: use true log-P extrapolation for near surface temp (= as in
828        F.Molteni paper) ; update aim.5l_cs output.
829    o New variable in PARM03 for more flexible pickups
830    o somewhat cleaned package initialisation sequence for
831      ctrl/ cost/ ecco/ in packages_... routines
832    
833    checkpoint50g_post
834    o merged with release1_p17 (pkg/seaice and verification/lab_sea)
835      - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
836      - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
837        made the default because of faster convergence than ADI
838    
839    checkpoint50f_post
840    o exf totally restructured
841      - replaced all exf_set_ routines by one generic exf_set_gen.F
842        and made sure it's still differentiable
843      - split exf_getffields.F into new exf_bulkformulae.F
844      - exf_inscal_/exf_outscal_ suffixes consistent with field names
845      - updated adjoint/makefile and relevant verif. accordingly
846    
847    checkpoint50f_pre
848     o AIM: near surface temp evaluated from Pot.Temp: fixed for Part Cell ;
849          + change Evap over land. (update aim.5l_cs output)
850     o added missing .cvsignores and made uniform across expts
851     o changed configuration of tidal_basin_2d expt
852     o added pkg/debug functions for tracing code in fatal crashes
853     o tidied pkg/monitor to use MONITOR_OPTIONS.h
854     o new fn in pkg/monitor to stop model if solution grows too big
855     o removed lots of single quotes from comments
856    
857    checkpoint50e_post
858    o make KPP work with PTRACERS
859     - fix gad_calc_rhs to call new routine kpp_transport_ptr, which is
860       nearly a copy of kpp_transport_s
861     - there is no analogue to SurfaceTendencyS, so I have to use
862       gPtr(of the surface layer) instead
863    o add a new platform SunFire+mpi (SunFire 15000) to genmake
864    checkpoint50e_pre
865    
866    checkpoint50d_post
867    o change kpp output from multiple-record state files to single-record state
868      files analogous to write_state.F
869    o reduce the output frequency of cg3d-related stuff to the monitor frequency,
870      analogous to the cg2d-related output.
871    o fix small problem with in ptracers_write_checkpoint.F: len(suff)=512,
872      so that writing to internal file fn (with length 512) fails.
873    checkpoint50d_pre
874    
875    checkpoint50c_post
876    o fix problem in ini_procs.F when using MPI (was there since checkpoint48f)
877    o add monitor diagnostic of vorticity (mon_vort3.F) and potential energy.
878    o add time-average diagnostic of U*V and vertical diffusive flux for theta.
879    o bug fixed in convective adjustment diagnostic (multi-tile set-up).
880    o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries.
881    
882    checkpoint50c_pre
883    Merging from release1_p13:
884    o bug fix for pkg/seaice dynamic solver
885    o Added SEAICE_initialHEFF to pkg/seaice
886    
887    checkpoint50b_post
888    o store u*,v* in gU,V instead of in guNm1,gvNm1
889    o in order to put the momForcing out of the Adams-Bashforth:
890      move forcing & CD-scheme calls from mom_fluxform & mom_vecinv
891      to timestep.F
892    o new flag "useCDscheme" (default=F); replace guCD,gvCD by local arrays
893    o re-generate output for highly sensitive test-exp:
894       global_ocean_pressure, ideal_2D_oce, lab_sea, natl_box
895    
896    checkpoint50b_pre
897    o restore the use of momAdvection & useCoriolis flags (mom_vecinv)
898    o corrected CPP option mismatch in exf_Bulk... functions for case
899      #define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP
900    
901    checkpoint50a_post
902    o Bug fix for merging between c50 and KPP.
903      ikey was passed from thermodynamics to kpp_calc via
904      common block rather than being recomputed in kpp_calc,
905      in contradiction with new key itdkey.
906      New key ikppkey created, and tamc.h headers updated.
907    
908    checkpoint50
909    - 2nd step of merge with ecco-branch:
910      merge changes in ecco-branch back into main trunk
911    - bug fix in find_alpha
912    - more storing in gmredi_calc_tensor.F, kpp_routines.F
913    - avoid iterative loop in ini_pressure for ALLOW_AUTODIFF_TAMC
914    - merged some sliced AD support routines
915    
916    checkpoint49
917    merged from ecco-branch:
918    o exf:
919      - Enable initialisation of forcing fields to constant
920        (runtime) values.
921      - in exf_getffields.F
922        Reduce i-/j-loop to interior domain, discarding overlaps.
923        That also fixes wrong TAF-key computations for key_1, key_2
924        with bulf formulae.
925      - exf_init.F modify #ifdef for exf_init_evap
926      - exf_getffieldrec.F, ctrl_getrec.F
927        The following INT-usages are not safe:
928          fldsecs  = int(fldsecs/fldperiod)*fldperiod
929          fldcount = int(fldsecs/fldperiod) + 1
930        and were modified.
931    o autodiff: checkpoint_lev...
932      - updated storing for bulk formulae (some arrays were missing)
933      - added state for seaice package
934      - synchronized with main branch
935    o DIVA:
936      Modif.s in
937      - the_main_loop.F
938      - the_model_main.F
939      and added cost_final_restore.F cost_final_store.F
940      o With these changes, it is possible to fully separate
941        the first forward run to compute the cost function (mdthe_main_loop)
942        and adjoint runs over individual DIVA intervals (adthe_main_loop)
943        into separate model executions.
944        This enables better tuning of DIVA to given queue sizes.
945      o Loss of cost function value in consecutive DIVA runs is
946        fixed by storing to 'costfinal' file.
947      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
948        beginning/end of adjoint integration is accounted for.
949      The current changes apply to TAF-1.4.26.
950      TAF has one remaining bug, requiring one manual change
951      (see MITgcm manual).
952    o cal: synchronized between MAIN and ecco-branch
953    
954    checkpoint48i_post
955    o Changes to restore differentiability of code w.r.t. previous tag
956      (mostly adding new routines to make list and replacing
957      pressure by totPhiHyd).
958    o Updated and merged grdchk package
959      - has both ADM and TLM checks
960      - works for single- and multi-proc.
961      - output cleaned
962      - worked successfully for parallel DIVA
963    o genmake:
964      - Adding -platform=SP4
965      - Modif. for DEC Alpha (many don't have makedepend; use mkdep instead).
966    o Modif. for DIVA:
967      ctrl_unpack should not be called in intermediate DIVA interval.
968      (similar thing would apply for active files such as
969      tbar, sbar, psbar, which should not be reinitialised;
970      only relevant for ecco-branch)
971    
972    checkpoint48h_post
973    o improve "ini_p_ground" when using finite difference form for calc_phi_hyd
974    o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
975    o Added SEAICE_initialHEFF to pkg/seaice
976    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
977    
978    checkpoint48g_post
979    --- EOS:
980    o compute locally the pressure for use in EOS: UNESCO, JMD95P, MDJWF
981      store total Potential in totPhyHyd for diagnostics & EOS.
982    o fix restart and overlap Pb when using Z-coord and EOS funct. of P
983    --- Pressure/geopotential gradient:
984    o use Ro_surf & R_low instead of hFac in cal_phi_hyd:
985    o NLFS + p-coord.: eta*Alpha' is not longer lagging 1.time-step behind
986      ( changes results of global_ocean_pressure )
987    o NLFS + z-coord.: add eta*Rho' contribution.
988    o accurate phiHyd when using interface-W at the middle between 2 centers
989     ( changes results of ideal_2D_oce )
990    o includes r* 2nd term in potential gradient.
991    
992    checkpoint48f_post
993    Merging from release1_p12:
994    o Modifications for using pkg/exf with pkg/seaice
995      - improved description of the various forcing configurations
996      - added basic radiation bulk formulae to pkg/exf
997      - units/sign fix for evap computation in exf_getffields.F
998      - updated verification/global_with_exf/results/output.txt
999    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
1000      (SBO) core products, including oceanic mass, center-of-mass,
1001      angular, and bottom pressure (see pkg/sbo/README.sbo).
1002    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
1003      to avoid negative values in shallow regions.
1004      - updated verification/natl_box/results/output.txt
1005      - updated verification/lab_sea/results/output.txt
1006    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
1007    o Added useSingleCpuIO option (see PARAMS.h).
1008    o Updated useSingleCpuIO option in mdsio_writefield.F to
1009      work with multi-field files, e.g., for single-file pickup.
1010    o pkg/seaice:
1011      - bug fix in growth.F: QNET for no shortwave case
1012      - added HeffFile for specifying initial sea-ice thickness
1013      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
1014    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
1015      kpp_transport_t.F, forward_step.F, and the_main_loop.F
1016    o pkg/seaice:
1017      - adjoint-friendly modifications
1018      - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
1019    
1020    checkpoint48e_post
1021    o New S/R for diagnostic of bottom pressure (phi0surf was missing in c48d_post)
1022    o dynamics: change definition of computational domain & adapt mom_fluxform
1023      accordingly ; when viscA4=0, allows to run the dynamics with Olx=Oly=2.
1024    o following exp works with Olx=Oly=2 (and pass through checkbounds option):
1025        adjust_nlfs.cs-32x32x1 adjustment.128x64x1 adjustment.cs-32x32x1
1026        exp0 exp1 exp2 exp4 exp5 hs94.cs-32x32x5 hs94.128x64x5 hs94.1x64x5
1027        global_ocean.90x40x15 global_with_exf global_ocean_pressure
1028        inverted_barometer solid-body.cs-32x32x1
1029      (high order AdvScheme and/or multiDimAd works with Olx=Oly=2 ? not sure)
1030    
1031    checkpoint48d_post
1032    o in preparation for r*:
1033     a) use pre-computed gradient of hydrostatic potential:
1034        changes in timestep.F & mom_cdscheme.F affects results of ideal_2D_oce
1035     b) move phi0surf from calc_phi_hyd to calc_grad_phi_hyd:
1036        => affects results of glob_oce_pressure (different truncation error)  
1037      update output.txt of ideal_2D_oce & global_ocean_pressure
1038    
1039    checkpoint48d_pre
1040    o in preparation for r*:
1041      new S/R (calc_grad_phi_hyd.F) to compute Hydrostatic potential gradient.
1042      pass the 2 comp. of the grad. as arguments to momentum S/R.
1043      but for the moment, only used if it does not change the results.
1044    o add finite volume form of calc_phi_hyd for buoyancyRelation OCEANIC & OCEANICP
1045    
1046    checkpoint48c_post
1047    Modifications in treatment of initial flux forcing controls
1048    to avoid extra storing of flux fields.
1049    
1050    checkpoint48c_pre
1051    o Added tidal_basin_2d experiment (currently 1D!)
1052    o can use r* Coordinate with OBC (but Orlanski Rad. BC not yet implemented)
1053    
1054    checkpoint48b_post
1055    o r* coordinate added in #ifdef NONLIN_FRSURF block.
1056     (modification to pressure gradient not yet implemented)
1057    o mom_fluxform: new S/R mom_calc_rtrans.F computes vertical transports
1058      (for U & V) that are used for vertical advection of momentum.
1059    
1060    checkpoint48a_post
1061    o In preparation for r*, use temp. array to compute vertical transport
1062       in flux-form momentum pkg. => change results of few test-exp.
1063      Update output of: exp4, exp5, front_relax, global_ocean_pressure,
1064                        lab_sea, natl_box & plume_on_slope
1065    
1066  checkpoint48  checkpoint48
1067    o fix small bug that was causing lot of warning (TIMER_STOP 'UPDATE_CG2D')
1068    
1069    checkpoint47j_post
1070    o add new exp. (ideal_2D_oce) to test "exotic" parameters and options.
1071    o moved adexch from forward_step to addummy_in_stepping
1072    o added exch in ctrl_map_...
1073    o aveFreq.=0. at end of cost_final to avoid overwrite in
1074      reverse checkpointing loop
1075    o Yet more changes in gmredi:
1076      * adgmredi_calc_tensor
1077        avoiding all recomputation of gmredi_slope_limit
1078      * adgmredi_x/y/rtransport
1079        added flag for excessive storing to avoid recomp. of
1080        u/v/rtans, dTdx/y/z
1081        -> this is not really necessary and very memory-consuming
1082      * adgmredi_slope_psi:
1083        consistency with gmredi_slope_limit in treatment of GM_slopeSqCutoff
1084      * gmredi_slope_limit
1085        re-activated full calculation of taperfct for case 'ac02'
1086    o updating verification/ adjoints of carbon, global_ocean.90x40x15
1087    
1088    checkpoint47i_post
1089    o GM_EXCLUDE_() replace GM_TAPER_(): by default, all the code is compiled.
1090    o add GM_Small_Number & GM_slopeSqCutoff as run-time parameters (data.gmredi)
1091      default values = 1.D-12 & 1.D+48 (=> give same results as checkpoint47f_post)
1092    o cg2dTargetResWunit: define tolerance using deltaTmom (and not deltaTfreesurf)
1093    o gmredi: fix few bugs.
1094    
1095    checkpoint47h_post (duplicate tag for PH's c48 tag, in order to move c48)
1096  This will be a good checkpoint to plug into the ecco-branch.  This will be a good checkpoint to plug into the ecco-branch.
1097  o few modif.'s to get latest version adjointed  o few modif.'s to get latest version adjointed
1098    (mainly kick out code in ini_linear_phisurf)    (mainly kick out code in ini_linear_phisurf)

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.365

  ViewVC Help
Powered by ViewVC 1.1.22